Searched refs:Get (Results 251 - 275 of 744) sorted by relevance

<<11121314151617181920>>

/external/gtest/include/gtest/internal/
H A Dgtest-tuple.h135 template <int k> class Get;
185 template <int k> friend class gtest_internal::Get;
217 template <int k> friend class gtest_internal::Get;
260 template <int k> friend class gtest_internal::Get;
297 template <int k> friend class gtest_internal::Get;
338 template <int k> friend class gtest_internal::Get;
382 template <int k> friend class gtest_internal::Get;
429 template <int k> friend class gtest_internal::Get;
478 template <int k> friend class gtest_internal::Get;
530 template <int k> friend class gtest_internal::Get;
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-tuple.h135 template <int k> class Get;
185 template <int k> friend class gtest_internal::Get;
217 template <int k> friend class gtest_internal::Get;
260 template <int k> friend class gtest_internal::Get;
297 template <int k> friend class gtest_internal::Get;
338 template <int k> friend class gtest_internal::Get;
382 template <int k> friend class gtest_internal::Get;
429 template <int k> friend class gtest_internal::Get;
478 template <int k> friend class gtest_internal::Get;
530 template <int k> friend class gtest_internal::Get;
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dpreferences.cc214 LoginUtils::Get()->SetFirstLoginPrefs(prefs);
228 CrosLibrary::Get()->GetTouchpadLibrary()->SetTapToClick(enabled);
236 CrosLibrary::Get()->GetTouchpadLibrary()->SetSensitivity(sensitivity);
391 CrosLibrary::Get()->GetPowerLibrary()->EnableScreenLock(
402 CrosLibrary::Get()->GetInputMethodLibrary()->
412 CrosLibrary::Get()->GetInputMethodLibrary()->
422 CrosLibrary::Get()->GetInputMethodLibrary()->
435 CrosLibrary::Get()->GetInputMethodLibrary()->
H A Dsim_dialog_delegate.cc61 if (UserManager::Get()->user_is_logged_in()) {
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.cc34 CrosLibrary::Get()->GetPowerLibrary()->AddObserver(this);
45 CrosLibrary::Get()->GetPowerLibrary()->RemoveObserver(this);
/external/chromium/chrome/browser/
H A Dmemory_details_win.cc81 if (!snapshot.Get()) {
93 if (!process_handle.Get())
106 // Get Memory Information.
119 // Get Version Information.
H A Dbackground_mode_manager_win.cc59 if (!PathService::Get(base::FILE_EXE, &executable))
/external/chromium/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc69 virtual net::SSLConfigService* Get();
169 net::SSLConfigService* SSLConfigServiceManagerPref::Get() { function in class:SSLConfigServiceManagerPref
/external/chromium/chrome/common/
H A Dchrome_content_client.cc58 if (PathService::Get(chrome::FILE_PDF_PLUGIN, &path)) {
75 if (PathService::Get(chrome::FILE_NACL_PLUGIN, &path)) {
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.cc23 PathService::Get(base::DIR_TEMP, &path); // Ignore return value;
83 PathService::Get(base::DIR_SOURCE_ROOT, &path);
/external/chromium/net/spdy/
H A Dspdy_session_unittest.cc135 spdy_session_pool->Get(pair, BoundNetLog());
158 spdy_session_pool->Get(pair, BoundNetLog());
206 spdy_session_pool->Get(pair, BoundNetLog());
342 spdy_session_pool->Get(pair, BoundNetLog());
428 spdy_session_pool->Get(pair, BoundNetLog());
528 spdy_session_pool->Get(pair, BoundNetLog());
601 spdy_session_pool->Get(test_hosts[0].pair, BoundNetLog());
638 spdy_session_pool->Get(test_hosts[2].pair, BoundNetLog());
/external/opencv/otherlibs/highgui/
H A Dbitstrm.h128 int Get( int bits );
148 int Get( int bits );
/external/webkit/Source/WebCore/bindings/v8/
H A DPageScriptDebugServer.cpp102 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getScripts")));
110 dispatchDidParseSource(listener, v8::Handle<v8::Object>::Cast(scriptsArray->Get(v8::Integer::New(i))));
H A DWorkerScriptDebugServer.cpp93 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getWorkerScripts")));
101 dispatchDidParseSource(listener, v8::Handle<v8::Object>::Cast(scriptsArray->Get(v8::Integer::New(i))));
/external/chromium/base/threading/
H A Dthread.cc138 quit_properly = lazy_tls_bool.Pointer()->Get();
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec_unittest.cc68 ASSERT_TRUE(d_value->Get(BookmarkCodec::kRootsKey, &roots));
73 ASSERT_TRUE(roots_d_value->Get(BookmarkCodec::kRootFolderNameKey,
79 ASSERT_TRUE(bb_d_value->Get(BookmarkCodec::kChildrenKey,
85 ASSERT_TRUE(bb_children_l_value->Get(index, &child_value));
/external/chromium/chrome/browser/chromeos/cros/
H A Dscreen_lock_library.cc18 if (CrosLibrary::Get()->EnsureLoaded()) {
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper.h64 static SignedSettingsHelper* Get();
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_notification_provider.cc294 ListValue* allowed_sites = update_allowed_sites.Get();
295 ListValue* denied_sites = update_denied_sites.Get();
355 ListValue* allowed_sites = update.Get();
372 ListValue* denied_sites = update.Get();
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc137 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
231 if (!PathService::Get(path_info_.path_id, &dir_or_file)) {
293 if (!PathService::Get(chrome::DIR_USER_DATA, &data_dir))
420 PathService::Get(chrome::DIR_USER_DATA, &path);
/external/chromium/chrome/browser/extensions/
H A Dextension_debugger_api.cc225 if (dictionary->Get("params", &params_value))
339 if (!args_->Get(2, &params))
349 if (dictionary->Get("error", &error_body)) {
356 if (dictionary->Get("result", &result_body))
H A Dextension_web_ui.cc256 url_list->Get(i, &val);
308 DictionaryValue* all_overrides = update.Get();
373 DictionaryValue* all_overrides = update.Get();
391 DictionaryValue* all_overrides = update.Get();
H A Dexternal_pref_extension_loader.cc63 // PathService::Get() to return false, because the path does
70 if (PathService::Get(base_path_key_, &base_path_)) {
/external/chromium/chrome/browser/geolocation/
H A Daccess_token_store.cc73 DictionaryValue* access_token_dictionary = update.Get();
/external/chromium/chrome/browser/ui/webui/
H A Dscreenshot_source.cc31 if (!PathService::Get(chrome::DIR_DEFAULT_DOWNLOADS, &fileshelf_path)) {
60 // Get a saved screenshot - read on the FILE thread.

Completed in 441 milliseconds

<<11121314151617181920>>