Searched defs:InspectorCSSId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.h56 class InspectorCSSId { class in namespace:WebCore
58 InspectorCSSId() function in class:WebCore::InspectorCSSId
63 explicit InspectorCSSId(PassRefPtr<JSONObject> value) function in class:WebCore::InspectorCSSId
73 InspectorCSSId(const String& styleSheetId, unsigned ordinal) function in class:WebCore::InspectorCSSId
133 static PassRefPtr<InspectorStyle> create(const InspectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet);
144 InspectorStyle(const InspectorCSSId& styleId, PassRefPtr<CSSStyleDeclaration> style, InspectorStyleSheet* parentStyleSheet);
156 InspectorCSSId m_styleId;
188 String ruleSelector(const InspectorCSSId&, ExceptionState&);
189 bool setRuleSelector(const InspectorCSSId&, const String& selector, ExceptionState&);
191 bool deleteRule(const InspectorCSSId
[all...]

Completed in 40 milliseconds