OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeViewFromId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
native_widget_types.h
216
static inline NativeView
NativeViewFromId
(NativeViewId id) {
219
#define NativeViewFromIdInBrowser(x)
NativeViewFromId
(x)
222
// useless outside the process in which it was created.
NativeViewFromId
should
225
// cross-platform design involves a call to
NativeViewFromId
from outside the
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc
311
HWND window = gfx::
NativeViewFromId
(id);
[
all
...]
Completed in 32 milliseconds