/external/chromium/chrome/browser/chromeos/login/ |
login_utils.cc | 182 return Singleton<LoginUtilsWrapper>::get(); 185 LoginUtils* get() { function in class:chromeos::LoginUtilsWrapper 187 if (!ptr_.get()) 189 return ptr_.get(); 213 BootTimesLoader* btl = BootTimesLoader::Get(); 218 if (CrosLibrary::Get()->EnsureLoaded()) { 219 CrosLibrary::Get()->GetLoginLibrary()->StartSession(username, ""); 223 UserManager::Get()->UserLoggedIn(username); 244 BootTimesLoader* btl = BootTimesLoader::Get(); 308 if (CrosLibrary::Get()->EnsureLoaded()) [all...] |
user_manager.cc | 105 g_user_manager.Get().set_current_user_is_owner(is_owner); 112 g_user_manager.Get().logged_in_user().email()); 122 g_user_manager.Get().set_current_user_is_owner(is_owner); 165 chromeos::UserManager::Get()->RemoveUserFromList(user_email_); 173 if (CrosLibrary::Get()->EnsureLoaded()) { 174 CrosLibrary::Get()->GetCryptohomeLibrary()->AsyncRemove(user_email_, 231 UserManager* UserManager::Get() { 234 return &g_user_manager.Get(); 308 // Get a copy of the current users. 341 // Get a copy of the current users [all...] |
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.cc | 145 const UserManager::User& self = UserManager::Get()->logged_in_user(); 146 bool is_owner = UserManager::Get()->current_user_is_owner(); 169 return Singleton<UserCrosSettingsTrust>::get(); 213 if (!UserManager::Get()->current_user_is_owner()) { 217 CrosSettings::Get()->FireObservers(path.c_str()); 226 SignedSettingsHelper::Get()->StartStorePropertyOp(path, value, this); 255 CrosLibrary::Get()->EnsureLoaded()) { 257 SignedSettingsHelper::Get()->CancelCallback(this); 264 if (!CrosLibrary::Get()->EnsureLoaded()) 267 NetworkLibrary* cros = CrosLibrary::Get()->GetNetworkLibrary() [all...] |
/external/chromium/chrome/browser/ |
jumplist_win.cc | 159 const PROPVARIANT& Get() { 233 result = property_store->SetValue(PKEY_Title, property_title.Get()); 422 if (!PathService::Get(base::FILE_EXE, &chrome_path)) 538 if ((*item)->data().get() && 553 if ((*item)->data().get() &&
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-actions.h | 65 // BuiltInDefaultValue<T>::Get() returns the "built-in" default 75 static T Get() { 90 static T Get() { return BuiltInDefaultValue<T>::Get(); } 99 static T* Get() { return NULL; } 109 static type Get() { return value; } \ 188 static T Get() { 190 internal::BuiltInDefaultValue<T>::Get() : *value_; 223 static T& Get() { 225 internal::BuiltInDefaultValue<T&>::Get() : *address_ [all...] |
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_manager.cc | 67 KioskAppManager* KioskAppManager::Get() { 104 CrosSettings::Get()->SetString(kAccountsPrefDeviceLocalAccountAutoLoginId, 108 CrosSettings::Get()->SetString( 111 CrosSettings::Get()->SetInteger( 226 policy::GetDeviceLocalAccounts(CrosSettings::Get()); 244 policy::SetDeviceLocalAccounts(CrosSettings::Get(), device_local_accounts); 253 policy::GetDeviceLocalAccounts(CrosSettings::Get()); 268 policy::SetDeviceLocalAccounts(CrosSettings::Get(), device_local_accounts); 298 if (CrosSettings::Get()->GetBoolean( 336 CrosSettings::Get()->AddSettingsObserver [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
boot_times_loader.cc | 122 BootTimesLoader* BootTimesLoader::Get() {
|
/external/chromium_org/chrome/browser/download/ |
download_item_model.cc | 41 // Get the DownloadItemModelData object for |download|. Returns NULL if 43 static const DownloadItemModelData* Get(const DownloadItem* download); 45 // Get the DownloadItemModelData object for |download|. Creates a model data 89 const DownloadItemModelData* DownloadItemModelData::Get( 446 // We shouldn't get any of these due to the IsDangerous() test above. 473 // We shouldn't get any of these due to the MightBeMalicious() test above. 536 const DownloadItemModelData* data = DownloadItemModelData::Get(download_); 546 const DownloadItemModelData* data = DownloadItemModelData::Get(download_); 556 const DownloadItemModelData* data = DownloadItemModelData::Get(download_);
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api.cc | 39 return extensions::BluetoothAPI::Get(profile)->bluetooth_event_router(); 47 "Could not get local Out Of Band Pairing Data"; 81 BluetoothAPI* BluetoothAPI::Get(Profile* profile) { 86 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( 97 return bluetooth_event_router_.get(); 101 ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); 121 EXTENSION_FUNCTION_VALIDATE(params.get() != NULL); 143 if (params->profile.name.get()) 144 options.name = *params->profile.name.get(); 145 if (params->profile.channel.get()) [all...] |
/external/chromium_org/chrome/browser/extensions/api/processes/ |
processes_api.cc | 472 if (extensions::ExtensionSystem::Get(profile_)->event_router()) { 475 extensions::ExtensionSystem::Get(profile_)->event_router()-> 482 extensions::ExtensionSystem::Get(profile_)->event_router(); 489 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( 491 ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( 504 ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); 512 return &g_factory.Get(); 516 ProcessesAPI* ProcessesAPI::Get(Profile* profile) { 523 return processes_event_router_.get(); 554 if (ProcessesAPI::Get(GetProfile() [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api.cc | 122 WebNavigationTabObserver::Get(old_contents); 170 WebNavigationTabObserver::Get(details->source_web_contents); 214 WebNavigationTabObserver::Get(iter->second.source_web_contents); 255 g_tab_observer.Get().insert(TabObserverMap::value_type(web_contents, this)); 267 WebNavigationTabObserver* WebNavigationTabObserver::Get( 269 TabObserverMap::iterator i = g_tab_observer.Get().find(web_contents); 270 return i == g_tab_observer.Get().end() ? NULL : i->second; 323 // already starts to filter out some IPCs. In order to not get confused, 564 // When showing replacement content, we might get load signals for frames 604 // When showing replacement content, we might get load signals for frame [all...] |
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.cc | 85 AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) { 122 if (!PathService::Get(base::FILE_EXE, &icon_path)) { 143 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 171 if (!PathService::Get(base::DIR_EXE, &exe_path)) { 224 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { 339 LeakySingletonTraits<AppListServiceWin> >::get(); 368 return controller_delegate_.get();
|
/external/chromium_org/chrome/test/functional/webdriver_pages/ |
settings.py | 95 def Get(self): 114 def Get(self): 195 driver.get(AutofillEditAddressDialog._URL) 259 return [item.Get()[0] for item in list.GetCommittedItems()] 289 driver.get(ContentSettingsPage._URL) 320 driver.get(content_url) 402 items = filter(lambda item: item.Get()[0] == pattern, 489 driver.get(BasicSettingsPage._URL) 534 self._driver.get(self._URL) 552 self._driver.get(self._URL [all...] |
/external/chromium_org/content/browser/gpu/ |
shader_disk_cache.cc | 158 if (!cache_.get()) 171 if (!cache_.get()) 227 io_buf.get(), 254 if (!cache_.get()) 261 if (!cache_.get()) 316 buf_.get(), 379 // Hold a ref to ourselves so when we do the CacheCleared call we don't get 412 LeakySingletonTraits<ShaderCacheFactory> >::get(); 430 scoped_refptr<ShaderDiskCache> ShaderCacheFactory::Get(int32 client_id) { 531 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE).get(), [all...] |
/external/chromium_org/content/renderer/gpu/ |
gpu_benchmarking_extension.cc | 83 Serialize(children[i].get()); 92 // --no-sandbox command-line flag. Get rid of this limitation. 787 v8::Handle<v8::Value> value = converter->ToV8Value(result.get(), context); 839 v8::Extension* GpuBenchmarkingExtension::Get() {
|
/external/chromium_org/content/shell/browser/ |
webkit_test_controller.cc | 196 WebKitTestController* WebKitTestController::Get() { 238 ShellContentBrowserClient::Get()->browser_context(); 571 ShellContentBrowserClient::Get()->browser_context();
|
/external/chromium_org/ppapi/proxy/ |
ppb_image_data_proxy.cc | 59 // Without our caching system it would get deleted at this point. 86 // want each to get its own image data re-use. 91 // Keep a cache entry for this many seconds before expiring it. We get an entry 94 // get caching. 123 scoped_refptr<ImageData> Get(PPB_ImageData_Shared::ImageDataType type, 145 scoped_refptr<ImageData> ImageDataInstanceCache::Get( 177 if (images_[i].image.get() == image_data) { 182 // to get into situations where it's always telling us the old one is 199 if (images_[i].image.get()) { 215 // Go to the next location, wrapping around to get LRU [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
natsocketfactory.cc | 158 size_t addrlength = PackAddressForNAT(buf.get(), 162 std::memcpy(buf.get() + addrlength, data, size); 163 int result = socket_->SendTo(buf.get(), encoded_size, server_addr_); 358 return nats_.Get(ext_ip); 364 if (nats_.Get(ext_ip)) 423 return nats_.Get(ext_ip); 429 if (nats_.Get(ext_ip)) 474 NATSocketServer::Translator* NATSocketServer::TranslatorMap::Get(
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set.h | 593 // static inline ConstType Get(int number, const ExtensionSet& set); 598 // static inline ConstType Get(int number, const ExtensionSet& set, 617 // you will get a compile error because PrimitiveTypeTraits<int32> does not 631 static inline ConstType Get(int number, const ExtensionSet& set, 642 static inline Type Get(int number, const ExtensionSet& set, int index); 649 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \ 651 return set.Get##METHOD(number, default_value); \ 658 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \ 691 static inline const string& Get(int number, const ExtensionSet& set, [all...] |
/external/chromium_org/ui/base/clipboard/ |
clipboard_android.cc | 51 std::string Get(const std::string& format); 70 // Get the context. 80 std::string ClipboardMap::Get(const std::string& format) { 217 g_map.Get().Clear(); 236 return g_map.Get().HasFormat(format.data()); 242 g_map.Get().Clear(); 273 *result = g_map.Get().Get(kPlainTextFormat); 287 std::string input = g_map.Get().Get(kHTMLFormat) [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.h | 519 // static inline ConstType Get(int number, const ExtensionSet& set); 524 // static inline ConstType Get(int number, const ExtensionSet& set, 543 // you will get a compile error because PrimitiveTypeTraits<int32> does not 557 static inline ConstType Get(int number, const ExtensionSet& set, 568 static inline Type Get(int number, const ExtensionSet& set, int index); 575 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \ 577 return set.Get##METHOD(number, default_value); \ 584 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \ 617 static inline const string& Get(int number, const ExtensionSet& set, 636 static inline const string& Get(int number, const ExtensionSet& set [all...] |
/external/chromium/base/ |
values.cc | 396 bool DictionaryValue::Get(const std::string& path, Value** out_value) const { 418 if (!Get(path, &value)) 427 if (!Get(path, &value)) 436 if (!Get(path, &value)) 445 if (!Get(path, &value)) 454 if (!Get(path, &value)) 478 bool result = Get(path, &value); 491 bool result = Get(path, &value); 504 bool result = Get(path, &value); 719 bool ListValue::Get(size_t index, Value** out_value) const [all...] |
/external/chromium/net/proxy/ |
proxy_config_service_linux_unittest.cc | 71 value_type Get(const std::string& key) { 110 const char* env_value = table.Get(variable_name); 194 const char* value = strings_table.Get(key); 204 *result = ints_table.Get(key); 209 BoolSettingValue value = bools_table.Get(key); 224 *result = string_lists_table.Get(key); [all...] |
/external/chromium_org/base/message_loop/ |
message_loop_test.cc | 95 &Foo::Test0, foo.get())); 97 &Foo::Test1ConstRef, foo.get(), a)); 99 &Foo::Test1Ptr, foo.get(), &b)); 101 &Foo::Test1Int, foo.get(), 100)); 103 &Foo::Test2Ptr, foo.get(), &a, &c)); 107 &Foo::Test2Mixed, foo.get(), a, &d))); 125 &Foo::Test2Mixed, foo.get(), a, &d))); 147 &Foo::Test0, foo.get())); 149 &Foo::Test1ConstRef, foo.get(), a)); 151 &Foo::Test1Ptr, foo.get(), &b)) [all...] |
/external/chromium_org/base/ |
tracked_objects.cc | 318 reinterpret_cast<ThreadData*>(tls_index_.Get()); 326 ThreadData* ThreadData::Get() { 329 ThreadData* registered = reinterpret_cast<ThreadData*>(tls_index_.Get()); 414 // Lock since the map may get relocated now, and other threads sometimes 425 // Lock since the map may get relocated now, and other threads sometimes 455 base::AutoLock lock(map_lock_); // Lock as the map may get relocated now. 462 if (!parent_stack_.empty()) { // We might get turned off. 475 ThreadData* current_thread_data = Get(); 495 ThreadData* current_thread_data = Get(); 501 // get a time value since we "weren't tracking" and we were trying to b [all...] |