OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSelectionHandle1Visible
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h
99
bool
IsSelectionHandle1Visible
();
touch_selection_controller_impl_unittest.cc
176
bool
IsSelectionHandle1Visible
() {
177
return GetSelectionController()->
IsSelectionHandle1Visible
();
220
EXPECT_TRUE(
IsSelectionHandle1Visible
()); \
239
EXPECT_FALSE(
IsSelectionHandle1Visible
()); \
510
EXPECT_FALSE(
IsSelectionHandle1Visible
());
touch_selection_controller_impl.cc
618
bool TouchSelectionControllerImpl::
IsSelectionHandle1Visible
() {
Completed in 1062 milliseconds