Searched refs:Get (Results 451 - 475 of 4314) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dmock_source.h41 // source_.Get(key, *data_ready_);
63 virtual void Get(const std::string& key, const Callback& data_ready) const;
H A Dtestdata_source.h38 // source_.Get(key, *data_ready_);
61 virtual void Get(const std::string& key, const Callback& data_ready) const;
/external/chromium_org/ui/gl/android/
H A Dsurface_texture_listener.cc16 browser_loop_(base::ThreadTaskRunnerHandle::Get()) {
/external/chromium_org/v8/src/compiler/
H A Dnode-aux-data.h24 inline T Get(Node* node);
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos.cc36 message_center::MessageCenter::Get()->RemoveNotification(
56 message_center::MessageCenter::Get()->AddNotification(notification.Pass());
62 message_center::MessageCenter::Get()->GetVisibleNotifications();
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier_unittest.cc63 DBusThreadManager::Get()->GetShillDeviceClient()->GetTestInterface();
71 DBusThreadManager::Get()->GetShillServiceClient()->GetTestInterface();
100 message_center::MessageCenter::Get();
/external/chromium_org/base/android/
H A Dapplication_status_listener.cc41 g_observers.Get().AddObserver(this);
48 g_observers.Get().RemoveObserver(this);
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
/external/chromium_org/base/prefs/
H A Dscoped_user_pref_update.h53 // Cache of value from user pref store (set between Get() and Notify() calls).
72 // Triggers an update notification if Get() was called.
80 // Calling Get() implies that an update notification is necessary at
86 virtual T* Get() { function in class:ScopedUserPrefUpdate
91 return *Get();
95 return Get();
/external/chromium_org/base/threading/
H A Dthread_local.h18 // to Get() on a thread will return NULL. You can update the pointer with a
36 // DCHECK(Singleton<ThreadLocalPointer<MyClass> >::get()->Get() == NULL);
41 // DCHECK(Singleton<ThreadLocalPointer<MyClass> >::get()->Get() != NULL);
48 // return Singleton<ThreadLocalPointer<MyClass> >::get()->Get();
94 Type* Get() { function in class:base::ThreadLocalPointer
117 bool Get() { function in class:base::ThreadLocalBoolean
118 return tlp_.Get() != NULL;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager_factory.cc20 VolumeManager* VolumeManagerFactory::Get(content::BrowserContext* context) { function in class:file_manager::VolumeManagerFactory
49 chromeos::DBusThreadManager::Get()->GetPowerManagerClient(),
51 chromeos::file_system_provider::ServiceFactory::Get(context));
/external/chromium_org/chrome/browser/chromeos/login/demo_mode/
H A Ddemo_app_launcher.cc73 extensions::ExtensionSystem::Get(profile)->extension_service();
90 NetworkStateHandler* handler = NetworkHandler::Get()->network_state_handler();
99 user_manager::UserManager::Get()->SessionStarted();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_network_configuration_updater_factory.cc70 chromeos::ProfileHelper::Get()->GetUserByProfile(profile);
74 if (user != user_manager::UserManager::Get()->GetPrimaryUser())
88 chromeos::NetworkHandler::Get()->managed_network_configuration_handler())
/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/networking_private/
H A Dnetworking_private_event_router_chromeos.cc77 EventRouter* event_router = EventRouter::Get(profile_);
97 EventRouter* event_router = EventRouter::Get(profile_);
102 NetworkHandler::Get()->network_state_handler()->RemoveObserver(
122 EventRouter* event_router = EventRouter::Get(profile_);
132 NetworkHandler::Get()->network_state_handler()->AddObserver(
134 NetworkPortalDetector::Get()->AddObserver(this);
136 NetworkHandler::Get()->network_state_handler()->RemoveObserver(
138 NetworkPortalDetector::Get()->RemoveObserver(this);
144 EventRouter* event_router = EventRouter::Get(profile_);
146 NetworkHandler::Get()
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_component_extension_resource_manager_unittest.cc31 ExtensionsBrowserClient::Get()->GetComponentExtensionResourceManager();
34 // Get the extension test data path.
36 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_path));
48 ASSERT_TRUE(PathService::Get(chrome::DIR_RESOURCES, &resources_path));
H A Dchrome_extension_web_contents_observer.cc63 ExtensionSystem::Get(browser_context())->error_console()->ReportError(
82 ExtensionRegistry* registry = ExtensionRegistry::Get(browser_context());
89 ExtensionSystem::Get(browser_context())->
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_win.cc32 PathService::Get(base::DIR_SYSTEM, &rundll32);
36 PathService::Get(base::DIR_SYSTEM, &shell32dll);
40 PathService::Get(base::DIR_SYSTEM, &inetcpl);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddirectory_zipper_test.py35 top_zip = ZipFile(StringIO(self._directory_zipper.Zip('top/').Get()))
43 two_zip = ZipFile(StringIO(self._directory_zipper.Zip('top/two/').Get()))
51 self._directory_zipper.Zip('notfound/').Get)
H A Dhost_file_system_provider_test.py30 first_read = fs.ReadSingle(self._idle_path).Get()
33 second_read = fs.ReadSingle(self._idle_path).Get()
45 self.assertRaises(FileNotFoundError, fs.ReadSingle(self._idle_path).Get)
/external/chromium_org/chrome/utility/
H A Dprofile_import_handler.cc20 return content::UtilityThread::Get()->Send(message);
47 content::UtilityThread::Get(),
90 content::UtilityThread::Get()->ReleaseProcessIfNeeded();
/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/content/renderer/media/
H A Drender_media_log.cc19 DCHECK(RenderThread::Get()) <<
24 if (!RenderThread::Get()) {
53 RenderThread::Get()->Send(
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.h27 virtual ReadResult Get(const std::string& key) OVERRIDE;
28 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
29 virtual ReadResult Get() OVERRIDE;
/external/chromium_org/extensions/browser/
H A Dbrowser_context_keyed_api_factory.h29 // These flags affect what instance is returned when Get() is called
74 static T* Get(content::BrowserContext* context) { function in class:extensions::BrowserContextKeyedAPIFactory
87 // DependsOn(ExtensionsBrowserClient::Get()->GetExtensionSystemFactory());
91 DependsOn(ExtensionsBrowserClient::Get()->GetExtensionSystemFactory());
115 return ExtensionsBrowserClient::Get()->GetOriginalContext(context);
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.h23 // Get* operation (except for the BytesInUse ones) counts as one read, and
34 virtual ReadResult Get(const std::string& key) OVERRIDE;
35 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
36 virtual ReadResult Get() OVERRIDE;

Completed in 669 milliseconds

<<11121314151617181920>>