HomeSort by relevance Sort by last modified time
    Searched refs:GetValue (Results 51 - 75 of 170) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 291 TEST_F(PrefValueStoreTest, GetValue) {
300 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kManagedPlatformPref,
308 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kManagedCloudPref,
315 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kExtensionPref,
322 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kCommandLinePref,
329 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kUserPref,
336 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kRecommendedPlatformPref,
344 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kRecommendedCloudPref,
351 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kDefaultPref,
360 ASSERT_FALSE(pref_value_store_->GetValue(prefs::kMissingPref
    [all...]
pref_value_store.cc 103 bool PrefValueStore::GetValue(const std::string& name,
215 switch (store->GetValue(name, out_value)) {
218 if (!store || store->GetValue(name, out_value) != PrefStore::READ_OK) {
pref_value_store.h 78 // Preference::GetValue() instead of calling this method directly.
79 bool GetValue(const std::string& name,
browser_prefs.cc 188 user_prefs->Set(prefs::kBrowserWindowPlacement, *(pref->GetValue()));
pref_member.cc 71 internal()->UpdateValue(pref->GetValue()->DeepCopy(), pref->IsManaged());
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 105 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
112 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound);
144 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
151 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound);
178 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
185 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound);
  /external/chromium/base/
file_version_info_win.cc 141 bool FileVersionInfoWin::GetValue(const wchar_t* name,
178 if (GetValue(name, &str))
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map.cc 157 GetExtensionPrefValueMap(ext_id, true)->GetValue(key, &value);
159 GetExtensionPrefValueMap(ext_id, false)->GetValue(key, &value);
184 if (prefs->GetValue(key, &value)) {
195 if (prefs->GetValue(key, &value)) {
  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 67 if (!enable_referrers_->GetValue())
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc 82 } else if (!pref->GetValue()->Equals(new_value.get())) {
105 if (!WritePreferenceToNode(pref->name(), *pref->GetValue(), &write_node))
227 return MergeListValues(*local_pref.GetValue(), server_value);
232 return MergeDictionaryValues(*local_pref.GetValue(), server_value);
  /external/chromium/webkit/glue/
cpp_binding_example.cc 14 virtual bool GetValue(CppVariant* value) {
cpp_bound_class.cc 32 virtual bool GetValue(CppVariant* value) {
50 virtual bool GetValue(CppVariant* value) {
239 if (!callback->second->GetValue(&cpp_value))
cpp_bound_class.h 45 virtual bool GetValue(CppVariant* value) = 0;
  /external/v8/src/
property.cc 109 GetValue()->ShortPrint(out);
  /external/webkit/Source/WebKit/wx/
WebBrowserShell.cpp 255 webview->LoadURL(addressBar->GetValue());
261 webview->LoadURL(wxString::Format(wxT("http://www.google.com/search?rls=en&q=%s&ie=UTF-8&oe=UTF-8"), searchCtrl->GetValue().wc_str()));
354 wxMessageBox(wxT("Result is: ") + webview->RunScript(dialog->GetValue()));
370 bool result = webview->ExecuteEditCommand(dialog->GetValue());
388 EditState result = webview->GetEditCommandState(dialog->GetValue());
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 102 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 148 EVT GetValue() const {
  /external/chromium/chrome/browser/history/
history_database.cc 186 return (meta_table_.GetValue(kNeedsThumbnailMigrationKey, &value) &&
226 if (!meta_table_.GetValue(kEarlyExpirationThresholdKey, &threshold)) {
  /external/chromium/chrome/browser/webdata/
keyword_table.cc 216 meta_table_->GetValue(kDefaultSearchProviderKey, &value);
226 meta_table_->GetValue(kBuiltinKeywordVersion, &version);
  /external/chromium/chrome/common/extensions/
extension_action.cc 75 return GetValue(&popup_url_, tab_id);
83 return GetValue(&icon_, tab_id);
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 106 URL = self.location.GetValue()
127 self.current = dlg.GetValue()
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 112 function GetValue: String;
114 property Value: String read GetValue write SetValue;
119 function GetValue: String;
124 function TFoo.GetValue: String;
157 ReturnValue := FIANTLRString.GetValue;
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 142 dict->Set("value", pref->GetValue()->DeepCopy());
355 Value::CreateBooleanValue(clear_plugin_lso_data_enabled_.GetValue()));
379 dict->Set("value", pref->GetValue()->DeepCopy());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 95 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 154 int64 refresh_rate = policy_refresh_rate_.GetValue();

Completed in 616 milliseconds

1 23 4 5 6 7