Searched refs:GetEventHandlerForPoint (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc26 // and GetEventHandlerForPoint().
47 views::View* BrowserFrameViewChromeos::GetEventHandlerForPoint( function in class:chromeos::BrowserFrameViewChromeos
53 return nc_view->GetEventHandlerForPoint(nc_point);
55 return OpaqueBrowserFrameView::GetEventHandlerForPoint(point);
H A Dbrowser_frame_view_chromeos.h21 virtual views::View* GetEventHandlerForPoint(
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.cc151 return GetEventHandlerForPoint(point) == this;
225 views::View* SideTabStrip::GetEventHandlerForPoint(const gfx::Point& point) { function in class:SideTabStrip
232 return scroll_down_button_->GetEventHandlerForPoint(local_point);
239 return scroll_up_button_->GetEventHandlerForPoint(local_point);
241 return views::View::GetEventHandlerForPoint(point);
H A Dside_tab_strip.h37 virtual views::View* GetEventHandlerForPoint(
H A Dtab_strip.h82 virtual views::View* GetEventHandlerForPoint(const gfx::Point& point)
H A Dtab_strip.cc170 views::View* v = GetEventHandlerForPoint(point);
398 views::View* TabStrip::GetEventHandlerForPoint(const gfx::Point& point) { function in class:TabStrip
401 views::View* v = View::GetEventHandlerForPoint(point);
H A Dbase_tab_strip.cc531 views::View* view = GetEventHandlerForPoint(local_point);
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.h74 virtual views::View* GetEventHandlerForPoint(
H A Dautocomplete_popup_contents_view.cc409 views::View* AutocompletePopupContentsView::GetEventHandlerForPoint( function in class:AutocompletePopupContentsView
416 views::View* child = views::View::GetEventHandlerForPoint(point);
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc332 views::View* view = GetEventHandlerForPoint(event.location());
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.cc597 if (GetEventHandlerForPoint(event.location()) == chevron_) {

Completed in 446 milliseconds