/external/chromium_org/content/public/browser/ |
cookie_store_factory.h | 23 // Callbacks for data load events will be performed on |client_task_runner|.
|
media_observer.h | 14 // ContentBrowserClient to receive callbacks as media events occur.
|
/external/chromium_org/content/renderer/input/ |
input_handler_proxy_client.h | 17 // All callbacks invoked from the compositor thread.
|
/external/chromium_org/content/renderer/media/crypto/ |
proxy_decryptor.h | 49 // These are similar to the callbacks in media_keys.h, but pass back the 98 // Callbacks for firing session events. 135 // Callbacks for firing key events. 146 // Session IDs are used to uniquely track sessions so that CDM callbacks
|
/external/chromium_org/content/renderer/media/ |
rtc_dtmf_sender_handler.h | 23 // Callbacks to the webrtc::DtmfSenderObserverInterface implementation also
|
webcontentdecryptionmodule_impl.cc | 23 // Forwards the session ID-based callbacks of the MediaKeys interface to the 47 // Callbacks for firing session events. 58 // Helper function of the callbacks. 175 // SessionIdAdapter creates the MediaKeys so it can provide its callbacks to
|
/external/chromium_org/media/audio/ |
fake_audio_output_stream.h | 19 // Callbacks are driven on the AudioManager's message loop.
|
simple_sources.h | 38 int callbacks() { return callbacks_; } function in class:media::SineWaveAudioSource
|
/external/chromium_org/media/audio/mac/ |
audio_device_listener_mac.h | 17 // AudioDeviceListenerMac facilitates execution of device listener callbacks
|
/external/chromium_org/media/base/android/ |
media_resource_getter.h | 18 // Class for asynchronously retrieving resources for a media URL. All callbacks
|
/external/chromium_org/net/quic/ |
quic_spdy_decompressor.h | 24 // Interface that receives callbacks with decompressed data as it
|
/external/chromium_org/net/quic/test_tools/ |
delayed_verify_strike_register_client.h | 18 // callbacks until a later time.
|
/external/chromium_org/net/url_request/ |
url_request_about_job.cc | 25 // callbacks happen as they would for network requests.
|
/external/chromium_org/ppapi/c/dev/ |
ppp_find_dev.h | 20 // it won't call any callbacks.
|
/external/chromium_org/ppapi/cpp/dev/ |
video_decoder_client_dev.h | 17 // This class provides a C++ interface for callbacks related to video decoding.
|
widget_client_dev.h | 18 // This class provides a C++ interface for callbacks related to widgets. You
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
callback_source.h | 19 // This class really only exists as a way to get callbacks
|
/external/chromium_org/ppapi/proxy/ |
enter_proxy.h | 111 // For callbacks that take no parameters except the "int32_t result". Most 125 // For callbacks that take an extra parameter as a closure. 139 // For callbacks that take two extra parameters as a closure. 154 // For callbacks that take three extra parameters as a closure.
|
plugin_resource.cc | 61 // The callbacks may hold referrences to this object. Normally, we will get 64 // renderer crashes. In that case, we have to clean up the callbacks, 73 // clean up the callbacks. 78 // need to clean up callbacks when the instance goes away.
|
/external/chromium_org/remoting/host/ |
host_status_observer.h | 23 // on receipt of these callbacks; they are purely informational.
|
/external/chromium_org/remoting/protocol/ |
libjingle_transport_factory.h | 66 // When there is an active |jingle_info_request_| stores list of callbacks to
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElement.cpp | 104 CustomElementCallbackScheduler::scheduleCreatedCallback(definition->callbacks(), element); 119 CustomElementCallbackScheduler::scheduleAttributeChangedCallback(definitionFor(element)->callbacks(), element, name, oldValue, newValue); 127 CustomElementCallbackScheduler::scheduleAttachedCallback(definitionFor(element)->callbacks(), element); 135 CustomElementCallbackScheduler::scheduleDetachedCallback(definitionFor(element)->callbacks(), element);
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBOpenDBRequest.cpp | 41 PassRefPtr<IDBOpenDBRequest> IDBOpenDBRequest::create(ExecutionContext* context, PassRefPtr<IDBDatabaseCallbacks> callbacks, int64_t transactionId, int64_t version) 43 RefPtr<IDBOpenDBRequest> request(adoptRef(new IDBOpenDBRequest(context, callbacks, transactionId, version))); 48 IDBOpenDBRequest::IDBOpenDBRequest(ExecutionContext* context, PassRefPtr<IDBDatabaseCallbacks> callbacks, int64_t transactionId, int64_t version) 50 , m_databaseCallbacks(callbacks)
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xlink.h | 62 * It calls the default link detection callbacks upon link detection. 145 * This is the structure containing a set of Links detection callbacks. 147 * There is no default xlink callbacks, if one want to get link 160 * detection callbacks.
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
sqlite3rtree.h | 41 ** argument to callbacks registered using rtree_geometry_callback().
|