HomeSort by relevance Sort by last modified time
    Searched defs:GetStringValue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 54 std::string Widget::GetStringValue() const {
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 54 std::string Widget::GetStringValue() const {
  /external/chromium_org/chromeos/network/
managed_state.cc 77 return GetStringValue(key, value, &name_);
79 return GetStringValue(key, value, &type_);
112 bool ManagedState::GetStringValue(const std::string& key,
  /external/chromium_org/third_party/webrtc/base/
optionsfile.cc 125 bool OptionsFile::GetStringValue(const std::string& option,
127 LOG(LS_VERBOSE) << "OptionsFile::GetStringValue "
  /external/chromium_org/net/base/
capturing_net_log.cc 42 bool CapturingNetLog::CapturedEntry::GetStringValue(
  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.cc 19 std::string GetStringValue(const base::DictionaryValue& dictionary,
285 GetStringValue(attributes, nfc_record::kTypeProperty));
287 GetStringValue(attributes, nfc_record::kEncodingProperty));
289 GetStringValue(attributes, nfc_record::kLanguageProperty));
291 GetStringValue(attributes, nfc_record::kRepresentationProperty));
293 GetStringValue(attributes, nfc_record::kUriProperty));
295 GetStringValue(attributes, nfc_record::kMimeTypeProperty));
297 GetStringValue(attributes, nfc_record::kActionProperty));
  /external/chromium_org/base/
file_version_info_win.cc 85 return GetStringValue(L"CompanyName");
89 return GetStringValue(L"CompanyShortName");
93 return GetStringValue(L"InternalName");
97 return GetStringValue(L"ProductName");
101 return GetStringValue(L"ProductShortName");
105 return GetStringValue(L"Comments");
109 return GetStringValue(L"LegalCopyright");
113 return GetStringValue(L"ProductVersion");
117 return GetStringValue(L"FileDescription");
121 return GetStringValue(L"LegalTrademarks")
    [all...]
  /external/lldb/source/Interpreter/
OptionValue.cpp 451 OptionValue::GetStringValue (const char *fail_value) const
  /frameworks/base/media/mca/filterfw/native/core/
value.cpp 99 const char* GetStringValue(Value value) {
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 270 std::string GetStringValue(const blink::WebAXObject& object) {
628 return GetStringValue(accessibility_object_);
    [all...]

Completed in 1601 milliseconds