OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIT_TEST_SOURCE_TOUCH
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc
104
tab->GetHitTestMask(views::View::
HIT_TEST_SOURCE_TOUCH
, &mask);
tab.cc
444
if (source ==
HIT_TEST_SOURCE_TOUCH
&&
[
all
...]
/external/chromium_org/ui/views/
view.h
113
// single point and
HIT_TEST_SOURCE_TOUCH
indicates the hit test is being
118
HIT_TEST_SOURCE_TOUCH
[
all
...]
view.cc
956
source =
HIT_TEST_SOURCE_TOUCH
;
[
all
...]
Completed in 193 milliseconds