OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPopupRect
(Results
1 - 18
of
18
) sorted by null
/external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.h
67
gfx::Rect
GetPopupRect
(bool ignore_animation_state) const;
fullscreen_exit_bubble.cc
140
popup_->Init(frame->GetNativeView(),
GetPopupRect
(false));
175
gfx::Rect popup_rect(
GetPopupRect
(false));
224
(cursor_pos.y() >=
GetPopupRect
(true).bottom()) ||
246
gfx::Rect FullscreenExitBubble::
GetPopupRect
(
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h
43
virtual gfx::Rect
GetPopupRect
(bool ignore_animation_state) const = 0;
fullscreen_exit_bubble.cc
102
(cursor_pos.y() >=
GetPopupRect
(true).bottom()) ||
/external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.h
38
virtual gfx::Rect
GetPopupRect
(bool ignore_animation_state) const OVERRIDE;
fullscreen_exit_bubble_gtk.cc
175
gfx::Rect FullscreenExitBubbleGtk::
GetPopupRect
(
/external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h
68
virtual gfx::Rect
GetPopupRect
(bool ignore_animation_state) const OVERRIDE;
fullscreen_exit_bubble_views.cc
287
params.bounds =
GetPopupRect
(false);
289
gfx::Size size =
GetPopupRect
(true).size();
337
gfx::Size size =
GetPopupRect
(true).size();
339
popup_->SetBounds(
GetPopupRect
(false));
396
gfx::Rect popup_rect(
GetPopupRect
(false));
418
if (
GetPopupRect
(false).IsEmpty()) {
432
gfx::Rect FullscreenExitBubbleViews::
GetPopupRect
(
/external/chromium_org/chrome/browser/ui/tabs/
dock_info.h
125
gfx::Rect
GetPopupRect
() const;
dock_info_unittest.cc
161
TEST(DockInfoTest,
GetPopupRect
) {
185
gfx::Rect result = d.
GetPopupRect
();
dock_info.cc
217
gfx::Rect DockInfo::
GetPopupRect
() const {
/external/chromium/chrome/browser/ui/tabs/
dock_info.h
144
gfx::Rect
GetPopupRect
() const;
dock_info_unittest.cc
161
TEST(DockInfoTest,
GetPopupRect
) {
185
gfx::Rect result = d.
GetPopupRect
();
dock_info.cc
227
gfx::Rect DockInfo::
GetPopupRect
() const {
dock_info_win.cc
253
return result_.monitor_bounds().Contains(result_.
GetPopupRect
());
/external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc
288
return result_.monitor_bounds().Contains(result_.
GetPopupRect
());
tab_drag_controller.cc
274
params.bounds = info.
GetPopupRect
();
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
212
popup_->Init(NULL, info.
GetPopupRect
());
[
all
...]
Completed in 331 milliseconds