Searched refs:styleText (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleTextEditor.h44 InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const SourceRange& styleRange, const NewLineAndWhitespace& format);
47 const String& styleText() const { return m_styleText; } function in class:blink::InspectorStyleTextEditor
H A DInspectorStyleTextEditor.cpp34 InspectorStyleTextEditor::InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const SourceRange& styleRange, const NewLineAndWhitespace& format) argument
36 , m_styleText(styleText)
H A DInspectorStyleSheet.h114 bool styleText(String* result) const;
H A DInspectorStyleSheet.cpp581 bool success = styleText(&text);
601 return m_parentStyleSheet->setStyleText(m_styleId, editor.styleText());
604 bool InspectorStyle::styleText(String* result) const
840 return inspectorStyle->styleText(text);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js3330 * @param {string} styleText
3335 applyStyleText: function(styleText, updateInterface, majorChange, isRevert)
3337 this._applyStyleThrottler.schedule(this._innerApplyStyleText.bind(this, styleText, updateInterface, majorChange, isRevert));
3341 * @param {string} styleText
3347 _innerApplyStyleText: function(styleText, updateInterface, majorChange, isRevert, finishedCallback)
3371 styleText = styleText.replace(/\s/g, " ").trim(); // Replace &nbsp; with whitespace.
3372 var styleTextLength = styleText.length;
3422 if (styleText.length && !/;\s*$/.test(styleText))
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp758 String styleText = styleAtInsertionPos->style()->asText(); local
762 if (styleText != wrappingStyleSpan->getAttribute(styleAttr))

Completed in 168 milliseconds