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

  /external/chromium_org/ui/views/controls/textfield/
native_textfield_win.cc 857 const bool is_triple_click = tracking_double_click_ && local
868 MAKELPARAM(ClipXCoordToVisibleText(point.x, is_triple_click),
    [all...]
native_textfield_win.h 250 // |is_triple_click| should be true iff this is the third click of a triple
252 LONG ClipXCoordToVisibleText(LONG x, bool is_triple_click) const;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 1510 const bool is_triple_click = tracking_double_click_ && local
    [all...]
autocomplete_edit_view_win.h 349 // |is_triple_click| should be true iff this is the third click of a triple
351 LONG ClipXCoordToVisibleText(LONG x, bool is_triple_click) const;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc 1728 const bool is_triple_click = tracking_double_click_ && local
    [all...]
omnibox_view_win.h 321 // |is_triple_click| should be true iff this is the third click of a triple
323 LONG ClipXCoordToVisibleText(LONG x, bool is_triple_click) const;

Completed in 45 milliseconds