OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:native_view
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h
31
BrowserAccessibilityCocoa*
native_view
() const {
function in class:BrowserAccessibilityMac
/external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc
20
native_view
(), new_size.width(), new_size.height());
23
gfx::NativeView BalloonViewHost::
native_view
() const {
function in class:BalloonViewHost
24
return render_widget_host_view_->
native_view
();
/external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc
24
gfx::NativeView ExtensionViewGtk::
native_view
() {
function in class:ExtensionViewGtk
25
return render_widget_host_view_->
native_view
();
/external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.h
33
gfx::NativeView
native_view
() const {
function in class:BalloonViewHost
34
return native_host_->
native_view
();
/external/chromium/chrome/browser/ui/views/
browser_bubble.h
96
gfx::NativeView
native_view
() const { return popup_->GetNativeView(); }
function in class:BrowserBubble
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h
94
virtual bool ContainsNativeView(gfx::NativeView
native_view
) const;
104
gfx::NativeView
native_view
() const { return view_.get(); }
function in class:RenderWidgetHostViewGtk
render_widget_host_view_mac.h
182
RenderWidgetHostViewCocoa*
native_view
() const { return cocoa_view_; }
function in class:RenderWidgetHostViewMac
226
virtual bool ContainsNativeView(gfx::NativeView
native_view
) const;
/external/chromium/chrome/browser/extensions/
extension_host.cc
230
return view() ? view()->
native_view
() : NULL;
462
gfx::NativeView
native_view
= GetNativeViewOfHost();
local
463
if (
native_view
)
464
return platform_util::GetTopLevel(
native_view
);
Completed in 87 milliseconds