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

1 2

  /external/webkit/Source/WebCore/page/
FrameActionScheduler.h 46 virtual void fire() = 0;
FrameActionScheduler.cpp 43 virtual void fire() function in class:WebCore::EventFrameAction
97 (*i)->fire();
  /frameworks/base/media/libstagefright/include/
TimedEventQueue.h 45 virtual void fire(TimedEventQueue *queue, int64_t now_us) = 0;
81 // it will fire as soon as possible.
86 // removed from the queue and won't fire.
106 virtual void fire(TimedEventQueue *queue, int64_t now_us) { function in struct:android::TimedEventQueue::StopEvent
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 70 virtual void fire(Frame*) = 0;
106 virtual void fire(Frame* frame) function in class:WebCore::ScheduledURLNavigation
162 virtual void fire(Frame* frame) function in class:WebCore::ScheduledRefresh
177 virtual void fire(Frame* frame) function in class:WebCore::ScheduledHistoryNavigation
206 virtual void fire(Frame* frame) function in class:WebCore::ScheduledFormSubmission
393 redirect->fire(m_frame);
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
updates.js 1 description('Tests that updates to the orientation causes new events to fire.');
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
basic-body-attribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener specified as an attribute on the body.");
basic-setattribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener attached via setattribute.");
basic.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener set via window.onstorage.");
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
Visualization2RS.java 29 super(width, height, R.drawable.fire);
  /external/webkit/Source/WebCore/workers/
WorkerRunLoop.cpp 60 void fire() { m_sharedTimerFunction(); } function in class:WebCore::WorkerSharedTimer
168 m_sharedTimer->fire();
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 23 // use removeListner to stop geting called when onUpdated events fire.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 150 // Wait for async calls to fire
168 // Wait for async calls to fire
186 // Wait for async calls to fire
204 // Wait for async calls to fire
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 74 mFire = (Button)findViewById(R.id.fire);
  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 298 // Fire event with the lock NOT held.
299 event->fire(this, now_us);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 116 // Handle DPad keys and fire button on initial down but not on auto-repeat.
142 fire(); method
303 private void fire() {
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 50 virtual void fire(TimedEventQueue *queue, int64_t /* now_us */) { function in struct:android::TimedTextEvent
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 197 mTextures[7] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.fire,
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 274 def SetEventFire(self, fire):
275 self.EventFire = fire
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 176 // Some cases result in multiple error handings. Only fire the callback
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.cpp 61 virtual void fire(TimedEventQueue *queue, int64_t /* now_us */) { function in struct:android::PreviewPlayerEvent
    [all...]
PreviewPlayerBase.cpp 78 virtual void fire(TimedEventQueue *queue, int64_t /* now_us */) { function in struct:android::AwesomeEvent
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 703 // CSS background images don't fire 'load' events, so we use an Image.

Completed in 1377 milliseconds

1 2