/external/chromium_org/chromeos/dbus/ |
fake_gsm_sms_client.h | 48 void set_sms_test_message_switch_present(bool is_present) { 49 sms_test_message_switch_present_ = is_present;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tab_helper.cc | 323 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)
|
prerender_tab_helper.h | 88 void RecordEventIfLoggedInURLResult(Event event, scoped_ptr<bool> is_present,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
sync_client_unittest.cc | 277 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());
|
file_cache.cc | 128 !cache_entry.is_present()) 206 if (cache_entry.is_present()) { 258 !cache_entry.is_present()) { 278 !cache_entry.is_present()) {
|
drive.proto | 134 optional bool is_present = 2;
|
sync_client.cc | 77 if (cache_entry.is_pinned() && !cache_entry.is_present()) 95 if (!cache_entry.is_pinned() || !cache_entry.is_present())
|
search_metadata.cc | 168 return cache_entry.is_present();
|
/external/chromium_org/chrome/browser/predictors/ |
logged_in_predictor_table.cc | 87 void LoggedInPredictorTable::HasUserLoggedIn(const GURL& url, bool* is_present, 101 *is_present = (statement.ColumnInt(0) > 0);
|
logged_in_predictor_table.h | 39 void HasUserLoggedIn(const GURL& url, bool* is_present,
|
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 161 while tag.is_present: 183 while tag.is_present: 205 while tag.is_present: 262 while tag.is_present:
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_win.cc | 166 bool is_present = !state.address.empty(); local 168 if (was_present != is_present) { 170 AdapterPresentChanged(this, is_present));
|
bluetooth_adapter_mac.mm | 206 bool is_present = !address.empty(); 210 if (was_present != is_present) { 212 AdapterPresentChanged(this, is_present));
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 266 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/chrome/browser/chromeos/drive/file_system/ |
get_file_for_saving_operation_unittest.cc | 107 EXPECT_TRUE(cache_entry.is_present());
|
copy_operation_unittest.cc | 74 EXPECT_TRUE(cache_entry.is_present());
|
open_file_operation_unittest.cc | 183 EXPECT_TRUE(cache_entry.is_present());
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 326 bool is_present = (product_state != NULL); local 334 return is_affected ? !is_uninstall : is_present;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
drive_internals.js | 97 tr.appendChild(createElementFromText('td', cacheEntry.is_present));
|
/external/chromium_org/net/third_party/nss/patches/ |
chacha20poly1305.patch | 29 /* cipher_suite policy enabled is_present*/
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.h | 214 bool is_present; member in struct:DeepHeapProfile::MemoryInfoGetterLinux::State
|
deep-heap-profile.cc | 266 state->is_present = (pagemap_value & PAGE_PRESENT); 270 if (get_pfn && state->is_present && !state->is_swapped) [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_drive.cc | 189 properties_->is_present.reset(new bool(cache_entry.is_present()));
|
/external/chromium_org/chrome/common/metrics/proto/ |
system_profile.proto | 171 optional bool is_present = 1;
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
drive_internals_ui.cc | 850 value.SetBoolean("is_present", cache_entry.is_present()); [all...] |