HomeSort by relevance Sort by last modified time
    Searched refs:NativeView (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/components/web_modal/
native_web_contents_modal_dialog.h 17 typedef gfx::NativeView NativeWebContentsModalDialog;
test_web_contents_modal_dialog_host.h 19 explicit TestWebContentsModalDialogHost(gfx::NativeView host_view);
24 virtual gfx::NativeView GetHostView() const OVERRIDE;
34 gfx::NativeView host_view_;
test_web_contents_modal_dialog_host.cc 12 gfx::NativeView host_view)
21 gfx::NativeView TestWebContentsModalDialogHost::GetHostView() const {
modal_dialog_host.h 33 virtual gfx::NativeView GetHostView() const = 0;
  /external/chromium_org/chrome/browser/
platform_util.h 38 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
41 gfx::NativeView GetParent(gfx::NativeView view);
52 bool IsVisible(gfx::NativeView view);
platform_util_android.cc 25 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
30 gfx::NativeView GetParent(gfx::NativeView view) {
44 bool IsVisible(gfx::NativeView view) {
platform_util_aura.cc 16 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
20 gfx::NativeView GetParent(gfx::NativeView view) {
41 bool IsVisible(gfx::NativeView view) {
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.h 14 bool IsNativeViewInAsh(gfx::NativeView native_view);
  /external/chromium_org/ui/views/focus/
widget_focus_manager.h 24 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
25 gfx::NativeView focused_now) = 0;
46 void OnWidgetFocusEvent(gfx::NativeView focused_before,
47 gfx::NativeView focused_now);
widget_focus_manager.cc 28 void WidgetFocusManager::OnWidgetFocusEvent(gfx::NativeView focused_before,
29 gfx::NativeView focused_now) {
  /external/chromium_org/chrome/browser/download/
drag_download_item.h 23 gfx::NativeView view);
  /external/chromium_org/chrome/browser/printing/
printing_ui_web_contents_observer.h 18 // Return the parent NativeView of the observed WebContents.
19 gfx::NativeView GetParentView();
printing_ui_web_contents_observer.cc 16 gfx::NativeView PrintingUIWebContentsObserver::GetParentView() {
  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_view_android.h 18 gfx::NativeView native_view() const { return NULL; }
  /external/chromium_org/chrome/browser/ui/
confirm_bubble.h 21 void ShowConfirmBubble(gfx::NativeView view,
host_desktop.h 35 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view);
  /external/chromium_org/ui/gfx/
canvas_paint.h 20 GFX_EXPORT static CanvasPaint* CreateCanvasPaint(gfx::NativeView view);
screen_type_delegate.h 27 virtual ScreenType GetScreenTypeForNativeView(NativeView view) = 0;
  /external/chromium_org/ui/views/examples/
examples_window_with_content.h 23 gfx::NativeView window_context);
examples_window.h 32 gfx::NativeView window_context,
  /external/chromium_org/content/browser/web_contents/
web_contents_view.h 31 virtual gfx::NativeView GetNativeView() const = 0;
36 virtual gfx::NativeView GetContentNativeView() const = 0;
77 const gfx::Size& initial_size, gfx::NativeView context) = 0;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view_delegate.h 44 virtual gfx::NativeView container_view() = 0;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h 22 gfx::NativeView view,
  /external/chromium_org/content/browser/
power_save_blocker_impl.h 23 void InitDisplaySleepBlocker(gfx::NativeView view_android);
  /external/chromium_org/printing/
print_dialog_gtk_interface.h 32 gfx::NativeView parent_view,

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011