HomeSort by relevance Sort by last modified time
    Searched refs:WebCore (Results 151 - 175 of 6660) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameNetworkingContext.h 23 #include <WebCore/FrameNetworkingContext.h>
24 #include <WebCore/ResourceError.h>
26 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
28 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame*, const WTF::String& userAgent);
31 WebFrameNetworkingContext(WebCore::Frame* frame, const WTF::String& userAgent)
32 : WebCore::FrameNetworkingContext(frame)
39 virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) const;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/gtk/
InjectedBundleGtk.cpp 32 #include <WebCore/NotImplemented.h>
34 using namespace WebCore;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 31 #include <WebCore/GraphicsLayerClient.h>
36 class LayerTreeHostCA : public LayerTreeHost, WebCore::GraphicsLayerClient {
43 WebCore::GraphicsLayer* rootLayer() const { return m_rootLayer.get(); }
50 virtual void sizeDidChange(const WebCore::IntSize& newSize);
60 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*);
62 virtual void setNonCompositedContentsNeedDisplay(const WebCore::IntRect&);
63 virtual void scrollNonCompositedContents(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
67 virtual void setPageOverlayNeedsDisplay(const WebCore::IntRect&);
70 virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 29 #include <WebCore/EditorClient.h>
30 #include <WebCore/TextCheckerClient.h>
36 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
46 virtual bool shouldDeleteRange(WebCore::Range*);
47 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
58 virtual bool shouldBeginEditing(WebCore::Range*);
59 virtual bool shouldEndEditing(WebCore::Range*);
60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 39 namespace WebCore {
47 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient {
54 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
62 virtual bool shouldBeginEditing(WebCore::Range*);
63 virtual bool shouldEndEditing(WebCore::Range*);
64 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
65 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction)
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 31 #import <WebCore/EditorClient.h>
32 #import <WebCore/TextCheckerClient.h>
40 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
55 virtual bool shouldDeleteRange(WebCore::Range*);
56 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
58 virtual bool shouldBeginEditing(WebCore::Range*);
59 virtual bool shouldEndEditing(WebCore::Range*);
60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
IntSizeHash.h 29 template<> struct IntHash<WebCore::IntSize> {
30 static unsigned hash(const WebCore::IntSize& key) { return intHash((static_cast<uint64_t>(key.width()) << 32 | key.height())); }
31 static bool equal(const WebCore::IntSize& a, const WebCore::IntSize& b) { return a == b; }
34 template<> struct DefaultHash<WebCore::IntSize> { typedef IntHash<WebCore::IntSize> Hash; };
36 template<> struct HashTraits<WebCore::IntSize> : GenericHashTraits<WebCore::IntSize> {
39 static void constructDeletedValue(WebCore::IntSize& slot) { new (&slot) WebCore::IntSize(-1, -1);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleAPICast.h 33 #include <WebCore/EditorInsertAction.h>
34 #include <WebCore/TextAffinity.h>
35 #include <WebCore/UserContentTypes.h>
36 #include <WebCore/UserScriptTypes.h>
38 namespace WebCore {
60 WK_ADD_API_MAPPING(WKBundleCSSStyleDeclarationRef, WebCore::CSSStyleDeclaration)
73 inline WKInsertActionType toAPI(WebCore::EditorInsertAction action)
76 case WebCore::EditorInsertActionTyped:
79 case WebCore::EditorInsertActionPasted:
82 case WebCore::EditorInsertActionDropped
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.h 32 namespace WebCore {
38 WebCore::AccessibilityObject* m_object;
41 - (id)initWithAccessibilityObject:(WebCore::AccessibilityObject*)axObject;
43 - (WebCore::AccessibilityObject*)accessibilityObject;
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.h 33 namespace WebCore {
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWrapper.cpp 33 namespace WebCore {
43 } // namespace WebCore
JSMemoryInfoCustom.cpp 37 namespace WebCore {
44 } // namespace WebCore
  /external/webkit/Source/WebCore/bindings/v8/
ScopedDOMDataStore.h 36 namespace WebCore {
54 } // namespace WebCore
  /external/webkit/Source/WebCore/css/
CSSHelper.h 27 namespace WebCore {
34 } // namespace WebCore
CSSInheritedValue.cpp 26 namespace WebCore {
38 } // namespace WebCore
CSSInitialValue.cpp 26 namespace WebCore {
38 } // namespace WebCore
CSSReflectionDirection.h 29 namespace WebCore {
33 } // namespace WebCore
CSSUnknownRule.h 27 namespace WebCore {
34 } // namespace WebCore
  /external/webkit/Source/WebCore/dom/
BeforeProcessEvent.cpp 30 namespace WebCore {
44 } // namespace WebCore
DataTransferItem.cpp 36 namespace WebCore {
41 } // namespace WebCore
FragmentScriptingPermission.h 29 namespace WebCore {
NodeFilterCondition.cpp 30 namespace WebCore {
37 } // namespace WebCore
ScriptableDocumentParser.cpp 29 namespace WebCore {
  /external/webkit/Source/WebCore/editing/
EditingBehaviorTypes.h 24 namespace WebCore {
45 } // WebCore namespace
EditingBoundary.h 29 namespace WebCore {

Completed in 812 milliseconds

1 2 3 4 5 67 8 91011>>