Searched refs:WebCore (Results 76 - 100 of 6663) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h47 class FrameLoaderClientImpl : public WebCore::FrameLoaderClient {
54 // WebCore::FrameLoaderClient ----------------------------------------------
61 virtual void dispatchDidClearWindowObjectInWorld(WebCore::DOMWrapperWorld*);
79 virtual void makeRepresentation(WebCore::DocumentLoader*);
85 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&);
86 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
87 virtual bool shouldUseCredentialStorage(WebCore
[all...]
H A DChromeClientImpl.h39 namespace WebCore { namespace
55 // Handles window-level notifications from WebCore on behalf of a WebView.
56 class ChromeClientImpl : public WebCore::ChromeClientChromium {
65 virtual void setWindowRect(const WebCore::FloatRect&);
66 virtual WebCore::FloatRect windowRect();
67 virtual WebCore::FloatRect pageRect();
71 virtual bool canTakeFocus(WebCore::FocusDirection);
72 virtual void takeFocus(WebCore::FocusDirection);
73 virtual void focusedNodeChanged(WebCore::Node*);
74 virtual void focusedFrameChanged(WebCore
122 scrollRectIntoView( const WebCore::IntRect&, const WebCore::ScrollView*) const argument
[all...]
H A DDragScrollTimer.h38 namespace WebCore { class FrameView; } namespace
51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); }
52 void triggerScroll(WebCore::FrameView*, const WebPoint&);
58 WebCore::IntSize scrollDistanceFor(WebCore::FrameView*, const WebPoint&) const;
61 WebCore::Timer<DragScrollTimer> m_timer;
62 WebCore::FrameView* m_view;
63 WebCore::IntSize m_lastDistance;
H A DWebTextRun.cpp36 using namespace WebCore;
40 WebTextRun::operator WebCore::TextRun() const
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h42 class FrameLoaderClient : public WebCore::FrameLoaderClient {
52 virtual void makeRepresentation(WebCore::DocumentLoader*);
61 virtual void assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest&);
63 virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
64 virtual bool shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier);
65 virtual void dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, const WebCore
[all...]
H A DFrameNetworkingContextGtk.h27 class FrameNetworkingContextGtk : public WebCore::FrameNetworkingContext {
29 static PassRefPtr<FrameNetworkingContextGtk> create(WebCore::Frame* frame)
34 WebCore::Frame* coreFrame() const { return frame(); }
37 FrameNetworkingContextGtk(WebCore::Frame* frame)
38 : WebCore::FrameNetworkingContext(frame)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebFrameNetworkingContext.h23 #include <WebCore/FrameNetworkingContext.h>
24 #include <WebCore/ResourceError.h>
25 #include <WebCore/ResourceRequest.h>
27 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
35 WebFrameNetworkingContext(WebCore::Frame* frame)
36 : WebCore::FrameNetworkingContext(frame)
42 virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) const;
/external/webkit/Source/WebKit2/WebProcess/Cookies/cf/
H A DWebCookieManagerCFNet.cpp30 #include <WebCore/CookieStorage.h>
31 #include <WebCore/CookieStorageCFNet.h>
37 CFHTTPCookieStorageSetCookieAcceptPolicy(WebCore::defaultCookieStorage(), policy);
39 CFHTTPCookieStorageRef privateBrowsingCookieStorage = WebCore::privateBrowsingCookieStorage();
47 return CFHTTPCookieStorageGetCookieAcceptPolicy(WebCore::currentCookieStorage());
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKSharedAPICast.h46 #include <WebCore/ContextMenuItem.h>
47 #include <WebCore/FloatRect.h>
48 #include <WebCore/FrameLoaderTypes.h>
49 #include <WebCore/IntRect.h>
174 inline ProxyingRefPtr<WebError> toAPI(const WebCore::ResourceError& error)
179 inline ProxyingRefPtr<WebURLRequest> toAPI(const WebCore::ResourceRequest& request)
184 inline ProxyingRefPtr<WebURLResponse> toAPI(const WebCore::ResourceResponse& response)
191 inline WebCore::FloatRect toFloatRect(const WKRect& wkRect)
193 return WebCore::FloatRect(static_cast<float>(wkRect.origin.x), static_cast<float>(wkRect.origin.y),
197 inline WebCore
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.h30 #include <WebCore/COMPtr.h>
31 #include <WebCore/IntRect.h>
32 #include <WebCore/PluginView.h>
34 namespace WebCore { namespace
41 class EmbeddedWidget : public WebCore::Widget, public WebCore::PluginManualLoader {
43 static PassRefPtr<EmbeddedWidget> create(IWebEmbeddedView*, WebCore::Element* element, HWND parentWindow, const WebCore::IntSize&);
47 EmbeddedWidget(IWebEmbeddedView* view, WebCore::Element* element)
56 bool createWindow(HWND parentWindow, const WebCore
[all...]
H A DWebChromeClient.h27 #include <WebCore/ChromeClient.h>
28 #include <WebCore/COMPtr.h>
29 #include <WebCore/GraphicsContext.h>
30 #include <WebCore/FocusDirection.h>
31 #include <WebCore/ScrollTypes.h>
40 class WebChromeClient : public WebCore::ChromeClient {
47 virtual void setWindowRect(const WebCore::FloatRect&);
48 virtual WebCore::FloatRect windowRect();
50 virtual WebCore::FloatRect pageRect();
57 virtual bool canTakeFocus(WebCore
146 formStateDidChange(const WebCore::Node*) argument
159 scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const argument
[all...]
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCustomVoidCallback.cpp45 WebCore::VoidCallback* toWebCore(const WebDOMCustomVoidCallback& callback)
47 return const_cast<WebCore::VoidCallback*>((WebCore::VoidCallback*)&callback);
/external/webkit/Source/WebCore/platform/graphics/
H A DIntPointHash.h31 static unsigned hash(const WebCore::IntPoint& p) { return WTF::intHash(static_cast<uint64_t>(p.x()) << 32 | p.y()); }
32 static bool equal(const WebCore::IntPoint& a, const WebCore::IntPoint& b) { return a == b; }
35 template<> struct HashTraits<WebCore::IntPoint> : GenericHashTraits<WebCore::IntPoint> {
37 static WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min()); }
39 static void constructDeletedValue(WebCore::IntPoint& slot) { slot = WebCore::IntPoint(std::numeric_limits<int>::min(), 0); }
40 static bool isDeletedValue(const WebCore
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptWorldInternal.h27 namespace WebCore { namespace
31 WebCore::DOMWrapperWorld* core(WebScriptWorld *);
34 + (WebScriptWorld *)findOrCreateWorld:(WebCore::DOMWrapperWorld*)world;
/external/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.h29 #include <WebCore/PlatformKeyboardEvent.h>
30 #include <WebCore/PlatformMouseEvent.h>
31 #include <WebCore/PlatformWheelEvent.h>
34 #include <WebCore/PlatformGestureEvent.h>
38 #include <WebCore/PlatformTouchEvent.h>
39 #include <WebCore/PlatformTouchPoint.h>
57 WebCore::PlatformMouseEvent platform(const WebMouseEvent&);
58 WebCore::PlatformWheelEvent platform(const WebWheelEvent&);
59 WebCore::PlatformKeyboardEvent platform(const WebKeyboardEvent&);
62 WebCore
[all...]
/external/webkit/Source/WebKit2/Shared/cairo/
H A DShareableBitmapCairo.cpp29 #include <WebCore/GraphicsContext.h>
30 #include <WebCore/NotImplemented.h>
32 using namespace WebCore;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h30 #import <WebCore/ChromeClient.h>
31 #import <WebCore/FocusDirection.h>
36 class WebChromeClient : public WebCore::ChromeClient {
43 virtual void setWindowRect(const WebCore::FloatRect&);
44 virtual WebCore::FloatRect windowRect();
46 virtual WebCore::FloatRect pageRect();
53 virtual bool canTakeFocus(WebCore::FocusDirection);
54 virtual void takeFocus(WebCore::FocusDirection);
56 virtual void focusedNodeChanged(WebCore::Node*);
57 virtual void focusedFrameChanged(WebCore
148 formStateDidChange(const WebCore::Node*) argument
[all...]
H A DWebGeolocationClient.h26 #import <WebCore/GeolocationClient.h>
28 namespace WebCore { namespace
35 class WebGeolocationClient : public WebCore::GeolocationClient {
45 WebCore::GeolocationPosition* lastPosition();
47 void requestPermission(WebCore::Geolocation*);
48 void cancelPermissionRequest(WebCore::Geolocation*) { };
/external/webkit/Source/WebCore/
H A Dmake-generated-sources.sh4 export WebCore=$PWD
6 mkdir -p DerivedSources/WebCore &&
7 make -C DerivedSources/WebCore -f ../../DerivedSources.make $@
/external/webkit/Source/WebCore/platform/
H A DThreadCheck.h29 namespace WebCore { namespace
45 extern "C" void WebCoreReportThreadViolation(const char* function, WebCore::ThreadViolationRound);
47 #define WebCoreThreadViolationCheckRoundOne() ::WebCore::reportThreadViolation(WTF_PRETTY_FUNCTION, WebCore::ThreadViolationRoundOne)
48 #define WebCoreThreadViolationCheckRoundTwo() ::WebCore::reportThreadViolation(WTF_PRETTY_FUNCTION, WebCore::ThreadViolationRoundTwo)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameNetworkingContextAndroid.h31 namespace WebCore { namespace
38 class FrameNetworkingContextAndroid : public WebCore::FrameNetworkingContext {
40 static PassRefPtr<FrameNetworkingContextAndroid> create(WebCore::Frame* frame)
46 FrameNetworkingContextAndroid(WebCore::Frame*);
48 virtual WebCore::MainResourceLoader* mainResourceLoader() const;
49 virtual WebCore::FrameLoaderClient* frameLoaderClient() const;
/external/webkit/Source/WebKit/android/jni/
H A DAndroidHitTestResult.h44 AndroidHitTestResult(WebViewCore*, WebCore::HitTestResult&);
47 WebCore::HitTestResult& hitTestResult() { return m_hitTestResult; }
48 Vector<WebCore::IntRect>& highlightRects() { return m_highlightRects; }
50 void setURLElement(WebCore::Element* element);
57 Vector<WebCore::IntRect> enclosingParentRects(WebCore::Node* node);
60 WebCore::HitTestResult m_hitTestResult;
61 Vector<WebCore::IntRect> m_highlightRects;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownloadprivate.h30 WebKitDownload* webkit_download_new_with_handle(WebKitNetworkRequest*, WebCore::ResourceHandle*, const WebCore::ResourceResponse&);
H A Dwebkitnetworkrequestprivate.h28 WebCore::ResourceRequest core(WebKitNetworkRequest*);
29 WebKitNetworkRequest* kitNew(const WebCore::ResourceRequest&);
H A Dwebkitnetworkresponseprivate.h30 WebCore::ResourceResponse core(WebKitNetworkResponse*);
31 WebKitNetworkResponse* kitNew(const WebCore::ResourceResponse&);

Completed in 301 milliseconds

1234567891011>>