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

  /external/chromium_org/ui/gfx/
selection_model.h 72 const Range& selection() const { return selection_; }
73 size_t caret_pos() const { return selection_.end(); }
78 void set_selection_start(size_t pos) { selection_.set_start(pos); }
87 Range selection_; member in class:gfx::SelectionModel
89 // The logical direction from the caret position (selection_.end()) to the
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.h 99 std::vector<const BookmarkNode*> selection_; member in class:BookmarkContextMenuController
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 81 this.selection_ = {entries: [], computeBytes: function() {}};
192 this.selection_ = selection;
210 newVisible = this.selection_.entries.length !== 0;
242 var selection = this.selection_;
285 this.selection_.computeBytes(function(sequence) {
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 528 std::vector<PDFiumRange> selection_; member in class:chrome_pdf::PDFiumEngine

Completed in 160 milliseconds