HomeSort by relevance Sort by last modified time
    Searched refs:InspectorCSSId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h 58 class InspectorCSSId {
60 InspectorCSSId()
65 InspectorCSSId(const String& styleSheetId, unsigned ordinal)
116 static PassRefPtr<InspectorStyle> create(const InspectorCSSId&, PassRefPtrWillBeRawPtr<CSSStyleDeclaration>, InspectorStyleSheetBase* parentStyleSheet);
125 InspectorStyle(const InspectorCSSId&, PassRefPtrWillBeRawPtr<CSSStyleDeclaration>, InspectorStyleSheetBase* parentStyleSheet);
136 InspectorCSSId m_styleId;
160 bool setPropertyText(const InspectorCSSId&, unsigned propertyIndex, const String& text, bool overwrite, ExceptionState&);
162 virtual bool setStyleText(const InspectorCSSId&, const String&) = 0;
163 bool getStyleText(const InspectorCSSId&, String*);
165 virtual CSSStyleDeclaration* styleForId(const InspectorCSSId&) const = 0
    [all...]
InspectorStyleSheet.cpp 506 PassRefPtr<InspectorStyle> InspectorStyle::create(const InspectorCSSId& styleId, PassRefPtrWillBeRawPtr<CSSStyleDeclaration> style, InspectorStyleSheetBase* parentStyleSheet)
511 InspectorStyle::InspectorStyle(const InspectorCSSId& styleId, PassRefPtrWillBeRawPtr<CSSStyleDeclaration> style, InspectorStyleSheetBase* parentStyleSheet)
    [all...]
InspectorCSSAgent.cpp 203 SetPropertyTextAction(InspectorStyleSheetBase* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, const String& text, bool overwrite)
252 InspectorCSSId m_cssId;
262 SetRuleSelectorAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& selector)
290 InspectorCSSId m_cssId;
324 InspectorCSSId newRuleId() { return m_newId; }
328 InspectorCSSId m_newId;
670 entry->setInlineStyle(styleSheet->buildObjectForStyle(styleSheet->styleForId(InspectorCSSId(styleSheet->id(), 0))));
703 RefPtr<InspectorStyle> inspectorStyle = InspectorStyle::create(InspectorCSSId(), computedStyleInfo, 0);
842 InspectorCSSId compoundId;
865 InspectorCSSId compoundId
    [all...]

Completed in 592 milliseconds