Searched refs:WebCore (Results 176 - 200 of 6663) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/public/
H A DWebURLError.h38 namespace WebCore { class ResourceError; } namespace
61 WebURLError(const WebCore::ResourceError&);
62 WebURLError& operator=(const WebCore::ResourceError&);
63 operator WebCore::ResourceError() const;
/external/webkit/Source/WebKit/chromium/src/
H A DFrameNetworkingContextImpl.h27 class FrameNetworkingContextImpl : public WebCore::FrameNetworkingContext {
29 static PassRefPtr<FrameNetworkingContextImpl> create(WebCore::Frame* frame)
35 FrameNetworkingContextImpl(WebCore::Frame* frame)
36 : WebCore::FrameNetworkingContext(frame)
H A DIDBDatabaseBackendProxy.h40 class IDBDatabaseBackendProxy : public WebCore::IDBDatabaseBackendInterface {
42 static PassRefPtr<WebCore::IDBDatabaseBackendInterface> create(PassOwnPtr<WebIDBDatabase>);
47 virtual PassRefPtr<WebCore::DOMStringList> objectStoreNames() const;
49 virtual PassRefPtr<WebCore::IDBObjectStoreBackendInterface> createObjectStore(const String& name, const String& keyPath, bool autoIncrement, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionCode&);
50 virtual void deleteObjectStore(const String& name, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionCode&);
51 virtual void setVersion(const String& version, PassRefPtr<WebCore::IDBCallbacks>, PassRefPtr<WebCore
[all...]
H A DWebCrossOriginPreflightResultCache.cpp40 WebCore::CrossOriginPreflightResultCache::shared().empty();
H A DWebGlyphCache.cpp36 using namespace WebCore;
H A DWebNetworkStateNotifier.cpp36 using namespace WebCore;
H A DGeolocationClientProxy.h33 namespace WebCore { namespace
40 class GeolocationClientProxy : public WebCore::GeolocationClient {
44 void setController(WebCore::GeolocationController *controller);
49 virtual WebCore::GeolocationPosition* lastPosition();
51 virtual void requestPermission(WebCore::Geolocation*);
52 virtual void cancelPermissionRequest(WebCore::Geolocation*);
56 RefPtr<WebCore::GeolocationPosition> m_lastPosition;
H A DIDBFactoryBackendProxy.h36 namespace WebCore { class DOMStringList; } namespace
42 class IDBFactoryBackendProxy : public WebCore::IDBFactoryBackendInterface {
44 static PassRefPtr<WebCore::IDBFactoryBackendInterface> create();
47 PassRefPtr<WebCore::DOMStringList> databases(void) const;
48 virtual void open(const String& name, PassRefPtr<WebCore::IDBCallbacks>, PassRefPtr<WebCore::SecurityOrigin>, WebCore::Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitgeolocationpolicydecisionprivate.h30 WebKitGeolocationPolicyDecision* webkit_geolocation_policy_decision_new(WebKitWebFrame*, WebCore::Geolocation*);
H A Dwebkithittestresultprivate.h31 WebKitHitTestResult* kit(const WebCore::HitTestResult&);
H A Dwebkitwebbackforwardlistprivate.h30 WebCore::BackForwardListImpl* core(WebKitWebBackForwardList*);
H A Dwebkitwebwindowfeaturesprivate.h30 WebKitWebWindowFeatures* kitNew(const WebCore::WindowFeatures&);
/external/webkit/Source/WebKit/mac/History/
H A DWebBackForwardListInternal.h32 namespace WebCore { namespace
36 WebCore::BackForwardListImpl* core(WebBackForwardList *);
37 WebBackForwardList *kit(WebCore::BackForwardListImpl*);
40 - (id)initWithBackForwardList:(PassRefPtr<WebCore::BackForwardListImpl>)backForwardList;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebLocalizableStringsInternal.mm28 #import <WebCore/LocalizedStrings.h>
31 using namespace WebCore;
/external/webkit/Source/WebKit/mac/Storage/
H A DWebDatabaseTrackerClient.h31 #import <WebCore/DatabaseTrackerClient.h>
33 class WebDatabaseTrackerClient : public WebCore::DatabaseTrackerClient {
38 virtual void dispatchDidModifyOrigin(WebCore::SecurityOrigin*);
39 virtual void dispatchDidModifyDatabase(WebCore::SecurityOrigin*, const WTF::String& databaseIdentifier);
/external/webkit/Source/WebKit/mac/Workers/
H A DWebWorkersPrivate.mm33 #import <WebCore/WorkerThread.h>
40 return WebCore::WorkerThread::workerThreadCount();
/external/webkit/Source/WebKit/win/
H A DAccessibleDocument.cpp29 #include <WebCore/AXObjectCache.h>
30 #include <WebCore/Document.h>
31 #include <WebCore/RenderObject.h>
33 using namespace WebCore;
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameNetworkingContextWinCE.cpp31 using namespace WebCore;
51 WebCore::ResourceError FrameNetworkingContextWinCE::blockedError(const WebCore::ResourceRequest&) const
54 return WebCore::ResourceError();
/external/webkit/Source/WebKit2/Shared/
H A DWebURLResponse.cpp31 WebURLResponse::WebURLResponse(const WebCore::ResourceResponse& response)
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.h31 #include <WebCore/EditorInsertAction.h>
32 #include <WebCore/TextAffinity.h>
35 namespace WebCore { namespace
48 bool shouldBeginEditing(WebPage*, WebCore::Range*);
49 bool shouldEndEditing(WebPage*, WebCore::Range*);
50 bool shouldInsertNode(WebPage*, WebCore::Node*, WebCore::Range* rangeToReplace, WebCore::EditorInsertAction);
51 bool shouldInsertText(WebPage*, StringImpl*, WebCore::Range* rangeToReplace, WebCore
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
H A DWebPopupMenuQt.cpp31 using namespace WebCore;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDeviceMotionClientAndroid.h31 namespace WebCore { namespace
41 class DeviceMotionClientAndroid : public WebCore::DeviceMotionClient {
48 virtual void setController(WebCore::DeviceMotionController*);
51 virtual WebCore::DeviceMotionData* currentDeviceMotion() const;
55 WebCore::DeviceMotionClient* client() const;
58 WebCore::DeviceMotionController* m_controller;
60 mutable WebCore::DeviceMotionClient* m_client;
H A DDeviceOrientationClientAndroid.h31 namespace WebCore { namespace
41 class DeviceOrientationClientAndroid : public WebCore::DeviceOrientationClient {
48 virtual void setController(WebCore::DeviceOrientationController*);
51 virtual WebCore::DeviceOrientation* lastOrientation() const;
55 WebCore::DeviceOrientationClient* client() const;
58 WebCore::DeviceOrientationController* m_controller;
60 mutable WebCore::DeviceOrientationClient* m_client;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h31 namespace WebCore { namespace
37 class ChromeClient : public WebCore::ChromeClient {
44 virtual void setWindowRect(const WebCore::FloatRect&);
45 virtual WebCore::FloatRect windowRect();
47 virtual WebCore::FloatRect pageRect();
54 virtual bool canTakeFocus(WebCore::FocusDirection);
55 virtual void takeFocus(WebCore::FocusDirection);
57 virtual void focusedNodeChanged(WebCore::Node*);
58 virtual void focusedFrameChanged(WebCore::Frame*);
60 virtual WebCore
129 formStateDidChange(const WebCore::Node*) argument
133 scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const argument
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebGeolocationClient.h29 #include <WebCore/COMPtr.h>
30 #include <WebCore/GeolocationClient.h>
32 namespace WebCore { namespace
39 class WebGeolocationClient : public WebCore::GeolocationClient {
47 virtual WebCore::GeolocationPosition* lastPosition();
49 virtual void requestPermission(WebCore::Geolocation*);
50 virtual void cancelPermissionRequest(WebCore::Geolocation*) { }

Completed in 2987 milliseconds

1234567891011>>