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

  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.h 50 void SendStartMessage();
nacl_process_host.cc 240 SendStartMessage();
243 void NaClProcessHost::SendStartMessage() {
  /external/chromium_org/content/renderer/device_orientation/
device_motion_event_pump.h 38 virtual bool SendStartMessage() OVERRIDE;
device_orientation_event_pump.h 42 virtual bool SendStartMessage() OVERRIDE;
device_sensor_event_pump.h 50 virtual bool SendStartMessage() = 0;
device_motion_event_pump.cc 53 bool DeviceMotionEventPump::SendStartMessage() {
device_sensor_event_pump.cc 40 if (SendStartMessage()) {
device_orientation_event_pump.cc 80 bool DeviceOrientationEventPump::SendStartMessage() {
device_motion_event_pump_unittest.cc 49 virtual bool SendStartMessage() OVERRIDE { return true; }
device_orientation_event_pump_unittest.cc 51 virtual bool SendStartMessage() OVERRIDE { return true; }

Completed in 274 milliseconds