Searched defs:GetStringProperty (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc417 static std::string GetStringProperty(const base::DictionaryValue& value, function
428 browser->socket().c_str(), GetStringProperty(value, "id").c_str());
432 std::string debug_url = GetStringProperty(value, "webSocketDebuggerUrl");
449 remote_id_(GetStringProperty(value, "id")),
450 remote_type_(GetStringProperty(value, "type")),
453 set_url(GURL(GetStringProperty(value, "url")));
455 GetStringProperty(value, "title")))));
456 set_description(GetStringProperty(value, "description"));
457 set_favicon_url(GURL(GetStringProperty(value, "faviconUrl")));
459 frontend_url_ = GetStringProperty(valu
[all...]
/external/chromium_org/ui/base/x/
H A Dx11_util.cc153 bool result = GetStringProperty(
883 bool GetStringProperty( function in namespace:ui

Completed in 38 milliseconds