HomeSort by relevance Sort by last modified time
    Searched refs:native_window (Results 201 - 208 of 208) sorted by null

1 2 3 4 5 6 7 89

  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 36 // |native_window| will still be owned by the caller after the constructor
38 explicit TestBrowserWindowAura(aura::Window* native_window)
39 : native_window_(native_window) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc     [all...]
widget.cc 253 Widget* Widget::GetWidgetForNativeWindow(gfx::NativeWindow native_window) {
256 native_window);
    [all...]
  /frameworks/base/libs/input/
SpriteController.cpp 32 #include <android/native_window.h>
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 1047 aura::Window* native_window = window->GetNativeWindow(); local
    [all...]
chrome_launcher_controller_unittest.cc 627 // |native_window| will still be owned by the caller after the constructor
629 explicit TestBrowserWindowAura(aura::Window* native_window)
630 : native_window_(native_window) {
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 21 #include <android/native_window.h>
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 265 gfx::NativeWindow native_window = web_contents->GetTopLevelNativeWindow();
268 native_window);
    [all...]

Completed in 931 milliseconds

1 2 3 4 5 6 7 89