Searched defs:Get (Results 176 - 200 of 512) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/webstore/
H A Dwebstore_api.cc56 WebstoreAPI* WebstoreAPI::Get(content::BrowserContext* browser_context) { function in class:extensions::WebstoreAPI
57 return BrowserContextKeyedAPIFactory<WebstoreAPI>::Get(browser_context);
/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/ui/ash/app_list/
H A Dapp_list_service_ash.cc77 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) { function in class:AppListService
/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 Dpatch_servlet.py74 server_instance.content_providers.Refresh().Get()
85 def Get(self): member in class:PatchServlet
108 _PatchServletDelegate(issue, self._delegate)).Get()
H A Dservlet.py74 '''The response from Get().
166 def Get(self): member in class:Servlet
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsettings_overrides_handler.cc118 const SettingsOverrides* SettingsOverrides::Get( function in class:extensions::SettingsOverrides
131 CHECK(extension->manifest()->Get(manifest_keys::kSettingsOverride, &dict));
H A Dui_overrides_handler.cc103 const UIOverrides* UIOverrides::Get(const Extension* extension) { function in class:extensions::UIOverrides
109 const UIOverrides* ui_overrides = Get(extension);
116 const UIOverrides* ui_overrides = Get(extension);
123 const UIOverrides* ui_overrides = Get(extension);
135 CHECK(extension->manifest()->Get(manifest_keys::kUIOverride, &dict));
158 const UIOverrides* ui_overrides = UIOverrides::Get(extension);
179 const UIOverrides* data = UIOverrides::Get(extension);
/external/chromium_org/chrome/renderer/
H A Dloadtimes_extension_bindings.cc204 v8::Extension* LoadTimesExtension::Get() { function in class:extensions_v8::LoadTimesExtension
/external/chromium_org/chrome/renderer/media/
H A Dcast_ipc_dispatcher.cc26 CastIPCDispatcher* CastIPCDispatcher::Get() { function in class:CastIPCDispatcher
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_input_client.cc32 void FakeBluetoothInputClient::Properties::Get( function in class:chromeos::FakeBluetoothInputClient::Properties
35 VLOG(1) << "Get " << property->name();
H A Dfake_gsm_sms_client.cc52 void FakeGsmSMSClient::Get(const std::string& service_name, function in class:chromeos::FakeGsmSMSClient
H A Dfake_nfc_manager_client.cc24 void FakeNfcManagerClient::Properties::Get( function in class:chromeos::FakeNfcManagerClient::Properties
27 VLOG(1) << "Get " << property->name();
/external/chromium_org/chromeos/network/portal_detector/
H A Dnetwork_portal_detector.cc56 NetworkPortalDetector* NetworkPortalDetector::Get() { function in class:chromeos::NetworkPortalDetector
58 << "NetworkPortalDetector::Get() called before Initialize()";
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc39 T* Get() const { function in class:__anon6258::ScopedLsaMemory
92 if (STATUS_SUCCESS != status || !rights.Get())
95 if (privilage == rights.Get()[i].Buffer)
/external/chromium_org/components/policy/core/common/
H A Dpolicy_provider_android_unittest.cc19 bundle->Get(PolicyNamespace(POLICY_DOMAIN_CHROME, std::string()))
41 // Get() to get the policy provider.
49 PolicyProviderAndroid* Get() { function in class:policy::__anon6748::PolicyProviderAndroidTestFixture
83 EXPECT_TRUE(provider.Get()->IsInitializationComplete(POLICY_DOMAIN_CHROME));
86 EXPECT_TRUE(provider.Get()->policies().Equals(kEmptyBundle));
92 EXPECT_FALSE(provider.Get()->IsInitializationComplete(POLICY_DOMAIN_CHROME));
98 provider.Get()->SetPolicies(policy_bundle.Pass());
99 EXPECT_TRUE(provider.Get()->IsInitializationComplete(POLICY_DOMAIN_CHROME));
100 EXPECT_TRUE(provider.Get()->policies().Equals(expected_policy_bundle));
107 provider.Get()
[all...]
/external/chromium_org/components/user_manager/
H A Duser_manager.cc60 UserManager* user_manager::UserManager::Get() { function in class:user_manager::user_manager::UserManager
/external/chromium_org/extensions/browser/api/
H A Dextensions_api_client.cc23 ExtensionsAPIClient* ExtensionsAPIClient::Get() { return g_instance; } function in class:extensions::ExtensionsAPIClient
/external/chromium_org/extensions/browser/api/power/
H A Dpower_api_manager.cc37 PowerApiManager* PowerApiManager::Get(content::BrowserContext* context) { function in class:extensions::PowerApiManager
38 return BrowserContextKeyedAPIFactory<PowerApiManager>::Get(context);
76 ExtensionRegistry::Get(browser_context_)->AddObserver(this);
110 ExtensionRegistry::Get(browser_context_)->RemoveObserver(this);
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_frontend.cc51 EventRouter::Get(browser_context_)
62 StorageFrontend* StorageFrontend::Get(BrowserContext* context) { function in class:extensions::StorageFrontend
63 return BrowserContextKeyedAPIFactory<StorageFrontend>::Get(context);
99 ExtensionsAPIClient::Get()->AddAdditionalValueStoreCaches(
/external/chromium_org/extensions/browser/api/system_display/
H A Ddisplay_info_provider.cc64 DisplayInfoProvider* DisplayInfoProvider::Get() { function in class:extensions::DisplayInfoProvider
/external/chromium_org/extensions/browser/api/system_storage/
H A Dstorage_info_provider.cc57 provider_.Get() = provider;
61 // Get all available storage devices before invoking |QueryInfo()|.
117 StorageInfoProvider* StorageInfoProvider::Get() { function in class:extensions::StorageInfoProvider
118 if (provider_.Get().get() == NULL)
119 provider_.Get() = new StorageInfoProvider();
120 return provider_.Get().get();
/external/chromium_org/extensions/browser/
H A Dprocess_map.cc70 ProcessMap* ProcessMap::Get(content::BrowserContext* browser_context) { function in class:extensions::ProcessMap
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_frontend.cc35 void Get(const std::string& key, function in class:ValueStoreFrontend::Backend
38 ValueStore::ReadResult result = storage_->Get(key);
123 void ValueStoreFrontend::Get(const std::string& key, function in class:ValueStoreFrontend
128 base::Bind(&ValueStoreFrontend::Backend::Get,
/external/chromium_org/media/audio/sounds/
H A Dsounds_manager.cc43 : task_runner_(AudioManager::Get()->GetTaskRunner()) {
104 SoundsManager* SoundsManager::Get() { function in class:media::SoundsManager
105 CHECK(g_instance) << "SoundsManager::Get() is called before Create()";

Completed in 638 milliseconds

1234567891011>>