OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTabAtLocal
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc
203
initial_tab_ = static_cast<TouchTab*>(
GetTabAtLocal
(point));
225
TouchTab* tab = static_cast<TouchTab*>(
GetTabAtLocal
(point));
/external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h
241
BaseTab*
GetTabAtLocal
(const gfx::Point& local_point);
base_tab_strip.cc
372
return
GetTabAtLocal
(local_point);
530
BaseTab* BaseTabStrip::
GetTabAtLocal
(const gfx::Point& local_point) {
Completed in 139 milliseconds