Searched refs:selection_end_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/ime/
H A Dcomposition_text.cc11 selection_end_(0) {}
19 selection_end_ = obj.selection_end();
H A Dcomposition_text.h51 uint32 selection_end() const { return selection_end_; }
53 selection_end_ = selection_end;
62 uint32 selection_end_; member in class:chromeos::CompositionText
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.cc28 selection_end_(0),
221 selection_buffer[0].acpEnd = selection_end_;
397 const LONG end_pos = selection_end_;
429 selection_end_ = new_end_pos;
550 if (selection_end_ >= new_committed_size)
551 selection_end = selection_end_ - new_committed_size;
561 selection_end_ = 0;
633 selection_end_ = end_pos;
833 selection_end_ = 0;
870 selection_end_
[all...]
H A Dtext_store.h267 // |selection_start_| and |selection_end_| indicates the selection range.
271 // |selection_end_|: 4
273 uint32 selection_end_; member in class:metro_driver::TextStore
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.h246 selection_end_ = selection_end;
252 int selection_end() const { return selection_end_; }
258 int selection_end_; member in class:AccessibilityTextBoxInfo
H A Daccessibility_events.cc198 selection_end_(0) {
212 dict->SetInteger(keys::kSelectionEndKey, selection_end_);

Completed in 913 milliseconds