OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stylesheetcollection
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.h
31
#include "core/dom/
StyleSheetCollection
.h"
37
class
StyleSheetCollection
;
41
class DocumentStyleSheetCollection FINAL : public
StyleSheetCollection
{
ShadowTreeStyleSheetCollection.h
31
#include "core/dom/
StyleSheetCollection
.h"
38
class
StyleSheetCollection
;
41
class ShadowTreeStyleSheetCollection FINAL : public
StyleSheetCollection
{
StyleSheetCollection.cpp
28
#include "core/dom/
StyleSheetCollection
.h"
72
StyleSheetCollection
::
StyleSheetCollection
(TreeScope& treeScope)
79
void
StyleSheetCollection
::addStyleSheetCandidateNode(Node* node, bool createdByParser)
101
void
StyleSheetCollection
::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode)
109
StyleSheetCollection
::StyleResolverUpdateType
StyleSheetCollection
::compareStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets)
138
bool
StyleSheetCollection
::activeLoadingStyleSheetLoaded(const Vector<RefPtr<CSSStyleSheet> >& newStyleSheets)
175
void
StyleSheetCollection
::analyzeStyleSheetChange(StyleResolverUpdateMode updateMode, const StyleSheetCollectionBase& newCollection, StyleSheetChange& change)
228
void
StyleSheetCollection
::clearMediaQueryRuleSetStyleSheets(
[
all
...]
StyleSheetCollection.h
53
// - StyleSheetCollectionBase ->
StyleSheetCollection
54
// -
StyleSheetCollection
-> ScopeStyleSheetCollection
78
class
StyleSheetCollection
: public StyleSheetCollectionBase {
94
explicit
StyleSheetCollection
(TreeScope&);
StyleEngine.cpp
131
StyleSheetCollection
* StyleEngine::ensureStyleSheetCollectionFor(TreeScope& treeScope)
136
HashMap<TreeScope*, OwnPtr<
StyleSheetCollection
> >::AddResult result = m_styleSheetCollectionMap.add(&treeScope, nullptr);
142
StyleSheetCollection
* StyleEngine::styleSheetCollectionFor(TreeScope& treeScope)
147
HashMap<TreeScope*, OwnPtr<
StyleSheetCollection
> >::iterator it = m_styleSheetCollectionMap.find(&treeScope);
170
HashMap<TreeScope*, OwnPtr<
StyleSheetCollection
> >::const_iterator::Values begin = m_styleSheetCollectionMap.values().begin();
171
HashMap<TreeScope*, OwnPtr<
StyleSheetCollection
> >::const_iterator::Values end = m_styleSheetCollectionMap.values().end();
172
HashMap<TreeScope*, OwnPtr<
StyleSheetCollection
> >::const_iterator::Values it = begin;
174
const
StyleSheetCollection
* collection = it->get();
229
// FIXME: updateInjectedStyleSheetCache is called inside
StyleSheetCollection
::updateActiveStyleSheets
303
StyleSheetCollection
* collection = ensureStyleSheetCollectionFor(treeScope)
[
all
...]
StyleEngine.h
52
class
StyleSheetCollection
;
180
StyleSheetCollection
* ensureStyleSheetCollectionFor(TreeScope&);
181
StyleSheetCollection
* styleSheetCollectionFor(TreeScope&);
217
HashMap<TreeScope*, OwnPtr<
StyleSheetCollection
> > m_styleSheetCollectionMap;
ShadowTreeStyleSheetCollection.cpp
44
:
StyleSheetCollection
(shadowRoot)
DocumentStyleSheetCollection.cpp
50
:
StyleSheetCollection
(treeScope)
/external/chromium_org/third_party/WebKit/Source/core/css/
InspectorCSSOMWrappers.cpp
102
void InspectorCSSOMWrappers::collectFromStyleEngine(StyleEngine*
styleSheetCollection
)
105
styleSheetCollection
->getActiveAuthorStyleSheets(activeAuthorStyleSheets);
110
CSSStyleRule* InspectorCSSOMWrappers::getWrapperForRuleInSheets(StyleRule* rule, StyleEngine*
styleSheetCollection
)
120
collectFromStyleEngine(
styleSheetCollection
);
CSSStyleSheet.cpp
198
// because
StyleSheetCollection
::analyzeStyleSheetChange cannot detect partial rule update.
/external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk
147
third_party/WebKit/Source/core/dom/
StyleSheetCollection
.cpp \
webcore_dom.target.darwin-mips.mk
147
third_party/WebKit/Source/core/dom/
StyleSheetCollection
.cpp \
webcore_dom.target.darwin-x86.mk
147
third_party/WebKit/Source/core/dom/
StyleSheetCollection
.cpp \
webcore_dom.target.linux-arm.mk
147
third_party/WebKit/Source/core/dom/
StyleSheetCollection
.cpp \
webcore_dom.target.linux-mips.mk
147
third_party/WebKit/Source/core/dom/
StyleSheetCollection
.cpp \
webcore_dom.target.linux-x86.mk
147
third_party/WebKit/Source/core/dom/
StyleSheetCollection
.cpp \
core.gypi
[
all
...]
Completed in 219 milliseconds