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

  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHostClient.h 46 virtual void notifyEventListener(WebApplicationCacheHost::EventID) = 0;
WebApplicationCacheHost.h 62 // These values must match WebCore::ApplicationCacheHost::EventID values
63 enum EventID {
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 65 enum EventID {
129 void notifyDOMApplicationCache(EventID, int progressTotal, int progressDone);
141 EventID eventID;
144 DeferredEvent(EventID id, int total, int done) : eventID(id), progressTotal(total), progressDone(done) { }
152 void dispatchDOMEvent(EventID, int progressTotal, int progressDone);
DOMApplicationCache.h 75 static const AtomicString& toEventType(ApplicationCacheHost::EventID id);
DOMApplicationCache.cpp 105 const AtomicString& DOMApplicationCache::toEventType(ApplicationCacheHost::EventID id)
  /external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHostInternal.h 57 virtual void notifyEventListener(WebKit::WebApplicationCacheHost::EventID eventID)
59 m_innerHost->notifyDOMApplicationCache(static_cast<ApplicationCacheHost::EventID>(eventID), 0, 0);
ApplicationCacheHost.cpp 167 void ApplicationCacheHost::notifyDOMApplicationCache(EventID id, int total, int done)
209 dispatchDOMEvent(deferred.eventID, deferred.progressTotal, deferred.progressDone);
215 void ApplicationCacheHost::dispatchDOMEvent(EventID id, int total, int done)
  /external/chromium_org/content/common/
appcache_messages.h 12 IPC_ENUM_TRAITS(appcache::EventID)
123 appcache::EventID)
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 27 appcache::EventID event_id) OVERRIDE;
appcache_frontend_proxy.cc 26 appcache::EventID event_id) {
  /external/chromium_org/content/child/appcache/
appcache_dispatcher.h 39 appcache::EventID event_id);
appcache_frontend_impl.h 19 appcache::EventID event_id) OVERRIDE;
appcache_dispatcher.cc 45 appcache::EventID event_id) {
web_application_cache_host_impl.h 41 void OnEventRaised(appcache::EventID);
web_application_cache_host_impl.cc 33 // of the EventID enum in appcache_interfaces.h.
102 void WebApplicationCacheHostImpl::OnEventRaised(appcache::EventID event_id) {
135 client_->notifyEventListener(static_cast<EventID>(event_id));
160 client_->notifyEventListener(static_cast<EventID>(appcache::ERROR_EVENT));
appcache_frontend_impl.cc 40 appcache::EventID event_id) {
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 40 enum EventID {
127 EventID event_id) = 0;
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 178 void NotifySingleHost(AppCacheHost* host, EventID event_id);
179 void NotifyAllAssociatedHosts(EventID event_id);
appcache_host_unittest.cc 58 appcache::EventID event_id) OVERRIDE {
88 appcache::EventID last_event_id_;
appcache_group_unittest.cc 37 appcache::EventID event_id) OVERRIDE {
appcache_update_job.cc 49 void SendNotifications(EventID event_id) {
785 EventID event_id) {
790 void AppCacheUpdateJob::NotifyAllAssociatedHosts(EventID event_id) {
    [all...]
appcache_update_job_unittest.cc 230 EventID event_id) OVERRIDE {
291 void AddExpectedEvent(const std::vector<int>& host_ids, EventID event_id) {
310 void TriggerAdditionalUpdates(EventID trigger_event,
321 typedef std::pair<HostIds, EventID> RaisedEvent;
337 EventID start_update_trigger_;
    [all...]
appcache_request_handler_unittest.cc 43 appcache::EventID event_id) OVERRIDE {}
    [all...]
appcache_unittest.cc 21 EventID event_id) OVERRIDE {}

Completed in 264 milliseconds