/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_window_event_filter.h | 49 const gfx::Point& screen_location);
|
x11_window_event_filter.cc | 129 const gfx::Point& screen_location) { 176 event.xclient.data.l[0] = screen_location.x(); 177 event.xclient.data.l[1] = screen_location.y();
|
/external/chromium_org/ash/autoclick/ |
autoclick_controller.cc | 179 gfx::Point screen_location = local 181 aura::Window* root_window = wm::GetRootWindowAt(screen_location); 184 gfx::Point click_location(screen_location);
|
/external/chromium_org/ash/wm/caption_buttons/ |
bubble_contents_button_row.cc | 83 gfx::Point screen_location(event.location()); 84 View::ConvertPointToScreen(this, &screen_location); 85 if (!GetBoundsInScreen().Contains(screen_location))
|
frame_maximize_button.cc | 245 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local 247 screen_location)) {
|
maximize_bubble_controller_bubble.cc | 424 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint(); local 426 screen_location)) {
|
/external/chromium_org/chrome/browser/ui/views/ |
menu_model_adapter_test.cc | 235 gfx::Point screen_location; variable 236 views::View::ConvertPointToScreen(source, &screen_location); 237 gfx::Rect bounds(screen_location, source->size());
|
menu_item_view_test.cc | 76 gfx::Point screen_location; variable 77 views::View::ConvertPointToScreen(source, &screen_location); 78 gfx::Rect bounds(screen_location, source->size());
|
content_setting_bubble_contents.cc | 437 gfx::Point screen_location; local 438 views::View::ConvertPointToScreen(j->first, &screen_location); 442 gfx::Rect(screen_location, j->first->size()),
|
/external/chromium/chrome/browser/automation/ |
automation_provider_win.cc | 94 gfx::Point screen_location(point_.x(), point_.y()); 95 view_->ConvertPointToScreen(view_, &screen_location); 96 MoveMouse(screen_location.ToPOINT());
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
balloon_view_views.cc | 147 gfx::Point screen_location; local 148 views::View::ConvertPointToScreen(options_menu_button_, &screen_location); 152 gfx::Rect(screen_location, options_menu_button_->size()),
|
/external/chromium_org/ash/shelf/ |
shelf_view.cc | 1075 gfx::Point screen_location = event.root_location(); local [all...] |
/external/chromium_org/ui/app_list/views/ |
apps_grid_view.cc | [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip.cc | [all...] |