Searched refs:selection_ (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_context_menu_controller.cc | 50 selection_(selection), in BookmarkContextMenuController() 66 if (selection_.size() == 1 && selection_[0]->is_url()) { in BuildMenu() 82 if (selection_.size() == 1 && selection_[0]->is_folder()) { in BuildMenu() 135 delegate_->WillExecuteCommand(id, selection_); in ExecuteCommand() 155 chrome::OpenAll(parent_window_, navigator_, selection_, in ExecuteCommand() 165 if (selection_.size() != 1) { in ExecuteCommand() 173 BookmarkEditor::EditDetails::EditNode(selection_[0]), in ExecuteCommand() 174 selection_[0]->is_url() ? BookmarkEditor::SHOW_TREE : in ExecuteCommand() 198 for (size_t i = 0; i < selection_.size(); ++i) { in ExecuteCommand() 199 int index = selection_[i]->parent()->GetIndexOf(selection_[i]); in ExecuteCommand() [all …]
|
D | bookmark_context_menu_controller.h | 99 std::vector<const BookmarkNode*> selection_; variable
|
/external/chromium-trace/trace-viewer/src/cc/ |
D | layer_tree_host_impl_view.js | 31 this.selection_ = undefined; 66 if (!this.selection_) 68 this.selection = this.selection_.findEquivalent(lthi); 72 return this.selection_; 76 this.selection_ = selection; 82 this.selection_ = this.layerPicker_.selection; 87 this.selection_ = this.layerViewer_.selection;
|
D | layer_picker.js | 130 if (this.selection_ && this.selection_.associatedLayerId) 131 selectedLayerId = this.selection_.associatedLayerId; 169 this.selection_ = new cc.LayerSelection(selectedLayer); 171 this.selection_ = undefined; 176 return this.selection_; 180 this.selection_ = selection;
|
D | layer_tree_quad_stack_viewer.js | 123 return this.selection_;
|
/external/chromium_org/ui/gfx/ |
D | selection_model.cc | 13 : selection_(0), in SelectionModel() 17 : selection_(position), in SelectionModel() 22 : selection_(selection), in SelectionModel() 26 return selection_ == sel.selection() && in operator ==()
|
D | selection_model.h | 72 const Range& selection() const { return selection_; } in selection() 73 size_t caret_pos() const { return selection_.end(); } in caret_pos() 78 void set_selection_start(size_t pos) { selection_.set_start(pos); } in set_selection_start() 87 Range selection_;
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | timeline_track_view.js | 134 this.selection_ = new Selection(); 502 return this.selection_; 511 for (i = 0; i < this.selection_.length; i++) 512 this.selection_[i].selected = false; 514 this.selection_.clear(); 515 this.selection_.addSelection(selection); 518 for (i = 0; i < this.selection_.length; i++) 519 this.selection_[i].selected = true; 520 if (this.selection_.length && 521 this.selection_[0].track) [all …]
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_engine.cc | 1320 selection_.clear(); in OnMouseDown() 1373 selection_.push_back(PDFiumRange(pages_[page_index], char_index, 0)); in OnSingleClick() 1400 selection_.push_back(PDFiumRange( in OnMultipleClick() 1514 for (size_t i = 0; i < selection_.size(); ++i) { in OnMouseMove() 1515 if (selection_[i].page_index() == page_index) { in OnMouseMove() 1517 selection_.erase(selection_.begin() + i + 1, selection_.end()); in OnMouseMove() 1522 if (selection_.size() == 0) in OnMouseMove() 1525 int last = selection_.size() - 1; in OnMouseMove() 1526 if (selection_[last].page_index() == page_index) { in OnMouseMove() 1529 if (char_index >= selection_[last].char_index()) { in OnMouseMove() [all …]
|
D | pdfium_engine.h | 528 std::vector<PDFiumRange> selection_; variable
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | preview_panel.js | 81 this.selection_ = {entries: [], computeBytes: function() {}}; property in PreviewPanel 192 this.selection_ = selection; 210 newVisible = this.selection_.entries.length !== 0; 242 var selection = this.selection_; 285 this.selection_.computeBytes(function(sequence) {
|
/external/chromium-trace/ |
D | script.js | 498 …useViewPosAtMouseDown_={x:0,y:0};this.lastMouseViewPos_={x:0,y:0};this.selection_=new d;this.isZoo… 509 …selection_},set selection(a){if(!(a instanceof d))throw Error("Expected Selection");var b;for(b=0;… 512 ….dispatchEvent(a)},onGridToggle_:function(a){var b=a?this.selection_.bounds.min:this.selection_.bo…
|