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

1 2

  /external/chromium_org/chrome/test/chromedriver/chrome/
ui_events.cc 12 int click_count)
18 click_count(click_count) {}
ui_events.h 33 int click_count);
41 // |click_count| should not be negative.
42 int click_count; member in struct:MouseEvent
web_view_impl.cc 250 params.SetInteger("clickCount", it->click_count);
  /external/chromium_org/ppapi/c/
pp_input_event.h 125 int32_t click_count; member in struct:PP_InputEvent_Mouse
ppb_input_event.h 512 int32_t click_count,
576 int32_t click_count);
    [all...]
  /external/chromium_org/ppapi/api/
pp_input_event.idl 116 int32_t click_count;
ppb_input_event.idl 499 [in] int32_t click_count);
537 [in] int32_t click_count,
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_android.h 24 int click_count);
web_input_event_builders_android.cc 60 int click_count) {
70 result.clickCount = click_count;
  /external/chromium_org/ui/events/
event.cc 363 int click_count = 1; local
373 return click_count;
380 click_count = last_click_event_->GetClickCount();
382 click_count = last_click_event_->GetClickCount() + 1;
388 if (click_count > 3)
389 click_count = 3;
390 last_click_event_->SetClickCount(click_count);
391 return click_count;
418 void MouseEvent::SetClickCount(int click_count) {
422 DCHECK(click_count > 0)
    [all...]
event.h 404 void SetClickCount(int click_count);
  /external/chromium_org/ppapi/cpp/
input_event.h 125 /// @param[in] click_count
135 int32_t click_count,
input_event.cc 106 int32_t click_count,
113 &mouse_position.pp_point(), click_count, &mouse_movement.pp_point()));
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 95 int32_t click_count) {
104 mouse_position, click_count,
114 int32_t click_count,
122 mouse_position, click_count,
resource_creation_api.h 89 int32_t click_count,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 217 int32_t click_count,
226 click_count,
resource_creation_impl.h 101 int32_t click_count,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 132 int32_t click_count,
ppb_input_event_shared.cc 293 int32_t click_count,
308 data.mouse_click_count = click_count;
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc 146 int32_t click_count,
150 mouse_button, mouse_position, click_count, mouse_movement);
resource_creation_proxy.h 77 int32_t click_count,
  /external/chromium_org/mojo/examples/pepper_container_app/
resource_creation_impl.cc 80 int32_t click_count,
resource_creation_impl.h 59 int32_t click_count,
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 292 void OnMultipleClick(int click_count, int page_index, int char_index);
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 53 int click_count,
64 e->clickCount = click_count;
    [all...]

Completed in 3358 milliseconds

1 2