HomeSort by relevance Sort by last modified time
    Searched refs:cursor_handle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 326 cursor_handle_(new EditingHandleView(this,
386 if (dragging_handle_ != cursor_handle_.get()) {
407 SetHandleSelectionRect(cursor_handle_.get(), r1, screen_rect_1_clipped);
411 cursor_handle_->SetWidgetVisible(false, false);
426 cursor_handle_->SetWidgetVisible(false, quick);
447 if (dragging_handle_ == cursor_handle_.get()) {
547 if (cursor_handle_->IsWidgetVisible()) {
603 return cursor_handle_->GetWidget()->GetNativeView();
615 return cursor_handle_->GetScreenPosition();
627 return cursor_handle_->IsWidgetVisible()
    [all...]
touch_selection_controller_impl.h 107 scoped_ptr<EditingHandleView> cursor_handle_; member in class:views::TouchSelectionControllerImpl
119 // correspond to |cursor_handle_|; otherwise, they correspond to

Completed in 66 milliseconds