Home
last modified time | relevance | path

Searched defs:CSSStyleDeclaration (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStylable.h31 class CSSStyleDeclaration; variable
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.h36 class CSSStyleDeclaration; variable
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.h43 class CSSStyleDeclaration; variable
238 virtual unsigned ruleIndexByStyle(CSSStyleDeclaration*) const { return 0; } in ruleIndexByStyle() argument
242 virtual void forgetInspectorStyle(CSSStyleDeclaration*) { } in forgetInspectorStyle() argument
DInspectorCSSAgent.h41 class CSSStyleDeclaration; variable
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameInternal.h50 class CSSStyleDeclaration; variable
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleAPICast.h39 class CSSStyleDeclaration; variable
/external/webkit/Source/WebCore/page/
DEditorClient.h59 class CSSStyleDeclaration; variable
DDOMWindow.h39 class CSSStyleDeclaration; variable
/external/webkit/Source/WebCore/bindings/js/
DJSCSSStyleDeclarationCustom.cpp143 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& … in canGetItemsForName() argument
/external/webkit/Source/WebCore/dom/
DAttribute.h34 class CSSStyleDeclaration; variable
DDocument.h53 class CSSStyleDeclaration; variable
/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.cpp36 CSSStyleDeclaration::CSSStyleDeclaration(CSSRule* parent) in CSSStyleDeclaration() function in WebCore::CSSStyleDeclaration
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp278 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() argument
284 bool WebEditorClient::shouldChangeTypingStyle(CSSStyleDeclaration* /*currentStyle*/, CSSStyleDeclar… in shouldChangeTypingStyle() argument
/external/webkit/Source/WebCore/editing/
DEditingStyle.h44 class CSSStyleDeclaration; variable
DEditor.h51 class CSSStyleDeclaration; variable
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp147 bool EditorClientHaiku::shouldApplyStyle(WebCore::CSSStyleDeclaration*, in shouldApplyStyle()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp105 bool EditorClientWinCE::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp106 bool EditorClientEfl::shouldApplyStyle(CSSStyleDeclaration*, Range*) in shouldApplyStyle() argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp77 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() argument
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp226 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*, in shouldApplyStyle() argument
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js221 WebInspector.CSSStyleDeclaration = function(payload) class in WebInspector
/external/webkit/Source/WebCore/loader/
DEmptyClients.h457 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*) { return false; } in shouldApplyStyle() argument