HomeSort by relevance Sort by last modified time
    Searched refs:NativeView (Results 126 - 150 of 383) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.cc 88 void FocusRingController::OnNativeFocusChange(gfx::NativeView focused_before,
89 gfx::NativeView focused_now) {
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 77 const std::set<gfx::NativeView>& ignore);
86 const std::set<gfx::NativeView>& ignore);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 59 explicit NativeProcessLauncherImpl(gfx::NativeView native_view);
69 explicit Core(gfx::NativeView native_view);
96 gfx::NativeView native_view_;
106 NativeProcessLauncherImpl::Core::Core(gfx::NativeView native_view)
257 gfx::NativeView native_view)
275 gfx::NativeView native_view) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 48 bool IsOwnerOf(gfx::NativeView child, gfx::NativeView possible_owner) {
175 gfx::NativeView activated_view = widget->GetNativeView();
176 gfx::NativeView this_view = this_widget->GetNativeView();
220 gfx::NativeView native_view = popup->GetWidget()->GetNativeView();
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 64 virtual gfx::NativeView GetNativeView();
94 virtual bool ContainsNativeView(gfx::NativeView native_view) const;
104 gfx::NativeView native_view() const { return view_.get(); }
  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 82 const gfx::NativeView widget = is_embedding_fullscreen_widget_ ?
125 const gfx::NativeView widget = tab->GetView()->GetNativeView();
126 const gfx::NativeView fs_widget =
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 65 gfx::NativeView WebContentsViewAndroid::GetNativeView() const {
69 gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const {
141 const gfx::Size& initial_size, gfx::NativeView context) {
web_contents_view_win.h 55 virtual gfx::NativeView GetNativeView() const OVERRIDE;
56 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
71 const gfx::Size& initial_size, gfx::NativeView context) OVERRIDE;
web_contents_view_gtk.cc 111 gfx::NativeView WebContentsViewGtk::GetNativeView() const {
118 gfx::NativeView WebContentsViewGtk::GetContentNativeView() const {
197 const gfx::Size& initial_size, gfx::NativeView context) {
216 gfx::NativeView content_view = view->GetNativeView();
252 gfx::NativeView content_view = GetContentNativeView();
322 gfx::NativeView content_view = host->GetView()->GetNativeView();
  /external/chromium_org/ui/message_center/views/
message_popup_collection.h 67 MessagePopupCollection(gfx::NativeView parent,
128 gfx::NativeView parent() const { return parent_; }
185 gfx::NativeView parent_;
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 85 gfx::NativeView parent_window() const { return parent_window_; }
86 void set_parent_window(gfx::NativeView window) { parent_window_ = window; }
224 gfx::NativeView parent_window_;
tray_bubble_view.h 114 static TrayBubbleView* Create(gfx::NativeView parent_window,
170 TrayBubbleView(gfx::NativeView parent_window,
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 50 virtual void NativeFocusWillChange(gfx::NativeView focused_before,
51 gfx::NativeView focused_now);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 54 virtual gfx::NativeView GetNativeView() const;
55 virtual gfx::NativeView GetContentNativeView() const;
tab_contents_view_touch.h 50 virtual gfx::NativeView GetNativeView() const OVERRIDE;
51 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
tab_contents_view_views.h 47 virtual gfx::NativeView GetNativeView() const OVERRIDE;
48 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.h 198 // Returns the gfx::NativeView of the edit view.
199 virtual gfx::NativeView GetNativeView() const = 0;
205 virtual gfx::NativeView GetRelativeWindowForPopup() const = 0;
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.h 72 gfx::NativeView view_gaining_focus);
164 void OmniboxLostFocus(gfx::NativeView view_gaining_focus);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.h 69 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
70 gfx::NativeView focused_now) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 93 void UpdateScreenInfo(gfx::NativeView view);
97 bool HasDisplayPropertyChanged(gfx::NativeView view);
  /external/chromium_org/ui/views/focus/
focus_manager_test.cc 156 gfx::NativeView focused_before,
157 gfx::NativeView focused_now) {
  /external/chromium_org/ui/views/test/
widget_test.cc 64 gfx::NativeView parent_native_view) {
79 gfx::NativeView parent_native_view) {
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_win.cc 14 gfx::NativeView parent_view,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h 156 // Returns the gfx::NativeView of the edit view.
157 virtual gfx::NativeView GetNativeView() const = 0;
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.h 104 gfx::NativeView GetParentNativeView();

Completed in 374 milliseconds

1 2 3 4 56 7 8 91011>>