/external/webrtc/src/system_wrappers/source/ |
thread_posix.cc | 19 // The Run() method fires _event when it's started; this ensures that the
|
/frameworks/av/include/camera/ |
ProCamera.h | 72 // -- This callback only fires for createStreamCpu streams
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHeap.java | 177 /* create a non-empty reply so the handler fires on completion */
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
configuration.jd | 69 Configuration activities register intent filters for this intent, and the system fires this
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetProvider.java | 109 * actually fires an intent to start {@link CalendarAppWidgetService} as a
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipAccountRegistry.java | 148 * service has been stopped. The {@code SipService} fires the {@code ACTION_SIP_REMOVE_PHONE}
|
/frameworks/base/docs/html/training/tv/discovery/ |
searchable.jd | 41 intent that fires when the user selects a suggested search result. All of this is described in 178 When the user selects this content, the intent that fires provides the intent data from the 307 (described in <a href="#identifying">Identifying Columns</a>, above), the system fires the
|
/frameworks/base/docs/html/guide/topics/providers/ |
document-provider.jd | 180 <li>The interaction starts when an application (in this example, a photo app) fires the intent 185 <li>Once the intent fires, the system picker goes to each registered provider 256 * Fires an intent to spin up the "file chooser" UI and select an image. 279 <li>When the app fires the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} 464 This snippet fires [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
tabs.json | [all...] |
webview_tag.json | 584 "description": "Fired when the guest window fires a <code>load</code> event, i.e., when a new document is loaded. This does <em>not</em> include page navigation within the current document or asynchronous resource loads. <p>The following example code modifies the default font size of the guest's <code>body</code> element after the page loads:</p><pre>webview.addEventListener('contentload', function() {\r webview.executeScript({ code: 'document.body.style.fontSize = \"42px\"' });\r});</pre>", [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
AlarmManagerTest.java | 231 // wait beyond the initial alarm's possible delivery window to verify that it fires the first time
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_viewport.js | 118 * Fires the change event on this viewport. Used to notify listeners
|
/external/chromium_org/ash/system/date/ |
date_view.cc | 110 // Make sure that the timer fires on the next minute. Without this, if it is
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_controller.h | 157 // Updates |result_| to reflect the current provider state and fires
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator.h | 267 // Starts the OTASP timeout timer. If the timer fires, we'll force a
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter.h | 77 // Fires up the service by unleashing the asynchronous evaluation flow, unless
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/ |
cr.js | 45 * Fires a property change event on the target.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/ |
background.js | 115 // Use a repeating alarm so that it fires again if there was a problem
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
cr.js | 93 * Fires a property change event on the target.
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_area.cc | 217 // when it fires.
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_version.h | 89 // Fires when a version transitions from having a controllee to not.
|
/external/chromium_org/content/test/data/indexeddb/ |
cursor_prefetch.js | 235 // in the range when pre-fetch fires, and make sure a null cursor
|
/external/chromium_org/media/blink/ |
buffered_resource_loader.h | 213 // Sets |active_loader_|'s defer state and fires |loading_cb_| if the state
|
/external/chromium_org/net/http/ |
http_server_properties_manager.h | 216 // Same as above, but fires an optional |completion| callback on pref thread
|
/external/chromium_org/sync/engine/ |
sync_scheduler_impl.h | 265 // An event that fires when data type throttling expires.
|