Home
last modified time | relevance | path

Searched refs:toDOMApplicationCache (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMEventTarget.h59 WebDOMDOMApplicationCache toDOMApplicationCache();
DWebDOMEventTarget.cpp167 if (WebCore::DOMApplicationCache* cache = value->toDOMApplicationCache()) in toWebKit()
/external/webkit/Source/WebCore/loader/appcache/
DDOMApplicationCache.h76 DOMApplicationCache* toDOMApplicationCache() { return this; } in toDOMApplicationCache() function
/external/webkit/Source/WebCore/bindings/js/
DJSEventTarget.cpp136 if (DOMApplicationCache* cache = target->toDOMApplicationCache()) in toJS()
/external/webkit/Source/WebCore/dom/
DEventTarget.h111 virtual DOMApplicationCache* toDOMApplicationCache();
DEventTarget.cpp108 DOMApplicationCache* EventTarget::toDOMApplicationCache() in toDOMApplicationCache() function in WebCore::EventTarget
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp424 if (DOMApplicationCache* domAppCache = target->toDOMApplicationCache()) in convertEventTargetToV8Object()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1029884 (WebCore::EventTarget::toDOMApplicationCache):