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

/external/chromium_org/chromeos/dbus/
H A Dfake_gsm_sms_client.h47 void set_sms_test_message_switch_present(bool is_present) { argument
48 sms_test_message_switch_present_ = is_present;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client_unittest.cc221 EXPECT_TRUE(cache_entry.is_present());
224 EXPECT_TRUE(cache_entry.is_present());
227 EXPECT_TRUE(cache_entry.is_present());
240 EXPECT_TRUE(cache_entry.is_present());
266 EXPECT_FALSE(cache_entry.is_present());
269 EXPECT_TRUE(cache_entry.is_present());
272 EXPECT_FALSE(cache_entry.is_present());
320 EXPECT_FALSE(cache_entry.is_present());
332 EXPECT_TRUE(cache_entry.is_present());
H A Dfile_cache_metadata_unittest.cc51 EXPECT_TRUE(cache_entry.is_present());
101 EXPECT_TRUE(cache_entry.is_present());
H A Dfile_cache.cc238 !cache_entry.is_present())
315 if (cache_entry.is_present()) {
382 !cache_entry.is_present()) {
404 !cache_entry.is_present()) {
H A Dsync_client.cc54 if (cache_entry.is_pinned() && !cache_entry.is_present())
228 if (cache_entry.is_pinned() && cache_entry.is_present()) {
H A Dsearch_metadata.cc103 return cache_entry.is_present();
H A Dfile_cache_unittest.cc319 cache_entry.is_present());
878 EXPECT_TRUE(cache_entry.is_present());
H A Dfile_system_unittest.cc671 EXPECT_TRUE(cache_entry.is_present());
767 EXPECT_TRUE(cache_entry.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/prerender/
H A Dprerender_tab_helper.cc314 scoped_ptr<bool> is_present(new bool);
316 bool* is_present_ptr = is_present.get();
325 base::Passed(&is_present),
331 scoped_ptr<bool> is_present,
333 if (*lookup_succeeded && *is_present)
329 RecordEventIfLoggedInURLResult( PrerenderTabHelper::Event event, scoped_ptr<bool> is_present, scoped_ptr<bool> lookup_succeeded) argument
H A Dprerender_tab_helper.h79 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/installer/setup/
H A Dsetup_util.cc326 bool is_present = false; local
329 is_present = !product_state->uninstall_command().HasSwitch(
332 is_present = true;
355 return is_affected ? !is_uninstall : is_present;
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc100 EXPECT_TRUE(cache_entry.is_present());
H A Dcopy_operation_unittest.cc67 EXPECT_TRUE(cache_entry.is_present());
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.js96 tr.appendChild(createElementFromText('td', cacheEntry.is_present));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h197 bool is_present; member in struct:DeepHeapProfile::MemoryInfoGetterLinux::State
H A Ddeep-heap-profile.cc240 state->is_present = (pagemap_value & PAGE_PRESENT);
244 if (get_pfn && state->is_present && !state->is_swapped)
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc183 properties_->SetBoolean("isPresent", cache_entry.is_present());
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc780 value.SetBoolean("is_present", cache_entry.is_present());

Completed in 318 milliseconds