OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragging_handle_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc
329
dragging_handle_
(NULL) {
371
if (
dragging_handle_
) {
379
dragging_handle_
->SetSelectionRectInScreen(screen_rect_2_clipped);
386
dragging_handle_
->SetDrawInvisible(!ShouldShowHandleFor(r2));
388
if (
dragging_handle_
!= cursor_handle_.get()) {
391
if (
dragging_handle_
== selection_handle_1_) {
422
return !!
dragging_handle_
;
433
dragging_handle_
= handle;
434
if (
dragging_handle_
)
442
DCHECK(
dragging_handle_
);
[
all
...]
touch_selection_controller_impl.h
122
EditingHandleView*
dragging_handle_
;
member in class:views::TouchSelectionControllerImpl
touch_selection_controller_impl_unittest.cc
157
controller->
dragging_handle_
= NULL;
Completed in 1375 milliseconds