OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContainerBounds
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/chromium_org/content/public/browser/
web_contents_view.h
41
virtual void
GetContainerBounds
(gfx::Rect* out) const = 0;
43
// Helper function for
GetContainerBounds
. Most callers just want to know the
47
GetContainerBounds
(&rc);
/external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.cc
50
web_contents->GetView()->
GetContainerBounds
(&nav_params.window_bounds);
/external/chromium_org/content/browser/web_contents/
web_contents_view_guest.cc
78
void WebContentsViewGuest::
GetContainerBounds
(gfx::Rect* out) const {
80
guest_->embedder_web_contents()->GetView()->
GetContainerBounds
(out);
228
guest_->embedder_web_contents()->GetView()->
GetContainerBounds
(
231
GetContainerBounds
(&guest_bounds);
web_contents_view_android.h
42
virtual void
GetContainerBounds
(gfx::Rect* out) const OVERRIDE;
web_contents_view_gtk.h
51
virtual void
GetContainerBounds
(gfx::Rect* out) const OVERRIDE;
web_contents_view_guest.h
46
virtual void
GetContainerBounds
(gfx::Rect* out) const OVERRIDE;
web_contents_view_mac.h
71
virtual void
GetContainerBounds
(gfx::Rect* out) const OVERRIDE;
/external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h
54
virtual void
GetContainerBounds
(gfx::Rect* out) const;
tab_contents_view_mac.h
61
virtual void
GetContainerBounds
(gfx::Rect* out) const;
/external/chromium_org/chrome/browser/
mouseleave_browsertest.cc
30
tab->GetView()->
GetContainerBounds
(&tab_view_bounds);
/external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc
80
web_contents->GetView()->
GetContainerBounds
(&web_contents_bounds_);
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc
99
web_contents->GetView()->
GetContainerBounds
(&container_bounds);
/external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc
70
web_contents->GetView()->
GetContainerBounds
(&web_contents_bounds_);
/external/chromium_org/content/test/
test_web_contents_view.cc
53
void TestWebContentsView::
GetContainerBounds
(gfx::Rect *out) const {
test_web_contents_view.h
41
virtual void
GetContainerBounds
(gfx::Rect *out) const OVERRIDE;
/external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc
94
tab_contents_->
GetContainerBounds
(&tab_contents_bounds_);
/external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc
89
tab_contents_->
GetContainerBounds
(&tab_contents_bounds_);
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h
57
virtual void
GetContainerBounds
(gfx::Rect* out) const;
tab_contents_view_touch.h
53
virtual void
GetContainerBounds
(gfx::Rect* out) const OVERRIDE;
tab_contents_view_views.h
50
virtual void
GetContainerBounds
(gfx::Rect* out) const OVERRIDE;
/external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc
138
web_contents->GetView()->
GetContainerBounds
(&container_bounds);
/external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc
43
tab_contents->
GetContainerBounds
(&tab_contents_bounds_);
/external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.cc
99
web_contents_->GetView()->
GetContainerBounds
(&client_area);
/external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.cc
121
web_contents_->GetView()->
GetContainerBounds
(&client_area);
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
chrome_web_contents_view_delegate_gtk.cc
160
web_contents_->GetView()->
GetContainerBounds
(&bounds);
Completed in 356 milliseconds
1
2
3