HomeSort by relevance Sort by last modified time
    Searched refs:has_hit_edge (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 521 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), local
524 if (has_hit_edge)
532 frame_cursor_ = has_hit_edge ? gfx::GetCursor(new_cursor) : NULL;
550 bool has_hit_edge = resizable_ && GetWindowEdge(point.x(), point.y(), &edge); local
559 if ((has_hit_titlebar || has_hit_edge) && !suppress_window_raise_)
562 if (has_hit_edge) {
585 if (has_hit_titlebar || has_hit_edge)
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 2029 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), local
2073 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 2063 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), local
2109 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 687 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), local
689 GdkCursorType new_cursor = has_hit_edge ?
695 frame_cursor_ = has_hit_edge ? gfx::GetCursor(new_cursor) : NULL;
721 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge); local
722 if (has_hit_edge) {
    [all...]

Completed in 102 milliseconds