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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.cc 34 selection_(selection),
47 if (selection_.size() == 1 && selection_[0]->is_url()) {
64 if (selection_.size() == 1 && selection_[0]->is_folder()) {
117 bookmark_utils::OpenAll(parent_window_, profile_, navigator_, selection_,
127 if (selection_.size() != 1) {
132 if (selection_[0]->is_url()) {
134 BookmarkEditor::EditDetails(selection_[0]),
138 selection_[0], -1
    [all...]
bookmark_context_menu_controller_views.h 78 // Returns true if selection_ has at least one bookmark of type url.
86 std::vector<const BookmarkNode*> selection_; member in class:BookmarkContextMenuControllerViews
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.cc 35 selection_(selection),
51 if (selection_.size() == 1 && selection_[0]->is_url()) {
67 if (selection_.size() == 1 && selection_[0]->is_folder()) {
128 bookmark_utils::OpenAll(parent_window_, profile_, navigator_, selection_,
139 if (selection_.size() != 1) {
144 if (selection_[0]->is_url()) {
146 BookmarkEditor::EditDetails(selection_[0]),
150 selection_[0], -1
    [all...]
bookmark_context_menu_controller.h 82 // Returns true if selection_ has at least one bookmark of type url.
90 std::vector<const BookmarkNode*> selection_; member in class:BookmarkContextMenuController
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline.js 161 this.selection_ = [];
294 return this.selection_;
387 for (i = 0; i < this.selection_.length; ++i) {
388 this.selection_[i].slice.selected = false;
406 this.selection_ = selection;
408 for (i = 0; i < this.selection_.length; ++i) {
409 this.selection_[i].slice.selected = true;
  /external/chromium-trace/src/tracing/
timeline.js 424 this.selection_ = new TimelineSelection();
740 return this.selection_;
749 for (i = 0; i < this.selection_.length; i++)
750 this.selection_[i].selected = false;
752 this.selection_ = selection;
755 for (i = 0; i < this.selection_.length; i++)
756 this.selection_[i].selected = true;
818 tb = this.selection_.range.min;
820 tb = this.selection_.range.max;
  /external/chromium-trace/
script.js     [all...]

Completed in 464 milliseconds