HomeSort by relevance Sort by last modified time
    Searched refs:sendEvents (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp 94 void WebFormControlElement::setValue(const WebString& value, bool sendEvents)
97 unwrap<HTMLInputElement>()->setValue(value, sendEvents ? DispatchInputAndChangeEvent : DispatchNoEvent);
99 unwrap<HTMLTextAreaElement>()->setValue(value, sendEvents ? DispatchInputAndChangeEvent : DispatchNoEvent);
101 unwrap<HTMLSelectElement>()->setValue(value, sendEvents);
WebInputElement.cpp 110 void WebInputElement::setChecked(bool nowChecked, bool sendEvents)
112 unwrap<HTMLInputElement>()->setChecked(nowChecked, sendEvents ? DispatchInputAndChangeEvent : DispatchNoEvent);
  /external/chromium_org/third_party/WebKit/public/web/
WebFormControlElement.h 72 BLINK_EXPORT void setValue(const WebString&, bool sendEvents = false);
WebInputElement.h 67 BLINK_EXPORT void setChecked(bool, bool sendEvents = false);
  /frameworks/native/include/gui/
DisplayEventReceiver.h 109 * sendEvents write events to the queue and returns how many events were
112 static ssize_t sendEvents(const sp<BitTube>& dataChannel,
  /frameworks/native/libs/gui/
DisplayEventReceiver.cpp 91 ssize_t DisplayEventReceiver::sendEvents(const sp<BitTube>& dataChannel,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 75 void setValue(const String&, bool sendEvents = false);
HTMLSelectElement.cpp 250 void HTMLSelectElement::setValue(const String &value, bool sendEvents)
274 if (sendEvents && previousSelectedIndex != selectedIndex()) {
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.h 174 status_t sendEvents(sensors_event_t const* buffer, size_t count,
SensorService.cpp 502 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch,
749 connection->sendEvents(&event, 1, NULL);
    [all...]
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 407 ssize_t size = DisplayEventReceiver::sendEvents(mChannel, &event, 1);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 286 steps.sendEvents();
305 sendEvents: function() {
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 625 milliseconds