Home
last modified time | relevance | path

Searched defs:styleText (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp158 GOwnPtr<gchar> styleText(webkit_dom_css_style_declaration_get_css_text(style)); in shouldApplyStyle() local
/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp572 String styleText = styleAtInsertionPos->style()->cssText(); in handleStyleSpansBeforeInsertion() local
DEditor.cpp2938 String styleText = typingStyle->style()->cssText() + " display: inline"; in styleForSelectionStart() local
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js1913 applyStyleText: function(styleText, updateInterface) argument
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp351 bool InspectorStyle::styleText(String* result) const in styleText() function in WebCore::InspectorStyle