Searched refs:applyStyleText (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | StylesSidebarPane.js | 2029 …this.applyStyleText(nameElement.textContent + ": " + valueElement.textContent, false, false, false… 2042 this.applyStyleText(propertyText, true, true, false); 2639 … this.applyStyleText(this.nameElement.textContent + ": " + valueText, false, false, false); 2681 this.applyStyleText(originalPropertyText, true, false, true); 2745 this.applyStyleText(propertyText, true, true, false); 2838 applyStyleText: function(styleText, updateInterface, majorChange, isRevert) method in WebInspector.StylePropertyTreeElement 3001 …this._sidebarPane.applyStyleText(this._sidebarPane.nameElement.textContent + ": " + this._sidebarP…
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleSheet.h | 149 bool applyStyleText(const String&);
|
D | InspectorStyleSheet.cpp | 600 return applyStyleText(editor.styleText()); in setPropertyText() 641 return applyStyleText(editor.styleText()); in toggleProperty() 806 bool InspectorStyle::applyStyleText(const String& text) in applyStyleText() function in WebCore::InspectorStyle
|