HomeSort by relevance Sort by last modified time
    Searched refs:selection_start (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/ui/base/accessibility/
accessible_view_state.cc 12 selection_start(-1),
accessible_view_state.h 50 int selection_start; member in struct:ui::AccessibleViewState
  /external/chromium_org/ui/metro_viewer/
ime_types.cc 16 : selection_start(0),
ime_types.h 32 int32 selection_start; member in struct:metro_viewer::Composition
  /external/chromium_org/chromeos/ime/
ibus_text.h 44 uint32 selection_start() const { return selection_start_; } function in class:chromeos::IBusText
45 void set_selection_start(uint32 selection_start) {
46 selection_start_ = selection_start;
ibus_text.cc 18 selection_start_ = obj.selection_start();
ibus_text_unittest.cc 49 EXPECT_EQ(text.selection_start(), text2.selection_start());
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 47 content_view_core->ShowPastePopup(params.selection_start.x(),
48 params.selection_start.y());
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_android.cc 36 content_view_core->ShowPastePopup(params.selection_start.x(),
37 params.selection_start.y());
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 172 size_t selection_start, selection_end; local
173 location_bar->location_entry()->GetSelectionBounds(&selection_start,
175 EXPECT_EQ(1U, selection_start);
189 size_t selection_start, selection_end; local
190 location_bar->location_entry()->GetSelectionBounds(&selection_start,
192 EXPECT_EQ(1U, selection_start);
207 size_t selection_start, selection_end; local
208 location_bar->location_entry()->GetSelectionBounds(&selection_start,
210 EXPECT_EQ(1U, selection_start);
225 size_t selection_start, selection_end local
244 size_t selection_start, selection_end; local
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_service_delegate.h 30 int32 selection_start,
text_store_delegate.h 34 int32 selection_start,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 215 size_t selection_start, selection_end; local
216 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
217 EXPECT_EQ(1U, selection_start);
231 size_t selection_start, selection_end; local
232 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
233 EXPECT_EQ(1U, selection_start);
248 size_t selection_start, selection_end; local
249 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
250 EXPECT_EQ(1U, selection_start);
265 size_t selection_start, selection_end local
281 size_t selection_start, selection_end; local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.cc 38 content_view_core->ShowPastePopup(params.selection_start.x(),
39 params.selection_start.y());
  /external/chromium_org/ppapi/api/dev/
ppb_ime_input_event_dev.idl 45 * @param[in] selection_start The start index returned by
61 [in] uint32_t selection_start,
  /external/chromium/chrome/browser/
accessibility_events.h 197 const std::string& value, int selection_start, int selection_end) {
199 selection_start_ = selection_start;
205 int selection_start() const { return selection_start_; } function in class:AccessibilityTextBoxInfo
  /external/chromium_org/content/public/common/
context_menu_params.h 153 gfx::Point selection_start; member in struct:content::ContextMenuParams
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 63 * @param[in] selection_start The start index returned by
78 uint32_t selection_start,
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 19 int selection_start,
22 textbox_info->SetValue(value, selection_start, selection_end);
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 243 const std::string& value, int selection_start, int selection_end) {
245 selection_start_ = selection_start;
251 int selection_start() const { return selection_start_; } function in class:AccessibilityTextBoxInfo
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h 50 int selection_start,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 155 uint32_t selection_start,
159 segment_offsets, target_segment, selection_start, selection_end);
  /external/chromium_org/ui/base/ime/
input_method_ibus.cc 637 DCHECK(text.selection_start() <= text.selection_end());
638 if (text.selection_start() < text.selection_end()) {
639 const uint32 start = text.selection_start();
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 168 gfx::Point selection_start = GetCursorPosition(sel_start); \
176 EXPECT_EQ(sh2, selection_start); \
178 EXPECT_EQ(sh1, selection_start); \
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 201 int selection_start = 0; local
233 &selection_start) ||
247 &selection_start) ||
264 selection_start,
    [all...]

Completed in 925 milliseconds

1 2 3 4