HomeSort by relevance Sort by last modified time
    Searched refs:NativeViewFromId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
native_widget_types.h 217 static inline NativeView NativeViewFromId(NativeViewId id) {
220 #define NativeViewFromIdInBrowser(x) NativeViewFromId(x)
223 // useless outside the process in which it was created. NativeViewFromId should
226 // cross-platform design involves a call to NativeViewFromId from outside the
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 309 HWND window = gfx::NativeViewFromId(id);
    [all...]

Completed in 50 milliseconds