Searched defs:HitTestRect (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Davatar_menu_button.cc72 bool AvatarMenuButton::HitTestRect(const gfx::Rect& rect) const { function in class:AvatarMenuButton
75 return views::MenuButton::HitTestRect(rect);
H A Davatar_menu_bubble_view.cc204 virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
207 bool ProfileImageView::HitTestRect(const gfx::Rect& rect) const { function in class:__anon6301::ProfileImageView
H A Dtoolbar_view.cc568 bool ToolbarView::HitTestRect(const gfx::Rect& rect) const { function in class:ToolbarView
574 return AccessiblePaneView::HitTestRect(rect);
/external/chromium_org/ui/views/controls/
H A Dimage_view.cc176 bool ImageView::HitTestRect(const gfx::Rect& rect) const { function in class:views::ImageView
177 return interactive_ ? View::HitTestRect(rect) : false;
H A Dlink.cc65 bool Link::HitTestRect(const gfx::Rect& rect) const { function in class:views::Link
68 return View::HitTestRect(rect);
H A Dlabel.cc252 // Label::HitTestRect() to determine if the point hits the label; and
253 // Label::HitTestRect() always fails. Instead, default HitTestRect()
255 if (!View::HitTestRect(gfx::Rect(point, gfx::Size(1, 1))))
264 bool Label::HitTestRect(const gfx::Rect& rect) const { function in class:views::Label
/external/chromium_org/ui/views/window/
H A Dnon_client_view.cc292 bool NonClientFrameView::HitTestRect(const gfx::Rect& rect) const { function in class:views::NonClientFrameView
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc326 bool BoundedLabel::HitTestRect(const gfx::Rect& rect) const { function in class:message_center::BoundedLabel
327 return label_->HitTestRect(rect);
/external/chromium_org/ash/launcher/
H A Dlauncher_button.cc137 virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE {
214 bool LauncherButton::IconView::HitTestRect(const gfx::Rect& rect) const { function in class:ash::internal::LauncherButton::IconView
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc269 bool BrowserNonClientFrameViewAsh::HitTestRect(const gfx::Rect& rect) const { function in class:BrowserNonClientFrameViewAsh
270 if (!views::View::HitTestRect(rect)) {
281 if (!frame()->client_view()->HitTestRect(rect_in_client_view_coords))
301 if (tabstrip->HitTestRect(rect_in_tabstrip_coords)) {
H A Dglass_browser_frame_view.cc249 bool GlassBrowserFrameView::HitTestRect(const gfx::Rect& rect) const { function in class:GlassBrowserFrameView
H A Dopaque_browser_frame_view.cc440 bool OpaqueBrowserFrameView::HitTestRect(const gfx::Rect& rect) const { function in class:OpaqueBrowserFrameView
441 if (!views::View::HitTestRect(rect)) {
453 if (!frame()->client_view()->HitTestRect(rect_in_client_view_coords))
473 if (tabstrip->HitTestRect(rect_in_tabstrip_coords)) {
493 if (window_switcher_button->HitTestRect(rect_in_window_switcher_coords))
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc674 bool BookmarkBarView::HitTestRect(const gfx::Rect& rect) const { function in class:BookmarkBarView
684 return DetachableToolbarView::HitTestRect(rect);
/external/chromium_org/ui/views/
H A Dview.cc882 return HitTestRect(gfx::Rect(point, gfx::Size(1, 1)));
885 bool View::HitTestRect(const gfx::Rect& rect) const { function in class:views::View

Completed in 284 milliseconds