OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStringProperty
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/
screensaver_window_finder_x11.cc
41
if (!ui::
GetStringProperty
(window, "WM_CLASS", &value))
/external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.cc
417
static std::string
GetStringProperty
(const base::DictionaryValue& value,
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
(value, "devtoolsFrontendUrl")
[
all
...]
/external/chromium_org/ui/base/x/
x11_util.h
160
UI_BASE_EXPORT bool
GetStringProperty
(XID window,
x11_util.cc
153
bool result =
GetStringProperty
(
883
bool
GetStringProperty
(
[
all
...]
Completed in 73 milliseconds