OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computedstyleinfo
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp
196
RefPtr<CSSComputedStyleDeclaration>
computedStyleInfo
= computedStyle(element, true); // Support the viewing of :visited information in computed style.
197
RefPtr<InspectorStyle> computedInspectorStyle = InspectorStyle::create(InspectorCSSId(),
computedStyleInfo
, 0);
258
RefPtr<CSSComputedStyleDeclaration>
computedStyleInfo
= computedStyle(element, true);
259
RefPtr<InspectorStyle> inspectorStyle = InspectorStyle::create(InspectorCSSId(),
computedStyleInfo
, 0);
Completed in 427 milliseconds