Searched refs:GetValue (Results 326 - 350 of 498) sorted by relevance

<<11121314151617181920

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl_unittest.cc43 return GetInstance()->GetValue(ssl);
62 std::string GetValue(const SSL* ssl) { function in class:net::__anon9542::SSLKeyHelper
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPen.h37 lastResult = DllExports::GdipCreatePen1(color.GetValue(),
301 color.GetValue()));
/external/lldb/source/Target/
H A DProcess.cpp1428 return StateIsRunningState (m_public_state.GetValue());
1434 if (m_public_state.GetValue() == eStateExited)
1443 if (m_public_state.GetValue() == eStateExited && !m_exit_string.empty())
1460 if (m_private_state.GetValue() == eStateExited)
1626 return m_public_state.GetValue ();
1635 const StateType old_state = m_public_state.GetValue();
1685 return m_private_state.GetValue();
3278 StateAsCString(m_public_state.GetValue()),
3279 StateAsCString(m_private_state.GetValue()));
3359 if (m_public_state.GetValue()
[all...]
/external/chromium_org/base/prefs/
H A Dpref_member.cc80 internal()->UpdateValue(pref->GetValue()->DeepCopy(),
H A Dtesting_pref_service.h181 return pref_store->GetValue(path, &res) ? res : NULL;
/external/chromium_org/cc/input/
H A Dpage_scale_animation.cc199 return timing_function_->GetValue(normalized_time);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc356 resolve_errors_with_web_service_.GetValue();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.cc132 pref->GetValue()->GetAsString(&requisition);
H A Ddevice_cloud_policy_store_chromeos_unittest.cc87 store_->policy_map().GetValue(
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map_unittest.cc321 prefs::kDefaultContentSettings)->GetValue()->DeepCopy());
333 prefs::kDefaultContentSettings)->GetValue()->DeepCopy());
357 prefs::kContentSettingsPatternPairs)->GetValue()->DeepCopy());
379 prefs::kContentSettingsPatternPairs)->GetValue()->DeepCopy());
/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers.cc243 const base::Value* value = policies.GetValue(policy_name());
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_win.cc110 IE7PasswordInfo info = r->GetValue();
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.cc182 callback.Run(histogram_name, pref->GetValue());
/external/chromium_org/chrome/browser/sessions/
H A Drestore_on_startup_policy_handler_unittest.cc282 EXPECT_TRUE(prefs().GetValue(prefs::kURLsToRestoreOnStartup, &url_result));
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc74 const base::Value* value = settings_service_->GetValue(su_id, key);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc187 return use_custom_frame_pref_.GetValue() &&
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsupervised_user_import_handler.cc179 service->GetValue(it.key(), supervised_users::kChromeAvatarIndex);
/external/chromium_org/chrome/browser/ui/webui/translate_internals/
H A Dtranslate_internals_handler.cc206 dict.Set(key, pref->GetValue()->DeepCopy());
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.cc68 const base::Value* PolicyMap::GetValue(const std::string& policy) const { function in class:policy::PolicyMap
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc70 uint32_t PPB_Scrollbar_Impl::GetValue() { return scrollbar_->value(); } function in class:content::PPB_Scrollbar_Impl
/external/chromium_org/tools/gn/
H A Dargs.cc162 if (!scope_to_set->GetValue(i->first)) {
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc61 ui::ViewProp::GetValue(widget, kWindowTreeHostForAcceleratedWidget));
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc91 bool GetValue(const char* desc, int64_t* value);
209 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { function in class:v8::internal::MipsDebugger
476 if (GetValue(arg1, &value)) {
500 if (!GetValue(arg1, &value)) {
512 if (!GetValue(argv[next_arg], &words)) {
556 if (GetValue(arg1, &value)) {
564 if (GetValue(arg1, &value)) {
573 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
592 if (GetValue(arg
[all...]
/external/lldb/examples/python/
H A Ddiagnose_unwind.py67 initial_fp = int (reg.GetValue(), 16)
H A Dsbvalue.py60 return self.sbvalue.GetValue ()

Completed in 1590 milliseconds

<<11121314151617181920