Searched refs:Get (Results 401 - 425 of 4314) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/
H A Ddevtools_util.cc30 ExtensionSystem* system = ExtensionSystem::Get(profile);
H A Dextension_garbage_collector_chromeos.h20 static ExtensionGarbageCollectorChromeOS* Get(
/external/chromium_org/chrome/browser/extensions/signin/
H A Dgaia_auth_extension_loader.cc33 extensions::ExtensionSystem::Get(context);
53 if (chromeos::system::InputDeviceSettings::Get()
113 GaiaAuthExtensionLoader* GaiaAuthExtensionLoader::Get(BrowserContext* context) { function in class:extensions::GaiaAuthExtensionLoader
114 return BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader>::Get(context);
/external/chromium_org/chrome/browser/google/
H A Ddid_run_updater_win.cc19 if (PathService::Get(base::FILE_EXE, &exe_path))
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_two_phase_testserver.cc26 if (!PathService::Get(chrome::DIR_TEST_DATA, &testserver_dir)) {
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_mapping_service_factory.cc41 user_prefs::UserPrefs::Get(profile),
H A Dsupervised_user_shared_settings_service_factory.cc39 user_prefs::UserPrefs::Get(profile));
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_data_type_controller.cc33 extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_sync_ui_state_watcher.cc12 : app_sync_ui_state_(AppSyncUIState::Get(profile)),
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc30 AppSyncUIState* AppSyncUIState::Get(Profile* profile) { function in class:AppSyncUIState
37 if (user_manager::UserManager::Get()->IsLoggedInAsGuest())
77 extension_registry_ = extensions::ExtensionRegistry::Get(profile_);
129 extensions::ExtensionSystem::Get(profile_)->extension_service()->
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dchained_compiled_file_system.py63 # Strategy: Get the current version of |path| in main FileSystem, then run
80 first_version = read_and_version_futures[0][1].Get()
84 if version_future.Get() == first_version:
85 return read_future.Get()
89 return read_and_version_futures[0][0].Get()
/external/chromium_org/chrome/renderer/extensions/
H A Dfile_browser_handler_custom_bindings.cc40 *v8::String::Utf8Value(file_def->Get(
43 *v8::String::Utf8Value(file_def->Get(
46 *v8::String::Utf8Value(file_def->Get(
48 bool is_directory = file_def->Get(v8::String::NewFromUtf8(
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_page_controller.cc44 content::RenderFrameObserverTracker<NetErrorHelper>::Get(render_frame());
56 content::RenderFrameObserverTracker<NetErrorHelper>::Get(render_frame());
68 content::RenderFrameObserverTracker<NetErrorHelper>::Get(render_frame());
83 content::RenderFrameObserverTracker<NetErrorHelper>::Get(render_frame());
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_token_store.cc18 return lazy_tls.Pointer()->Get();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddom_tracker.cc41 if (!params.Get("nodes", &nodes))
52 if (!params.Get("node", &node))
75 if (!nodes_list->Get(i, &node))
95 if (dict->Get("children", &children))
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_handler.cc19 content::UtilityThread::Get()->ReleaseProcessIfNeeded();
24 content::UtilityThread::Get()->ReleaseProcessIfNeeded();
29 content::UtilityThread::Get()->ReleaseProcessIfNeeded();
37 content::UtilityThread::Get()->Send(msg);
/external/chromium_org/chrome/utility/
H A Dshell_handler_win.cc54 content::UtilityThread::Get()->Send(
57 content::UtilityThread::Get()->Send(
76 content::UtilityThread::Get()->Send(
88 content::UtilityThread::Get()->Send(
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc39 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
51 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
65 VLOG(1) << "GATT characteristic value Get request: " << object_path_.value()
71 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
93 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc39 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
51 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
65 VLOG(1) << "GATT descriptor value Get request: " << object_path_.value()
71 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
102 DBusThreadManager::Get()->GetBluetoothGattManagerClient());
/external/chromium_org/components/user_prefs/
H A Duser_prefs.h22 // UserPrefs::Get().
30 static PrefService* Get(content::BrowserContext* context);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_class_factory.cc19 IndexedDBClassFactory* IndexedDBClassFactory::Get() { function in class:content::IndexedDBClassFactory
/external/chromium_org/content/common/
H A Dcontent_ipc_logging.cc32 g_log_function_mapping.Get()[msg_id] = logger;
/external/chromium_org/content/public/browser/android/
H A Ddownload_controller_android.h20 static DownloadControllerAndroid* Get();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_notify_session_chromeos.cc35 DBusThreadManager::Get()->GetBluetoothGattCharacteristicClient()->AddObserver(
40 DBusThreadManager::Get()
65 DBusThreadManager::Get()
119 DBusThreadManager::Get()
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_connection_resource.cc25 return &g_factory.Get();

Completed in 460 milliseconds

<<11121314151617181920>>