HomeSort by relevance Sort by last modified time
    Searched refs:WebKit (Results 276 - 300 of 1821) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.h 30 #import <WebKit/WebKit.h>
GCControllerMac.mm 33 #import <WebKit/WebCoreStatistics.h>
AccessibilityControllerMac.mm 33 #import <WebKit/WebFrame.h>
34 #import <WebKit/WebFramePrivate.h>
35 #import <WebKit/WebHTMLView.h>
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.h 29 #import <WebKit/DOMCore.h>
30 #import <WebKit/DOMHTML.h>
31 #import <WebKit/DOMRange.h>
57 @discussion This method constructs a URL given an attribute string just as WebKit does.
  /external/chromium/webkit/glue/
webkit_glue.h 20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCanvas.h"
21 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileError.h"
35 namespace WebKit {
41 namespace webkit { namespace
50 //---- BEGIN FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE -----------------------------
58 string16 DumpDocumentText(WebKit::WebFrame* web_frame);
63 string16 DumpFramesAsText(WebKit::WebFrame* web_frame, bool recursive);
66 string16 DumpRenderer(WebKit::WebFrame* web_frame)
    [all...]
idb_bindings.cc 5 #include "webkit/glue/idb_bindings.h"
11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyPath.h"
13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h"
14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
18 using WebKit::WebIDBKey
    [all...]
image_resource_fetcher.cc 5 #include "webkit/glue/image_resource_fetcher.h"
8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
10 #include "webkit/glue/image_decoder.h"
13 using WebKit::WebFrame;
14 using WebKit::WebURLRequest;
15 using WebKit::WebURLResponse;
webcursor.h 33 namespace WebKit {
45 explicit WebCursor(const WebKit::WebCursorInfo& cursor_info);
53 void InitFromCursorInfo(const WebKit::WebCursorInfo& cursor_info);
54 void GetCursorInfo(WebKit::WebCursorInfo* cursor_info) const;
131 void SetCustomData(const WebKit::WebImage& image);
132 void ImageFromCustomData(WebKit::WebImage* image) const;
151 // A custom cursor created from custom bitmap data by Webkit.
image_decoder.cc 5 #include "webkit/glue/image_decoder.h"
7 #include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h"
8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebImage.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h"
16 using WebKit::WebData;
17 using WebKit::WebImage;
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 14 using WebKit::WebTextDirection;
22 icon, title, text, WebKit::WebTextDirectionDefault);
34 WebTextDirection dir = WebKit::WebTextDirectionDefault;
41 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ?
44 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ?
  /external/webkit/Source/WebKit/chromium/src/
StorageNamespaceProxy.cpp 36 #include "WebKit.h"
47 return adoptRef(new StorageNamespaceProxy(WebKit::webKitClient()->createLocalStorageNamespace(path, quota), LocalStorage));
52 WebKit::WebViewClient* webViewClient = static_cast<WebKit::WebViewImpl*>(page->chrome()->client()->webView())->client();
56 StorageNamespaceProxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType)
69 WebKit::WebStorageNamespace* newNamespace = m_storageNamespace->copy();
WebGeolocationPermissionRequestManager.cpp 41 namespace WebKit {
49 using namespace WebKit;
51 int WebGeolocationPermissionRequestManager::add(const WebKit::WebGeolocationPermissionRequest& permissionRequest)
61 bool WebGeolocationPermissionRequestManager::remove(const WebKit::WebGeolocationPermissionRequest& permissionRequest, int& id)
73 bool WebGeolocationPermissionRequestManager::remove(int id, WebKit::WebGeolocationPermissionRequest& permissionRequest)
AsyncFileWriterChromium.cpp 52 void AsyncFileWriterChromium::setWebFileWriter(PassOwnPtr<WebKit::WebFileWriter> writer)
60 m_writer->write(position, WebKit::WebURL(data->url()));
86 void AsyncFileWriterChromium::didFail(WebKit::WebFileError error)
StorageAreaProxy.h 33 namespace WebKit { class WebStorageArea; }
42 StorageAreaProxy(WebKit::WebStorageArea*, StorageType);
57 OwnPtr<WebKit::WebStorageArea> m_storageArea;
  /external/chromium/chrome/common/
spellcheck_messages.h 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextCheckingResult.h"
14 IPC_ENUM_TRAITS(WebKit::WebTextCheckingResult::Error)
16 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebTextCheckingResult)
31 int /* request identifier given by WebKit */,
33 std::vector<WebKit::WebTextCheckingResult>)
94 int /* request identifier given by WebKit */,
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.h 31 namespace WebKit {
40 RefPtr<WebKit::WebFrameProxy> _webFrame;
60 - (id)initWithFrameProxy:(WebKit::WebFrameProxy*)frame view:(NSView *)wkView;
WKViewInternal.h 39 namespace WebKit {
48 - (PassOwnPtr<WebKit::DrawingAreaProxy>)_createDrawingAreaProxy;
61 - (void)_setFindIndicator:(PassRefPtr<WebKit::FindIndicator>)findIndicator fadeOut:(BOOL)fadeOut;
63 - (void)_enterAcceleratedCompositingMode:(const WebKit::LayerTreeContext&)layerTreeContext;
73 - (void)_findStringInCustomRepresentation:(NSString *)string withFindOptions:(WebKit::FindOptions)options maxMatchCount:(NSUInteger)count;
74 - (void)_countStringMatchesInCustomRepresentation:(NSString *)string withFindOptions:(WebKit::FindOptions)options maxMatchCount:(NSUInteger)count;
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h 50 namespace WebKit {
68 WebKit::WebURL testUrl;
87 WebKit::WebView* webView() const { return m_webView; }
99 void bindJSObjectsToWindow(WebKit::WebFrame*);
106 void loadURL(const WebKit::WebURL& url);
111 void setFocus(WebKit::WebWidget*, bool enable);
156 WebViewHost* createNewWindow(const WebKit::WebURL&);
160 static void resizeWindowForTest(WebViewHost*, const WebKit::WebURL&);
175 WebViewHost* createNewWindow(const WebKit::WebURL&, DRTDevToolsAgent*);
179 void resetWebSettings(WebKit::WebView&)
    [all...]
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.h 20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
59 int renderer_id, const WebKit::WebCache::UsageStats& stats);
79 struct RendererInfo : WebKit::WebCache::UsageStats {
141 WebKit::WebCache::UsageStats* stats);
147 const WebKit::WebCache::UsageStats& stats);
157 const WebKit::WebCache::UsageStats& active_stats,
159 const WebKit::WebCache::UsageStats& inactive_stats,
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view.h 11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"
46 WebKit::WebDragOperationsMask ops,
51 virtual void SetDragCursor(WebKit::WebDragOperation operation) = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DocumentLoaderGtk.h 42 namespace WebKit {
46 static PassRefPtr<WebKit::DocumentLoader> create(const WebCore::ResourceRequest& request, const WebCore::SubstituteData& data)
72 } // end namespace WebKit
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabasePrivate.h 29 #import <WebKit/WebIconDatabase.h>
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHostTypes.defs 29 import <WebKit/WebKitPluginHostTypes.h>;
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSourcePrivate.h 29 #import <WebKit/WebDataSource.h>
WebFrameViewPrivate.h 29 #import <WebKit/WebFrameView.h>
33 // FIXME: This method was used by Safari 4.0.x and older versions, but has not been used by any other WebKit
35 // once we no longer need to keep nightly WebKit builds working with Safari 4.0.x and earlier.
43 // FIXME: This method was used by Safari 4.0.x and older versions, but has not been used by any other WebKit
45 // once we no longer need to keep nightly WebKit builds working with Safari 4.0.x and earlier.

Completed in 311 milliseconds

<<11121314151617181920>>