/external/chromium/webkit/glue/ |
simple_webmimeregistry_impl.h | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMimeRegistry.h" 12 class SimpleWebMimeRegistryImpl : public WebKit::WebMimeRegistry { 18 virtual WebKit::WebMimeRegistry::SupportsType supportsMIMEType( 19 const WebKit::WebString&); 20 virtual WebKit::WebMimeRegistry::SupportsType supportsImageMIMEType( 21 const WebKit::WebString&); 22 virtual WebKit::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType( 23 const WebKit::WebString&); 24 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType [all...] |
webthemeengine_impl_mac.h | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/mac/WebThemeEngine.h" 12 class WebThemeEngineImpl : public WebKit::WebThemeEngine { 14 // WebKit::WebThemeEngine implementation. 16 WebKit::WebCanvas*, 17 WebKit::WebThemeEngine::State, 18 WebKit::WebThemeEngine::Size, 19 const WebKit::WebRect&, 20 const WebKit::WebThemeEngine::ScrollbarInfo&);
|
webthemeengine_impl_linux.h | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebThemeEngine.h" 12 class WebThemeEngineImpl : public WebKit::WebThemeEngine { 15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part); 17 WebKit::WebCanvas*, 18 WebKit::WebThemeEngine::Part, 19 WebKit::WebThemeEngine::State, 20 const WebKit::WebRect&, 21 const WebKit::WebThemeEngine::ExtraParams*) [all...] |
window_open_disposition.cc | 5 #include "webkit/glue/window_open_disposition.h" 10 WebKit::WebNavigationPolicy policy) { 12 case WebKit::WebNavigationPolicyIgnore: 14 case WebKit::WebNavigationPolicyDownload: 16 case WebKit::WebNavigationPolicyCurrentTab: 18 case WebKit::WebNavigationPolicyNewBackgroundTab: 20 case WebKit::WebNavigationPolicyNewForegroundTab: 22 case WebKit::WebNavigationPolicyNewWindow: 24 case WebKit::WebNavigationPolicyNewPopup:
|
webclipboard_impl.h | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebClipboard.h" 15 class WebClipboardImpl : public WebKit::WebClipboard { 17 static std::string URLToMarkup(const WebKit::WebURL& url, 18 const WebKit::WebString& title); 19 static std::string URLToImageMarkup(const WebKit::WebURL& url, 20 const WebKit::WebString& title); 26 virtual WebKit::WebString readPlainText(Buffer); 27 virtual WebKit::WebString readHTML(Buffer, WebKit::WebURL* source_url) [all...] |
site_isolation_metrics.h | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" 10 namespace WebKit { 26 WebKit::WebURLRequest::TargetType target_type); 28 WebKit::WebFrame* frame, const WebKit::WebURLResponse& response); 30 WebKit::WebFrame* frame, 32 const WebKit::WebURLResponse& response); 33 static void SniffCrossOriginHTML(const WebKit::WebURL& response_url, 36 static void RemoveCompletedResponse(const WebKit::WebURL& response_url) [all...] |
idb_bindings.h | 10 namespace WebKit { 20 const std::vector<WebKit::WebSerializedScriptValue>& 23 std::vector<WebKit::WebIDBKey>* values); 25 WebKit::WebSerializedScriptValue InjectIDBKey( 26 const WebKit::WebIDBKey& key, 27 const WebKit::WebSerializedScriptValue& value,
|
webthemeengine_impl_win.h | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/win/WebThemeEngine.h" 12 class WebThemeEngineImpl : public WebKit::WebThemeEngine { 16 WebKit::WebCanvas*, int part, int state, int classic_state, 17 const WebKit::WebRect&); 19 WebKit::WebCanvas*, int part, int state, int classic_state, 20 const WebKit::WebRect&); 22 WebKit::WebCanvas*, int state, int classic_state, 23 const WebKit::WebRect&); 25 WebKit::WebCanvas*, int part, int state, int classic_state [all...] |
websocketstreamhandle_delegate.h | 10 namespace WebKit { 21 virtual void WillOpenStream(WebKit::WebSocketStreamHandle* handle, 23 virtual void WillSendData(WebKit::WebSocketStreamHandle* handle, 26 virtual void DidOpenStream(WebKit::WebSocketStreamHandle* handle, 28 virtual void DidSendData(WebKit::WebSocketStreamHandle* handle, 30 virtual void DidReceiveData(WebKit::WebSocketStreamHandle* handle, 32 virtual void DidClose(WebKit::WebSocketStreamHandle*) {}
|
weburlloader_impl.h | 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoader.h" 13 class WebURLLoaderImpl : public WebKit::WebURLLoader { 20 const WebKit::WebURLRequest& request, 21 WebKit::WebURLResponse& response, 22 WebKit::WebURLError& error, 23 WebKit::WebData& data); 25 const WebKit::WebURLRequest& request, 26 WebKit::WebURLLoaderClient* client);
|
webfileutilities_impl.h | 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileUtilities.h" 13 class WebFileUtilitiesImpl : public WebKit::WebFileUtilities { 19 virtual void revealFolderInOS(const WebKit::WebString& path); 20 virtual bool fileExists(const WebKit::WebString& path); 21 virtual bool deleteFile(const WebKit::WebString& path); 22 virtual bool deleteEmptyDirectory(const WebKit::WebString& path); 23 virtual bool getFileSize(const WebKit::WebString& path, long long& result); 25 const WebKit::WebString& path, 27 virtual WebKit::WebString directoryName(const WebKit::WebString& path) [all...] |
ftp_directory_listing_response_delegate.h | 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLResponse.h" 16 namespace WebKit { 27 FtpDirectoryListingResponseDelegate(WebKit::WebURLLoaderClient* client, 28 WebKit::WebURLLoader* loader, 29 const WebKit::WebURLResponse& response); 42 WebKit::WebURLLoaderClient* client_; 43 WebKit::WebURLLoader* loader_;
|
alt_error_page_resource_fetcher.h | 11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLError.h" 13 namespace WebKit { 28 typedef Callback3<WebKit::WebFrame*, const WebKit::WebURLError&, 32 WebKit::WebFrame* frame, 33 const WebKit::WebURLError& original_error, 41 void OnURLFetchComplete(const WebKit::WebURLResponse& response, 47 WebKit::WebFrame* frame_; 52 WebKit::WebURLError original_error_ [all...] |
resource_fetcher.h | 22 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderClient.h" 23 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" 24 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLResponse.h" 28 namespace WebKit { 36 class ResourceFetcher : public WebKit::WebURLLoaderClient { 41 typedef Callback2<const WebKit::WebURLResponse&, 46 const GURL& url, WebKit::WebFrame* frame [all...] |
webaccessibility.cc | 5 #include "webkit/glue/webaccessibility.h" 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebAccessibilityCache.h" 13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebAccessibilityObject.h" 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebAccessibilityRole.h" 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebAttribute.h" 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h [all...] |
websocketstreamhandle_impl.h | 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSocketStreamHandle.h" 13 class WebSocketStreamHandleImpl : public WebKit::WebSocketStreamHandle { 20 const WebKit::WebURL& url, 21 WebKit::WebSocketStreamHandleClient* client); 22 virtual bool send(const WebKit::WebData& data);
|
webkitclient_impl.h | 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebKitClient.h" 12 #include "webkit/glue/webthemeengine_impl_win.h" 14 #include "webkit/glue/webthemeengine_impl_linux.h" 16 #include "webkit/glue/webthemeengine_impl_mac.h" 24 class WebKitClientImpl : public WebKit::WebKitClient { 30 virtual WebKit::WebThemeEngine* themeEngine(); 33 const WebKit::WebString& vfs_file_name, int desired_flags); 34 virtual int databaseDeleteFile(const WebKit::WebString& vfs_file_name, 37 const WebKit::WebString& vfs_file_name) [all...] |
/external/chromium/webkit/glue/media/ |
audio_decoder.h | 10 namespace WebKit { class WebAudioBus; } 15 bool DecodeAudioFileData(WebKit::WebAudioBus* destination_bus, const char* data,
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_utils_win.h | 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" 15 WebKit::WebDragOperation WinDragOpToWebDragOp(DWORD effect); 16 WebKit::WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects); 18 DWORD WebDragOpToWinDragOp(WebKit::WebDragOperation op); 19 DWORD WebDragOpMaskToWinDragOpMask(WebKit::WebDragOperationsMask ops);
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
concatenated_devtools_js.target.darwin-arm.mk | 23 $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_js_files.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AdvancedSearchController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ApplicationCacheModel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BreakpointManager.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Checkbox.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Color.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompilerScriptMapping.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompletionDictionary.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ConsoleMessage.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front (…) [all...] |
concatenated_devtools_js.target.darwin-mips.mk | 23 $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_js_files.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AdvancedSearchController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ApplicationCacheModel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BreakpointManager.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Checkbox.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Color.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompilerScriptMapping.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompletionDictionary.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ConsoleMessage.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front (…) [all...] |
concatenated_devtools_js.target.darwin-x86.mk | 23 $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_js_files.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AdvancedSearchController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ApplicationCacheModel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BreakpointManager.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Checkbox.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Color.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompilerScriptMapping.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompletionDictionary.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ConsoleMessage.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front (…) [all...] |
concatenated_devtools_js.target.linux-arm.mk | 23 $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_js_files.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AdvancedSearchController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ApplicationCacheModel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BreakpointManager.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Checkbox.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Color.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompilerScriptMapping.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompletionDictionary.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ConsoleMessage.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front (…) [all...] |
concatenated_devtools_js.target.linux-mips.mk | 23 $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_js_files.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AdvancedSearchController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ApplicationCacheModel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BreakpointManager.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Checkbox.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Color.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompilerScriptMapping.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompletionDictionary.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ConsoleMessage.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front (…) [all...] |
concatenated_devtools_js.target.linux-x86.mk | 23 $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_js_files.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/inspector.html $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AdvancedSearchController.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ApplicationCacheModel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BreakpointManager.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Checkbox.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Color.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompilerScriptMapping.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CompletionDictionary.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ConsoleMessage.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front (…) [all...] |