HomeSort by relevance Sort by last modified time
    Searched full:fire (Results 151 - 175 of 1054) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc 134 // active, causing it to fire only when the user remains idle for
147 // point, causing them to fire at exactly the same time. In the much rarer
  /external/chromium_org/chrome/browser/component_updater/
component_updater_ping_manager.cc 35 // Sends a fire and forget ping. The instances of this class have no
191 // Sends a fire and forget ping when the updates are complete. The ping
crx_downloader.h 78 // The callback may fire 0 or many times during a download. Since this
79 // class implements a chain of responsibility, the callback can fire for
  /external/chromium_org/chrome/browser/services/gcm/
push_messaging_service_impl.cc 105 // TODO(mvanouwerkerk): Fire push event with data on the Service Worker
117 // TODO(mvanouwerkerk): Fire push error event on the Service Worker
  /external/chromium_org/chrome/browser/ui/cocoa/
nsmenuitem_additions.mm 82 // |charactersIgnoringModifiers| else (on dvorak, cmd-shift-z should fire
83 // "cmd-:" instead of "cmd-;", but on dvorak-qwerty, cmd-shift-z should fire
nsmenuitem_additions_unittest.mm 55 // russion keyboard layout, the copy won't fire a menu item that has cmd-a as
166 // Turns out this doesn't fire.
172 // Turns out this doesn't fire.
225 // Hitting the "a" key with a russian keyboard layout -- does not fire
242 // fire).
  /external/chromium_org/chrome/common/extensions/api/
cast_channel.idl 25 // (3) Fire an onError event with the error condition.
26 // (4) Fire an onClose event.
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_mac.cc 130 // No motion sensor available, fire an all-null event.
148 // No motion sensor available, fire an all-null event.
  /external/chromium_org/media/audio/win/
audio_device_listener_win.cc 168 // Only fire a state change event if the device has actually changed.
169 // TODO(dalecurtis): This still seems to fire an extra event on my machine for
  /external/chromium_org/net/quic/
quic_connection_helper_test.cc 128 // The earlier task will execute and will fire the alarm->
138 // the alarm will not fire.
  /external/chromium_org/remoting/webapp/
base.js 138 * To fire an event:
234 * Fire an event of a particular type on this object.
clipboard.js 163 * This method makes the browser fire a paste event, which provides access to
178 * This method makes the browser fire a copy event, which provides access to
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 128 // fire events on them asynchronously.
164 // Always fire the event, because the platform may have asynchronously
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncinvoker.h 43 // fire-and-forget mode otherwise.
69 // // No callback specified means fire-and-forget.
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 12 * STATUS_STOP if the load event doesn't fire (there's an error.)
170 * event doesn't fire. The only way to catch it would be in
  /external/smack/src/org/jivesoftware/smackx/
PEPManager.java 137 // Listens for all roster exchange packets and fire the roster exchange listeners.
142 // Fire event for roster exchange listeners
RosterExchangeManager.java 164 // Listens for all roster exchange packets and fire the roster exchange listeners.
170 // Fire event for roster exchange listeners
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 117 // Buffer time in seconds to fire alarm instead of marking it missed.
132 * Find and notify system what the next alarm that will fire. This is used
352 LogUtils.v("Setting fire state to instance " + instance.mId);
367 // Instance not valid anymore, so find next alarm that will fire and notify system
409 // Instance time changed, so find next alarm that will fire and notify system
450 // Instance is not valid anymore, so find next alarm that will fire and notify system
477 // Instance is not valid anymore, so find next alarm that will fire and notify system
568 // we need to add a check to see if we should fire the alarm instead of marking it
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 117 // Based on the number, fire off a CALL or DIAL intent:
121 // - if it's blank, fire off a blank CALL or DIAL intent
  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 93 // handler we can fire even if the WebContents has an unload listener.
97 // If the page has unload listeners, then we tell the renderer to fire
131 // Now that beforeunload has fired, queue the tab to fire unload.
136 // fire all the beforeunload events before attempting to fire the unload
  /external/qemu/distrib/sdl-1.2.15/
README.MiNT 148 Another problem with the IKBD: mouse buttons and joystick fire buttons
151 mouse left button = joystick fire 0 = joystick fire 1
152 mouse right button = joystick fire 1 = joystick fire 0
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 239 // There definitely isn't any more space. Fire notifications
242 // We only fire the notification if there are some other websites
321 // There definitely isn't any more space. Fire notifications
324 // We only fire the notification if there are some other websites
412 // Fire away.
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api_unittest.cc 125 // Now wait for the alarm to fire. Our test delegate will quit the
155 // Now wait for the alarm to fire. Our test delegate will quit the
195 // Now wait for the alarm to fire. Our test delegate will quit the
241 // Now wait for the alarm to fire. Our test delegate will quit the
376 // Now wait for the alarms to fire, and ensure the cancelled alarms don't
377 // fire.
553 // On startup (when there's no "last poll"), we let alarms fire as
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java 94 assertTrue("Job with unmetered constraint did not fire on WiFi.",
115 assertTrue("Job with connectivity constraint did not fire on WiFi.",
136 assertTrue("Job with connectivity constraint did not fire on mobile.",
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 65 // Set up the intent filter. This will be used to fire an
145 // Otherwise the methods aren't guaranteed to fire.
236 // Be a good citizen. Make sure UI changes fire on the UI thread.

Completed in 5482 milliseconds

1 2 3 4 5 67 8 91011>>