Searched defs:Get (Results 126 - 150 of 512) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsystem_settings_provider.cc33 if (LoginState::Get()->IsGuestSessionUser() ||
34 LoginState::Get()->IsPublicSessionUser()) {
47 const base::Value* SystemSettingsProvider::Get(const std::string& path) const { function in class:chromeos::SystemSettingsProvider
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_service.cc21 ContentSettingsService* ContentSettingsService::Get( function in class:extensions::ContentSettingsService
23 return BrowserContextKeyedAPIFactory<ContentSettingsService>::Get(context);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_commands_global_registry.cc49 ExtensionCommandsGlobalRegistry* ExtensionCommandsGlobalRegistry::Get( function in class:extensions::ExtensionCommandsGlobalRegistry
51 return BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>::Get(
77 extensions::CommandService::Get(browser_context_);
H A Dextension_garbage_collector_chromeos.cc26 ExtensionGarbageCollectorChromeOS* ExtensionGarbageCollectorChromeOS::Get( function in class:extensions::ExtensionGarbageCollectorChromeOS
29 ExtensionGarbageCollector::Get(context));
52 user_manager::UserManager* user_manager = user_manager::UserManager::Get();
61 chromeos::ProfileHelper::Get()->GetProfileByUserUnsafe(active_users[i]);
63 ExtensionGarbageCollectorChromeOS::Get(profile);
75 ExtensionSystem::Get(context_)->extension_service();
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.cc60 base::ThreadTaskRunnerHandle::Get()->PostTask(
86 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) { function in class:AppListService
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_rietveld_patcher.py40 def Get(self): member in class:_AsyncUncachedFuture
41 uncached_value = self._fetch_delegate.Get()
74 value = self._version_object_store.Get(key).Get()
88 patched_files = self._list_object_store.Get(version).Get()
101 GetMulti([_MakeKey(path, version) for path in paths]).Get())
H A Drender_servlet.py43 def Get(self): member in class:RenderServlet
109 content_and_type = content_provider.GetContentAndType(path).Get()
/external/chromium_org/chrome/installer/util/
H A Dapp_commands.cc64 bool AppCommands::Get(const std::wstring& command_id, function in class:installer::AppCommands
/external/chromium_org/chrome/renderer/
H A Dprincipals_extension_bindings.cc124 v8::Extension* PrincipalsExtension::Get() { function in class:extensions_v8::PrincipalsExtension
/external/chromium_org/chromeos/cryptohome/
H A Dsystem_salt_getter.cc36 DBusThreadManager::Get()->GetCryptohomeClient()->WaitForServiceToBeAvailable(
50 DBusThreadManager::Get()->GetCryptohomeClient()->GetSystemSalt(
88 SystemSaltGetter* SystemSaltGetter::Get() { function in class:chromeos::SystemSaltGetter
90 << "SystemSaltGetter::Get() called before Initialize()";
/external/chromium_org/chromeos/dbus/
H A Dnfc_property_set.cc34 void NfcPropertySet::Get(dbus::PropertyBase* property, function in class:chromeos::NfcPropertySet
36 NOTREACHED() << "neard does not implement Get for properties.";
/external/chromium_org/chromeos/network/
H A Dnetwork_handler.cc93 NetworkHandler* NetworkHandler::Get() { function in class:chromeos::NetworkHandler
95 << "NetworkHandler::Get() called before Initialize()";
/external/chromium_org/components/enhanced_bookmarks/
H A Dtest_image_store.cc38 std::pair<gfx::Image, GURL> TestImageStore::Get(const GURL& page_url) { function in class:TestImageStore
/external/chromium_org/components/feedback/
H A Dtracing_manager.cc133 TracingManager* TracingManager::Get() { function in class:TracingManager
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_delegate.cc39 InterceptNavigationDelegate::Get(source);
57 InterceptNavigationDelegate* InterceptNavigationDelegate::Get( function in class:navigation_interception::InterceptNavigationDelegate
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc18 PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) { function in class:policy::PolicyBundle
26 const PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) const { function in class:policy::PolicyBundle
83 // an non-existant entry. This handles usage of non-const Get() that doesn't
/external/chromium_org/components/session_manager/core/
H A Dsession_manager.cc21 DCHECK(!SessionManager::Get());
31 SessionManager* SessionManager::Get() { function in class:session_manager::SessionManager
/external/chromium_org/content/browser/gpu/
H A Dgpu_surface_tracker.h57 static GpuSurfaceTracker* Get() { return GetInstance(); } function in class:content::GpuSurfaceTracker
99 // Gets the global instance of the surface tracker. Identical to Get(), but
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.cc29 ValueStore::ReadResult WeakUnlimitedSettingsStorage::Get( function in class:extensions::WeakUnlimitedSettingsStorage
31 return delegate_->Get(key);
34 ValueStore::ReadResult WeakUnlimitedSettingsStorage::Get( function in class:extensions::WeakUnlimitedSettingsStorage
36 return delegate_->Get(keys);
39 ValueStore::ReadResult WeakUnlimitedSettingsStorage::Get() { function in class:extensions::WeakUnlimitedSettingsStorage
40 return delegate_->Get();
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.cc39 ValueStore::ReadResult TestingValueStore::Get(const std::string& key) { function in class:TestingValueStore
40 return Get(std::vector<std::string>(1, key));
43 ValueStore::ReadResult TestingValueStore::Get( function in class:TestingValueStore
60 ValueStore::ReadResult TestingValueStore::Get() { function in class:TestingValueStore
H A Dvalue_store_frontend_unittest.cc28 ASSERT_TRUE(PathService::Get(extensions::DIR_TEST_DATA, &test_data_dir));
46 bool Get(const std::string& key, scoped_ptr<base::Value>* output) { function in class:ValueStoreFrontendTest
47 storage_->Get(key, base::Bind(&ValueStoreFrontendTest::GetAndWait,
70 ASSERT_FALSE(Get("key0", &value));
74 ASSERT_TRUE(Get("key1", &value));
81 ASSERT_TRUE(Get("key2", &value));
98 ASSERT_TRUE(Get("key0", &value));
105 ASSERT_TRUE(Get("key1", &value));
111 ASSERT_FALSE(Get("key2", &value));
/external/chromium_org/extensions/common/api/bluetooth/
H A Dbluetooth_manifest_data.cc21 BluetoothManifestData* BluetoothManifestData::Get(const Extension* extension) { function in class:extensions::BluetoothManifestData
30 const BluetoothManifestData* data = BluetoothManifestData::Get(extension);
37 const BluetoothManifestData* data = BluetoothManifestData::Get(extension);
44 const BluetoothManifestData* data = BluetoothManifestData::Get(extension);
/external/chromium_org/media/midi/
H A Dmidi_message_queue.cc45 void MidiMessageQueue::Get(std::vector<uint8>* message) { function in class:media::MidiMessageQueue
/external/chromium_org/mojo/public/tests/
H A Dtest_support_private.cc59 TestSupport* TestSupport::Get() { function in class:mojo::test::TestSupport
/external/chromium_org/ppapi/shared_impl/
H A Darray_var.cc26 PpapiGlobals::Get()->GetVarTracker()->GetVar(var));
36 PP_Var ArrayVar::Get(uint32_t index) const { function in class:ppapi::ArrayVar
41 if (PpapiGlobals::Get()->GetVarTracker()->AddRefVar(element))

Completed in 606 milliseconds

1234567891011>>