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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 297 void on_paste() { paste_state_ = PASTING; }
347 PASTING, // In the middle of doing a paste. We need this intermediate
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 257 void on_paste() { paste_state_ = PASTING; }
259 // Returns true if pasting is in progress.
260 bool is_pasting() const { return paste_state_ == PASTING; }
322 PASTING, // In the middle of doing a paste. We need this intermediate

Completed in 42 milliseconds