OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIntProperty
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/x/
x11_menu_list.cc
27
if (!
GetIntProperty
(menu, "_NET_WM_WINDOW_TYPE", &value) ||
x11_util.cc
112
if (!
GetIntProperty
(GetX11RootWindow(),
130
bool result =
GetIntProperty
(
146
if (!
GetIntProperty
(GetX11RootWindow(),
562
return
GetIntProperty
(GetX11RootWindow(), "_NET_CURRENT_DESKTOP", desktop);
787
bool
GetIntProperty
(XID window, const std::string& property_name, int* value) {
[
all
...]
x11_util.h
148
UI_BASE_EXPORT bool
GetIntProperty
(XID window,
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc
785
if (ui::
GetIntProperty
(target, "XdndAware", &version) &&
[
all
...]
Completed in 28 milliseconds