| /external/webkit/Source/WebKit2/UIProcess/API/C/ |
| WKFormSubmissionListener.cpp | 32 using namespace WebKit;
|
| WKOpenPanelParameters.cpp | 32 using namespace WebKit;
|
| /external/webkit/Source/WebKit2/UIProcess/API/qt/ |
| qwkhistory_p.h | 34 namespace WebKit { 53 static QWKHistory* createHistory(WebKit::WebBackForwardList* list); 56 QWKHistoryPrivate(WebKit::WebBackForwardList* list); 59 WebKit::WebBackForwardList* m_backForwardList;
|
| /external/webkit/Source/WebKit2/UIProcess/Plugins/qt/ |
| PluginProcessProxyQt.cpp | 34 namespace WebKit { 41 } // namespace WebKit
|
| /external/webkit/Source/WebKit2/UIProcess/ |
| WebCookieManagerProxyClient.cpp | 31 namespace WebKit { 41 } // namespace WebKit
|
| WebCookieManagerProxyClient.h | 33 namespace WebKit { 42 } // namespace WebKit
|
| WebGeolocationProvider.h | 33 namespace WebKit { 43 } // namespace WebKit
|
| WebIconDatabaseClient.h | 32 namespace WebKit { 44 } // namespace WebKit
|
| /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
| WKBundlePageGroup.cpp | 33 using namespace WebKit;
|
| /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/gtk/ |
| InjectedBundleGtk.cpp | 36 namespace WebKit { 48 } // namespace WebKit
|
| /external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
| LayerTreeHostWin.cpp | 33 namespace WebKit { 44 } // namespace WebKit
|
| /external/webkit/Source/WebKit2/WebProcess/gtk/ |
| WebProcessMainGtk.h | 32 namespace WebKit { 40 } // namespace WebKit
|
| /external/chromium/webkit/glue/ |
| webmediaplayer_impl.h | 21 // Proxies methods calls from the media pipeline to WebKit. 23 // WebKit::WebMediaPlayerClient 24 // WebKit client of this media player object. 66 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayer.h" 67 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerClient.h" 70 #include "webkit/glue/media/web_data_source.h" 74 namespace WebKit { 83 class WebMediaPlayerImpl : public WebKit::WebMediaPlayer [all...] |
| iframe_redirect_unittest.cc | 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" 11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" 13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.h [all...] |
| websocketstreamhandle_impl.cc | 7 #include "webkit/glue/websocketstreamhandle_impl.h" 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h" 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSocketStreamHandleClient.h" 18 #include "webkit/glue/websocketstreamhandle_bridge.h" 19 #include "webkit/glue/websocketstreamhandle_delegate.h" 31 WebKit::WebSocketStreamHandleClient* client() const { return client_; [all...] |
| /external/webkit/Source/WebKit/chromium/src/ |
| AsyncFileSystemChromium.cpp | 41 #include "WebKit.h" 55 , m_webFileSystem(WebKit::webKitClient()->fileSystem()) 66 m_webFileSystem->move(sourcePath, destinationPath, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 71 m_webFileSystem->copy(sourcePath, destinationPath, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 76 m_webFileSystem->remove(path, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 81 m_webFileSystem->removeRecursively(path, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 86 m_webFileSystem->readMetadata(path, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 91 m_webFileSystem->createFile(path, exclusive, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 96 m_webFileSystem->createDirectory(path, exclusive, new WebKit::WebFileSystemCallbacksImpl(callbacks)); 101 m_webFileSystem->fileExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks)) [all...] |
| StorageEventDispatcherChromium.cpp | 39 #include "WebKit.h" 51 WebKit::webKitClient()->dispatchStorageEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage);
|
| /external/chromium/chrome/browser/notifications/ |
| notifications_prefs_cache_unittest.cc | 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h" 38 WebKit::WebNotificationPresenter::PermissionAllowed); 40 WebKit::WebNotificationPresenter::PermissionAllowed); 43 WebKit::WebNotificationPresenter::PermissionDenied); 45 WebKit::WebNotificationPresenter::PermissionDenied); 48 WebKit::WebNotificationPresenter::PermissionNotAllowed); 52 WebKit::WebNotificationPresenter::PermissionNotAllowed); 56 WebKit::WebNotificationPresenter::PermissionAllowed); 60 WebKit::WebNotificationPresenter::PermissionDenied) [all...] |
| /external/webkit/Source/WebKit/mac/DefaultDelegates/ |
| WebDefaultContextMenuDelegate.h | 31 #import <WebKit/WebDefaultUIDelegate.h>
|
| /external/webkit/Source/WebKit/mac/History/ |
| WebBackForwardListPrivate.h | 31 #import <WebKit/WebBackForwardList.h>
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebSerializedJSValuePrivate.h | 29 #import <WebKit/WebSerializedJSValue.h>
|
| /external/webkit/Source/WebKit2/Shared/mac/ |
| NativeWebKeyboardEventMac.mm | 31 namespace WebKit { 39 } // namespace WebKit
|
| NativeWebMouseEventMac.mm | 31 namespace WebKit { 39 } // namespace WebKit
|
| WebURLRequestMac.mm | 29 namespace WebKit { 41 } // namespace WebKit
|
| WebURLResponseMac.mm | 29 namespace WebKit { 41 } // namespace WebKit
|