Searched defs:WebKit (Results 1 - 25 of 1002) sorted by relevance

1234567891011>>

/external/chromium/webkit/glue/
H A Didb_bindings.h10 namespace WebKit { namespace
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,
H A Dweb_io_operators.h12 namespace WebKit { namespace
25 } // namespace WebKit
H A Dsite_isolation_metrics.h8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h"
10 namespace WebKit { namespace
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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebDeviceMotionData.cpp36 namespace WebKit { namespace
47 } // namespace WebKit
H A DWebDeviceOrientationData.cpp36 namespace WebKit { namespace
47 } // namespace WebKit
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCrossOriginPreflightResultCache.cpp36 namespace WebKit { namespace
43 } // namespace WebKit
H A DWebGlyphCache.cpp38 namespace WebKit { namespace
45 } // namespace WebKit
H A DWebWorkerInfo.cpp36 namespace WebKit { namespace
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebUnitTests.h36 namespace WebKit { namespace
39 // This means the test suite object needs to be initialized inside WebKit.
54 } // namespace WebKit
/external/chromium_org/third_party/WebKit/public/web/
H A DWebKit.h36 namespace WebKit { namespace
38 // Must be called on the thread that will be the main WebKit thread before
39 // using any other WebKit APIs. The provided Platform; must be
43 // Must be called on the thread that will be the main WebKit thread before
44 // using any other WebKit APIs. The provided Platform must be
51 // be accessed. No other WebKit objects should be in use when this function is
52 // called. Any background threads created by WebKit are promised to be
57 // be accessed. No other WebKit objects should be in use when this function is
58 // called. Any background threads created by WebKit are promised to be
61 // If initializeWithoutV8() was used to initialize WebKit, shutdownWithoutV
[all...]
/external/chromium_org/third_party/WebKit/public/web/default/
H A DWebRenderTheme.h36 namespace WebKit { namespace
41 } // namespace WebKit
/external/chromium/webkit/glue/media/
H A Daudio_decoder.h10 namespace WebKit { class WebAudioBus; } namespace
15 bool DecodeAudioFileData(WebKit::WebAudioBus* destination_bus, const char* data,
/external/chromium_org/cc/resources/
H A Dsync_point_helper.h11 namespace WebKit { class WebGraphicsContext3D; } namespace
23 static void SignalSyncPoint(WebKit::WebGraphicsContext3D* context3d,
32 static void SignalQuery(WebKit::WebGraphicsContext3D* context3d,
/external/chromium_org/chrome/renderer/extensions/
H A Dresource_request_policy.h13 namespace WebKit { namespace
28 WebKit::WebFrame* frame,
34 WebKit::WebFrame* frame);
/external/chromium_org/chrome/renderer/
H A Dweb_apps.h14 namespace WebKit { namespace
39 bool ParseWebAppFromWebDocument(WebKit::WebFrame* frame,
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_window_utils.h12 namespace WebKit { namespace
19 GdkWindow* gdk_window, WebKit::WebScreenInfo* results);
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.h11 namespace WebKit { namespace
20 WebKit::WebKeyboardEvent* event,
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_callback_adapters.h17 namespace WebKit { namespace
24 WebKit::WebFileSystemCallbacks* callbacks,
28 WebKit::WebFileSystemCallbacks* callbacks,
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.h12 namespace WebKit { namespace
28 WebKit::WebFontFamily* family);
31 WebKit::WebFontRenderStyle* out);
H A Dgamepad_user_gesture.h8 namespace WebKit { namespace
16 bool GamepadsHaveUserGesture(const WebKit::WebGamepads& gamepads);
/external/chromium_org/content/public/renderer/
H A Dhistory_item_serialization.h12 namespace WebKit { namespace
20 const WebKit::WebHistoryItem& item);
21 CONTENT_EXPORT WebKit::WebHistoryItem PageStateToHistoryItem(
H A Dpassword_form_conversion_utils.h11 namespace WebKit { namespace
24 const WebKit::WebFormElement& form);
/external/chromium_org/content/public/test/
H A Dlayouttest_support.h10 namespace WebKit { namespace
41 void SetMockGamepads(const WebKit::WebGamepads& pads);
45 void SetMockDeviceMotionData(const WebKit::WebDeviceMotionData& data);
60 const WebKit::WebSize& new_size);
67 const WebKit::WebSize& min_size,
68 const WebKit::WebSize& max_size);
70 const WebKit::WebSize& new_size);
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.h8 namespace WebKit { namespace
17 static ContextMenuParams Build(const WebKit::WebContextMenuData& data);
H A Dcursor_utils.h10 namespace WebKit { namespace
16 // Adapts our cursor info to WebKit::WebCursorInfo.
18 WebKit::WebCursorInfo* webkit_cursor_info);
20 // Adapts WebKit::CursorInfo to our cursor.
23 const WebKit::WebCursorInfo& webkit_cursor_info);

Completed in 479 milliseconds

1234567891011>>