HomeSort by relevance Sort by last modified time
    Searched refs:selection_ (Results 1 - 14 of 14) 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(); }
87 void set_selection_start(size_t pos) { selection_.set_start(pos); }
90 Range selection_; member in class:gfx::SelectionModel
92 // The logical direction from the caret position (selection_.end()) to the
selection_model.cc 13 : selection_(0),
17 : selection_(position),
22 : selection_(selection),
26 return selection_ == sel.selection() &&
  /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_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc 47 selection_(selection),
63 if (selection_.size() == 1 && selection_[0]->is_url()) {
79 if (selection_.size() == 1 && selection_[0]->is_folder()) {
130 delegate_->WillExecuteCommand(id, selection_);
156 chrome::OpenAll(parent_window_, navigator_, selection_,
166 if (selection_.size() != 1) {
174 BookmarkEditor::EditDetails::EditNode(selection_[0]),
175 selection_[0]->is_url() ? BookmarkEditor::SHOW_TREE
    [all...]
bookmark_context_menu_controller.h 105 std::vector<const BookmarkNode*> selection_; member in class:BookmarkContextMenuController
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_win.cc 125 chrome::OpenAll(parent_window_, navigator, selection_,
127 for (size_t i = 0; i < selection_.size(); ++i) {
128 RecordBookmarkLaunch(selection_[i],
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 206 selection_buffer[0].acpStart = selection_.start();
207 selection_buffer[0].acpEnd = selection_.end();
393 const LONG start_pos = selection_.start();
394 const LONG end_pos = selection_.end();
426 selection_.set_start(start_pos);
427 selection_.set_end(new_end_pos);
546 if (selection_.start() < new_committed_size) {
550 selection_.start() - new_committed_size);
552 if (selection_.end() < new_committed_size) {
555 composition_text.selection.set_end(selection_.end() - new_committed_size)
    [all...]
tsf_text_store.h 259 // |selection_.start()|: 1
260 // |selection_.end()|: 4
261 gfx::Range selection_; member in class:ui::TSFTextStore
tsf_text_store_unittest.cc 153 gfx::Range* selection() { return &text_store_->selection_; }
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
preview_panel.js 87 this.selection_ = {entries: [], computeBytes: function() {}};
193 this.selection_ = selection;
214 this.selection_.entries.length !== 0 ||
249 var selection = this.selection_;
257 if (this.selection_.totalCount == 1)
258 entry = this.selection_.entries[0];
259 else if (this.selection_.totalCount == 0)
289 this.selection_.computeBytes(function(sequence) {
  /external/chromium-trace/
script.js     [all...]

Completed in 332 milliseconds