OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBoundsInRootWindow
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc
159
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
211
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
254
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
322
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
web_contents_view_aura_browsertest.cc
192
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
332
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
444
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
576
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
598
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
639
gfx::Rect bounds = content->
GetBoundsInRootWindow
();
web_contents_view_aura.cc
[
all
...]
/external/chromium_org/ui/snapshot/
snapshot_aura.cc
42
window->
GetBoundsInRootWindow
().origin().OffsetFromOrigin());
/external/chromium_org/ash/wm/
video_detector.cc
122
if (!window->
GetBoundsInRootWindow
().Intersects(root_bounds))
toplevel_window_event_handler_unittest.cc
417
end = location = target->
GetBoundsInRootWindow
().CenterPoint();
434
end = location = target->
GetBoundsInRootWindow
().CenterPoint();
450
end = location = target->
GetBoundsInRootWindow
().CenterPoint();
504
end = location = window->
GetBoundsInRootWindow
().CenterPoint();
563
end = location = target->
GetBoundsInRootWindow
().CenterPoint();
resize_shadow_and_cursor_unittest.cc
212
gfx::Rect bounds(window()->
GetBoundsInRootWindow
());
/external/chromium_org/ui/oak/
oak_aura_window_display.cc
126
window_->
GetBoundsInRootWindow
());
/external/chromium_org/ash/
root_window_controller_unittest.cc
144
normal->GetNativeView()->
GetBoundsInRootWindow
().ToString());
151
maximized->GetNativeView()->
GetBoundsInRootWindow
().ToString());
166
fullscreen->GetNativeView()->
GetBoundsInRootWindow
().ToString());
202
normal->GetNativeView()->
GetBoundsInRootWindow
().ToString());
214
maximized->GetNativeView()->
GetBoundsInRootWindow
().ToString());
223
maximized->GetNativeView()->
GetBoundsInRootWindow
().ToString());
234
fullscreen->GetNativeView()->
GetBoundsInRootWindow
().ToString());
240
maximized->GetNativeView()->
GetBoundsInRootWindow
().ToString());
246
fullscreen->GetNativeView()->
GetBoundsInRootWindow
().ToString());
/external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc
99
gfx::Rect panel_bounds = panel->
GetBoundsInRootWindow
();
115
gfx::Rect window1_bounds = panel1->
GetBoundsInRootWindow
();
116
gfx::Rect window2_bounds = panel2->
GetBoundsInRootWindow
();
547
int window_x1 = w1->
GetBoundsInRootWindow
().CenterPoint().x();
548
int window_x2 = w2->
GetBoundsInRootWindow
().CenterPoint().x();
549
int window_x3 = w3->
GetBoundsInRootWindow
().CenterPoint().x();
566
int window_x1 = w1->
GetBoundsInRootWindow
().CenterPoint().x();
567
int window_x2 = w2->
GetBoundsInRootWindow
().CenterPoint().x();
568
int window_x3 = w3->
GetBoundsInRootWindow
().CenterPoint().x();
/external/chromium_org/content/port/browser/
render_widget_host_view_port.h
259
virtual gfx::Rect
GetBoundsInRootWindow
() = 0;
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h
130
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
render_widget_host_view_guest.h
137
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
render_widget_host_view_android.h
145
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
render_widget_host_view_mac.h
310
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
render_widget_host_view_aura.h
230
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
[
all
...]
render_widget_host_view_guest.cc
99
gfx::Rect RenderWidgetHostViewGuest::
GetBoundsInRootWindow
() {
render_widget_host_view_win.h
226
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
render_widget_host_impl.cc
392
last_window_screen_rect_ = view_->
GetBoundsInRootWindow
();
[
all
...]
/external/chromium_org/content/test/
test_render_view_host.h
160
virtual gfx::Rect
GetBoundsInRootWindow
() OVERRIDE;
test_render_view_host.cc
190
gfx::Rect TestRenderWidgetHostView::
GetBoundsInRootWindow
() {
/external/chromium_org/ui/aura/
window.h
155
gfx::Rect
GetBoundsInRootWindow
() const;
window.cc
416
gfx::Rect Window::
GetBoundsInRootWindow
() const {
428
gfx::Rect bounds(
GetBoundsInRootWindow
());
[
all
...]
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
361
max_height = status_area_window->
GetBoundsInRootWindow
().bottom();
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
294
gfx::Rect parent_bounds(window_->parent()->
GetBoundsInRootWindow
());
316
GetBoundsInRootWindow
();
[
all
...]
Completed in 293 milliseconds
1
2