Searched refs:GetPrefValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dinspect_ui.h66 const base::Value* GetPrefValue(const char* name);
H A Dinspect_ui.cc439 *GetPrefValue(prefs::kDevToolsDiscoverUsbDevicesEnabled));
445 *GetPrefValue(prefs::kDevToolsPortForwardingEnabled));
451 *GetPrefValue(prefs::kDevToolsPortForwardingConfig));
459 if (!GetPrefValue(prefs::kDevToolsPortForwardingDefaultSet)->
470 if (!GetPrefValue(prefs::kDevToolsPortForwardingEnabled)->
472 !GetPrefValue(prefs::kDevToolsPortForwardingConfig)->
487 const base::Value* InspectUI::GetPrefValue(const char* name) { function in class:InspectUI
/external/chromium_org/base/prefs/
H A Dpref_member_unittest.cc52 base::Bind(&GetPrefValueHelper::GetPrefValue, this, &event)));
68 void GetPrefValue(base::WaitableEvent* event) { function in class:__anon2410::GetPrefValueHelper

Completed in 58 milliseconds