HomeSort by relevance Sort by last modified time
    Searched refs:styleEngine (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
DragUpdateTest.cpp 33 unsigned startCount = document->styleEngine()->resolverAccessCount();
38 unsigned accessCount = document->styleEngine()->resolverAccessCount() - startCount;
59 unsigned startCount = document->styleEngine()->resolverAccessCount();
64 unsigned accessCount = document->styleEngine()->resolverAccessCount() - startCount;
AffectedByFocusTest.cpp 212 unsigned startCount = document().styleEngine()->resolverAccessCount();
217 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
243 unsigned startCount = document().styleEngine()->resolverAccessCount();
248 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
274 unsigned startCount = document().styleEngine()->resolverAccessCount();
279 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
306 unsigned startCount = document().styleEngine()->resolverAccessCount();
311 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
StyleSheetList.cpp 26 #include "core/dom/StyleEngine.h"
49 return document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope);
55 m_detachedStyleSheets = document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope);
FontFaceSet.cpp 40 #include "core/dom/StyleEngine.h"
296 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
308 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
330 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
357 return d->styleEngine()->fontSelector()->fontFaceCache()->cssConnectedFontFaces();
458 FontFaceCache* fontFaceCache = document()->styleEngine()->fontSelector()->fontFaceCache();
483 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
546 font.update(document()->styleEngine()->fontSelector());
StyleSheetContents.cpp 32 #include "core/dom/StyleEngine.h"
586 document->styleEngine()->removeSheet(this);
622 document->styleEngine()->clearResolver();
648 ownerNode->document().styleEngine()->removeFontFaceRules(WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >(1, fontFaceRule));
FontFace.cpp 54 #include "core/dom/StyleEngine.h"
429 toDocument(context)->styleEngine()->fontSelector()->fontLoader()->loadPendingFonts();
572 FontLoader* fontLoader = document->styleEngine()->fontSelector()->fontLoader();
SelectorChecker.cpp 156 context.element->document().styleEngine()->setUsesFirstLetterRules(true);
602 else if (element.renderStyle() && (element.document().styleEngine()->usesSiblingRules() || element.renderStyle()->unique()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleElement.cpp 31 #include "core/dom/StyleEngine.h"
70 document.styleEngine()->addStyleSheetCandidateNode(element, m_createdByParser);
87 document.styleEngine()->removeStyleSheetCandidateNode(element, scopingNode, treeScope);
107 document.styleEngine()->removeStyleSheetCandidateNode(element, scopingNode, treeScope);
139 ownerElement->document().styleEngine()->removePendingSheet(ownerElement);
168 m_sheet = document.styleEngine()->createSheet(e, text, startPosition, m_createdByParser);
190 document.styleEngine()->removePendingSheet(m_sheet->ownerNode());
196 document.styleEngine()->addPendingSheet();
ProcessingInstruction.cpp 29 #include "core/dom/StyleEngine.h"
67 document().styleEngine()->removeStyleSheetCandidateNode(this);
69 document().styleEngine()->removeXSLStyleSheet(this);
165 document().styleEngine()->addPendingSheet();
182 document().styleEngine()->removePendingSheet(this);
260 document().styleEngine()->addStyleSheetCandidateNode(this, m_createdByParser);
262 document().styleEngine()->addXSLStyleSheet(this, m_createdByParser);
275 document().styleEngine()->removeStyleSheetCandidateNode(this);
277 document().styleEngine()->removeXSLStyleSheet(this);
295 document().styleEngine()->removePendingSheet(this)
    [all...]
DocumentStyleSheetCollection.cpp 34 #include "core/dom/StyleEngine.h"
46 void DocumentStyleSheetCollection::collectStyleSheetsFromCandidates(StyleEngine* engine, DocumentStyleSheetCollector& collector)
62 document->styleEngine()->updateStyleSheetsInImport(collector);
85 void DocumentStyleSheetCollection::collectStyleSheets(StyleEngine* engine, DocumentStyleSheetCollector& collector)
87 ASSERT(document().styleEngine() == engine);
93 void DocumentStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
StyleEngine.cpp 29 #include "core/dom/StyleEngine.h"
54 StyleEngine::StyleEngine(Document& document)
82 StyleEngine::~StyleEngine()
87 void StyleEngine::detachFromDocument()
89 // Cleanup is performed eagerly when the StyleEngine is removed from the
90 // document. The StyleEngine is unreachable after this, since only the
109 inline Document* StyleEngine::master()
119 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBR.cpp 47 RenderStyle* s = style(firstLine && document().styleEngine()->usesFirstLineRules());
RenderListBox.cpp 146 itemFont.update(document().styleEngine()->fontSelector());
470 itemFont.update(document().styleEngine()->fontSelector());
    [all...]
RenderInline.cpp 233 if (!alwaysCreateLineBoxes && checkFonts && document().styleEngine()->usesFirstLineRules()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
InjectedStyleSheets.cpp 25 #include "core/dom/StyleEngine.h"
60 toLocalFrame(frame)->document()->styleEngine()->invalidateInjectedStyleSheetCache();
Page.cpp 25 #include "core/dom/StyleEngine.h"
541 toLocalFrame(frame)->document()->styleEngine()->updateGenericFontFamilySettings();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebDocumentTest.cpp 40 unsigned accessCount = coreDoc->styleEngine()->resolverAccessCount();
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportTreeRoot.cpp 9 #include "core/dom/StyleEngine.h"
45 return !m_document->parsing() && m_document->styleEngine()->haveStylesheetsLoaded();
HTMLImportLoader.cpp 35 #include "core/dom/StyleEngine.h"
169 return m_document && m_document->styleEngine()->hasPendingSheets();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 36 #include "core/dom/StyleEngine.h"
156 document().styleEngine()->removeStyleSheetCandidateNode(this);
271 document().styleEngine()->addStyleSheetCandidateNode(this, m_createdByParser);
293 document().styleEngine()->removeStyleSheetCandidateNode(this);
568 m_owner->document().styleEngine()->addPendingSheet();
579 // Tell StyleEngine to re-compute styleSheets of this m_owner's treescope.
580 m_owner->document().styleEngine()->modifiedStyleSheetCandidateNode(m_owner);
588 m_owner->document().styleEngine()->removePendingSheet(m_owner);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 37 #include "core/dom/StyleEngine.h"
336 if (document().isActive() && document().styleEngine()->fontSelector()) {
337 document().styleEngine()->fontSelector()->fontFaceCache()->remove(m_fontFaceRule.get());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 72 #include "core/dom/StyleEngine.h"
155 addFontFaceRule(&document, document.styleEngine()->fontSelector(), (*it)->fontFaceRule());
222 document().renderView()->style()->font().update(document().styleEngine()->fontSelector());
226 document().styleEngine()->resetCSSFeatureFlags(m_features);
250 addFontFaceRule(&m_document, document().styleEngine()->fontSelector(), fontFaceRules[i]);
592 document().styleEngine()->fontSelector()->fontLoader()->loadPendingFonts();
609 s_styleNotYetAvailable->font().update(document().styleEngine()->fontSelector());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 35 #include "core/dom/StyleEngine.h"
75 document().styleEngine()->didRemoveShadowRoot(this);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 238 scaledFont.update(document.styleEngine()->fontSelector());
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 46 #include "core/dom/StyleEngine.h"
220 document->styleEngine()->addAuthorSheet(parsedSheet);

Completed in 4294 milliseconds

1 2