Searched refs:is_present (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_gsm_sms_client.h48 void set_sms_test_message_switch_present(bool is_present) { argument
49 sms_test_message_switch_present_ = is_present;
/external/chromium_org/chrome/browser/predictors/
H A Dlogged_in_predictor_table.h39 void HasUserLoggedIn(const GURL& url, bool* is_present,
H A Dlogged_in_predictor_table.cc87 void LoggedInPredictorTable::HasUserLoggedIn(const GURL& url, bool* is_present, argument
101 *is_present = (statement.ColumnInt(0) > 0);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client_unittest.cc277 EXPECT_TRUE(cache_entry.is_present());
280 EXPECT_TRUE(cache_entry.is_present());
283 EXPECT_TRUE(cache_entry.is_present());
319 EXPECT_TRUE(cache_entry.is_present());
345 EXPECT_FALSE(cache_entry.is_present());
348 EXPECT_TRUE(cache_entry.is_present());
351 EXPECT_FALSE(cache_entry.is_present());
398 EXPECT_FALSE(cache_entry.is_present());
410 EXPECT_TRUE(cache_entry.is_present());
H A Dfile_cache.cc128 !cache_entry.is_present())
206 if (cache_entry.is_present()) {
258 !cache_entry.is_present()) {
278 !cache_entry.is_present()) {
H A Dsync_client.cc77 if (cache_entry.is_pinned() && !cache_entry.is_present())
95 if (!cache_entry.is_pinned() || !cache_entry.is_present())
H A Dsearch_metadata.cc168 return cache_entry.is_present();
H A Dfile_cache_unittest.cc325 cache_entry.is_present());
H A Dfile_system_unittest.cc609 EXPECT_TRUE(cache_entry.is_present());
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tab_helper.cc323 scoped_ptr<bool> is_present(new bool);
325 bool* is_present_ptr = is_present.get();
334 base::Passed(&is_present),
340 scoped_ptr<bool> is_present,
342 if (*lookup_succeeded && *is_present)
338 RecordEventIfLoggedInURLResult( PrerenderTabHelper::Event event, scoped_ptr<bool> is_present, scoped_ptr<bool> lookup_succeeded) argument
H A Dprerender_tab_helper.h88 void RecordEventIfLoggedInURLResult(Event event, scoped_ptr<bool> is_present,
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py161 while tag.is_present:
183 while tag.is_present:
205 while tag.is_present:
262 while tag.is_present:
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py266 while tag.is_present:
291 while wait_remove and tag.is_present:
313 while tag.is_present:
335 while wait_remove and tag.is_present:
430 while tag.is_present:
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc166 bool is_present = !state.address.empty(); local
168 if (was_present != is_present) {
170 AdapterPresentChanged(this, is_present));
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc107 EXPECT_TRUE(cache_entry.is_present());
H A Dcopy_operation_unittest.cc74 EXPECT_TRUE(cache_entry.is_present());
H A Dopen_file_operation_unittest.cc183 EXPECT_TRUE(cache_entry.is_present());
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc326 bool is_present = (product_state != NULL); local
334 return is_affected ? !is_uninstall : is_present;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.js97 tr.appendChild(createElementFromText('td', cacheEntry.is_present));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h214 bool is_present; member in struct:DeepHeapProfile::MemoryInfoGetterLinux::State
H A Ddeep-heap-profile.cc266 state->is_present = (pagemap_value & PAGE_PRESENT);
270 if (get_pfn && state->is_present && !state->is_swapped)
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc189 properties_->is_present.reset(new bool(cache_entry.is_present()));
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc850 value.SetBoolean("is_present", cache_entry.is_present());

Completed in 366 milliseconds