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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventController.h 34 virtual bool hasLastData() = 0;
PlatformEventController.cpp 27 ASSERT(hasLastData());
38 if (hasLastData() && !m_timer.isActive()) {
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightController.h 31 virtual bool hasLastData() OVERRIDE;
DeviceLightController.cpp 41 bool DeviceLightController::hasLastData()
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionController.h 32 virtual bool hasLastData() OVERRIDE;
DeviceOrientationController.h 38 virtual bool hasLastData() OVERRIDE;
DeviceMotionController.cpp 41 bool DeviceMotionController::hasLastData()
DeviceOrientationController.cpp 53 bool DeviceOrientationController::hasLastData()
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 52 virtual bool hasLastData() OVERRIDE;
ScreenOrientationController.cpp 194 bool ScreenOrientationController::hasLastData()
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.h 48 virtual bool hasLastData() OVERRIDE;
BatteryManager.cpp 117 bool BatteryManager::hasLastData()
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.h 78 virtual bool hasLastData() OVERRIDE;
NavigatorGamepad.cpp 218 bool NavigatorGamepad::hasLastData()

Completed in 260 milliseconds