OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNativeWidgetForNativeView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
[
all
...]
native_widget_win.cc
666
CHECK_EQ(this,
GetNativeWidgetForNativeView
(GetNativeView()));
942
NativeWidgetPrivate* NativeWidgetPrivate::
GetNativeWidgetForNativeView
(
951
return
GetNativeWidgetForNativeView
(native_window);
965
NativeWidgetPrivate* widget =
GetNativeWidgetForNativeView
(root);
976
if (!widget && !
GetNativeWidgetForNativeView
(native_view)) {
983
parent_widget =
GetNativeWidgetForNativeView
(parent_hwnd);
[
all
...]
Completed in 148 milliseconds