HomeSort by relevance Sort by last modified time
    Searched refs:SetValue (Results 126 - 150 of 301) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/sessions/
restore_on_startup_policy_handler.cc 73 prefs->SetValue(prefs::kURLsToRestoreOnStartup, url_list);
  /external/chromium_org/components/policy/core/common/
registry_dict_win.cc 194 void RegistryDict::SetValue(const std::string& name,
231 SetValue(entry->first, make_scoped_ptr(entry->second->DeepCopy()));
250 SetValue(
263 SetValue(
  /external/chromium_org/net/cookies/
parsed_cookie.h 31 // You should not call any other methods except for SetName/SetValue on the
61 bool SetValue(const std::string& value);
  /external/chromium_org/ui/views/controls/
slider.h 29 VALUE_CHANGED_BY_API, // value was changed by a call to SetValue.
59 void SetValue(float value);
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableDictionary.h 39 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColor.h 136 VOID SetValue(IN ARGB argb)
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 91 IMB_Result SetValue(intptr_t value);
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter_unittest.cc 318 control.SetValue(chromeos::input_method::kAltKey);
625 search.SetValue(chromeos::input_method::kVoidKey);
628 control.SetValue(chromeos::input_method::kVoidKey);
676 alt.SetValue(chromeos::input_method::kControlKey);
703 search.SetValue(chromeos::input_method::kControlKey);
722 alt.SetValue(chromeos::input_method::kControlKey);
767 search.SetValue(chromeos::input_method::kEscapeKey);
789 search.SetValue(chromeos::input_method::kAltKey);
808 alt.SetValue(chromeos::input_method::kControlKey);
824 control.SetValue(chromeos::input_method::kSearchKey)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
300 SetValue(&I, R, SF);
641 SetValue(&I, R, SF);
786 SetValue(&I, R, SF);
    [all...]
  /external/chromium_org/tools/gn/
operators_unittest.cc 42 setup.scope()->SetValue(sources, Value(NULL, Value::LIST), NULL);
105 setup.scope()->SetValue(foo, Value(NULL, Value::LIST), NULL);
  /external/chromium_org/ui/gfx/
break_list.h 40 void SetValue(T value);
80 void BreakList<T>::SetValue(T value) {
  /external/lldb/include/lldb/DataFormatters/
TypeSummary.h 194 SetValue (uint32_t value)
304 m_flags.SetValue(value);
  /external/tinyxml/
tinyxml.h 468 void SetValue(const char * _value) { value = _value;}
472 void SetValue( const std::string& _value )
475 SetValue( buf.buffer ? buf.buffer : "" );
745 void SetValue( const char* _value ) { value = _value; } ///< Set the value.
758 void SetValue( const std::string& _value )
761 SetValue( buf.buffer ? buf.buffer : "error" );
    [all...]
  /external/chromium_org/chrome/browser/webdata/
keyword_table.cc 292 return meta_table_->SetValue(kDefaultSearchProviderKey, id);
302 return meta_table_->SetValue(kBuiltinKeywordVersion, version);
382 meta_table_->SetValue("Default Search Provider ID Backup",
402 meta_table_->SetValue("Default Search Provider ID Backup Signature",
414 meta_table_->SetValue("Default Search Provider ID Backup Signature",
  /external/chromium_org/net/quic/
quic_config.cc 89 out->SetValue(tag_, negotiated_value_);
91 out->SetValue(tag_, max_value_);
148 out->SetValue(tag_, negotiated_tag_);
258 out->SetValue(tag_, send_value_);
326 out->SetValue(tag_, send_value_);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 113 procedure SetValue(const V: String);
114 property Value: String read GetValue write SetValue;
120 procedure SetValue(const V: String);
129 procedure TFoo.SetValue(const V: String);
166 FIANTLRString.SetValue(Value);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 511 new_values_cache->SetValue(kAccountsPrefUsers, list);
544 new_values_cache->SetValue(kAccountsPrefDeviceLocalAccounts,
575 new_values_cache->SetValue(kStartUpFlags, list);
627 new_values_cache->SetValue(kAppPack, list);
638 new_values_cache->SetValue(kStartUpUrls, list);
670 new_values_cache->SetValue(kAllowedConnectionTypesForUpdate, list);
831 migration_values_.SetValue(kStatsReportingPref,
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 508 void SetValue(const char * _value) { value = _value;}
512 void SetValue( const std::string& _value ) { value = _value; }
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value.
845 void SetValue( const std::string& _value ) { value = _value; }
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 508 void SetValue(const char * _value) { value = _value;}
512 void SetValue( const std::string& _value ) { value = _value; }
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value.
845 void SetValue( const std::string& _value ) { value = _value; }
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_policy_provider.cc 291 value_map->SetValue(
378 value_map->SetValue(pattern,
415 value_map_.SetValue(
content_settings_pref_provider.cc 151 map_to_modify->SetValue(
428 value_map_.SetValue(pattern_pair.first,
458 value_map_.SetValue(pattern_pair.first,
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.cc 177 reading_results->value_map->SetValue(it->key().ToString(), json_value);
270 void LevelDBPrefStore::SetValue(const std::string& key, base::Value* value) {
297 prefs_.SetValue(key, new_value.release());
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 114 hr = sentence_compartment->SetValue(client_id, &sentence_variant);
116 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
141 hr = disabled_compartment->SetValue(client_id, &variant);
143 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
157 hr = empty_context->SetValue(client_id, &empty_context_variant);
159 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 83 SetValue(root_key, test_key_name, REG_SZ, "Default value")
252 SetValue(key, 'changing_value', REG_SZ, s)
278 SetValue(key, name, REG_SZ, 'x')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 83 SetValue(root_key, test_key_name, REG_SZ, "Default value")
252 SetValue(key, 'changing_value', REG_SZ, s)
278 SetValue(key, name, REG_SZ, 'x')

Completed in 959 milliseconds

1 2 3 4 56 7 8 91011>>