OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSelectionHandle2Visible
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h
100
bool
IsSelectionHandle2Visible
();
touch_selection_controller_impl_unittest.cc
180
bool
IsSelectionHandle2Visible
() {
181
return GetSelectionController()->
IsSelectionHandle2Visible
();
221
EXPECT_TRUE(
IsSelectionHandle2Visible
()); \
240
EXPECT_FALSE(
IsSelectionHandle2Visible
()); \
511
EXPECT_TRUE(
IsSelectionHandle2Visible
());
touch_selection_controller_impl.cc
622
bool TouchSelectionControllerImpl::
IsSelectionHandle2Visible
() {
Completed in 34 milliseconds