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/rendering/
RenderObjectInlines.h 8 #include "core/dom/StyleEngine.h"
15 // to StyleEngine.h for all users of RenderObject.h that don't use
20 return document().styleEngine()->usesFirstLineRules() ? cachedFirstLineStyle() : style();
RenderBR.cpp 26 #include "core/dom/StyleEngine.h"
49 RenderStyle* s = style(firstLine && document().styleEngine()->usesFirstLineRules());
RenderInline.cpp 27 #include "core/dom/StyleEngine.h"
248 if (!alwaysCreateLineBoxesNew && checkFonts && document().styleEngine()->usesFirstLineRules()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
DragUpdateTest.cpp 7 #include "core/dom/StyleEngine.h"
35 unsigned startCount = document.styleEngine()->resolverAccessCount();
40 unsigned accessCount = document.styleEngine()->resolverAccessCount() - startCount;
61 unsigned startCount = document.styleEngine()->resolverAccessCount();
66 unsigned accessCount = document.styleEngine()->resolverAccessCount() - startCount;
AffectedByFocusTest.cpp 10 #include "core/dom/StyleEngine.h"
213 unsigned startCount = document().styleEngine()->resolverAccessCount();
218 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
244 unsigned startCount = document().styleEngine()->resolverAccessCount();
249 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
275 unsigned startCount = document().styleEngine()->resolverAccessCount();
280 unsigned accessCount = document().styleEngine()->resolverAccessCount() - startCount;
307 unsigned startCount = document().styleEngine()->resolverAccessCount();
312 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"
290 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
302 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
324 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
351 return d->styleEngine()->fontSelector()->fontFaceCache()->cssConnectedFontFaces();
446 FontFaceCache* fontFaceCache = document()->styleEngine()->fontSelector()->fontFaceCache();
471 CSSFontSelector* fontSelector = document()->styleEngine()->fontSelector();
535 font.update(document()->styleEngine()->fontSelector());
StyleSheetContents.cpp 32 #include "core/dom/StyleEngine.h"
584 document->styleEngine()->removeSheet(this);
620 document->styleEngine()->clearResolver();
646 ownerNode->document().styleEngine()->removeFontFaceRules(WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >(1, fontFaceRule));
FontFace.cpp 53 #include "core/dom/StyleEngine.h"
384 toDocument(context)->styleEngine()->fontSelector()->fontLoader()->loadPendingFonts();
528 FontLoader* fontLoader = document->styleEngine()->fontSelector()->fontLoader();
SelectorChecker.cpp 38 #include "core/dom/StyleEngine.h"
147 context.element->document().styleEngine()->setUsesFirstLetterRules(true);
582 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);
173 m_sheet = document.styleEngine()->createSheet(e, text, startPosition, m_createdByParser);
195 document.styleEngine()->removePendingSheet(m_sheet->ownerNode());
201 document.styleEngine()->addPendingSheet();
ProcessingInstruction.cpp 29 #include "core/dom/StyleEngine.h"
66 document().styleEngine()->removeStyleSheetCandidateNode(this);
68 document().styleEngine()->removeXSLStyleSheet(this);
164 document().styleEngine()->addPendingSheet();
181 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)
78 StyleEngine::~StyleEngine()
83 void StyleEngine::detachFromDocument()
85 // Cleanup is performed eagerly when the StyleEngine is removed from the
86 // document. The StyleEngine is unreachable after this, since only the
108 inline Document* StyleEngine::master()
118 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope
    [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"
542 toLocalFrame(frame)->document()->styleEngine()->updateGenericFontFamilySettings();
  /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 36 #include "core/dom/StyleEngine.h"
178 return m_document && m_document->styleEngine()->hasPendingSheets();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebDocumentTest.cpp 11 #include "core/dom/StyleEngine.h"
38 unsigned accessCount = coreDoc->styleEngine()->resolverAccessCount();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 37 #include "core/dom/StyleEngine.h"
156 document().styleEngine()->removeStyleSheetCandidateNode(this);
281 document().styleEngine()->addStyleSheetCandidateNode(this, m_createdByParser);
303 document().styleEngine()->removeStyleSheetCandidateNode(this);
594 m_owner->document().styleEngine()->addPendingSheet();
605 // Tell StyleEngine to re-compute styleSheets of this m_owner's treescope.
606 m_owner->document().styleEngine()->modifiedStyleSheetCandidateNode(m_owner);
614 m_owner->document().styleEngine()->removePendingSheet(m_owner);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 37 #include "core/dom/StyleEngine.h"
335 if (document().isActive() && document().styleEngine()->fontSelector()) {
336 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"
156 addFontFaceRule(&document, document.styleEngine()->fontSelector(), (*it)->fontFaceRule());
195 document().styleEngine()->addScopedStyleResolver(&resolver);
222 document().renderView()->style()->font().update(document().styleEngine()->fontSelector());
226 document().styleEngine()->resetCSSFeatureFlags(m_features);
242 document().styleEngine()->addScopedStyleResolver(resolver);
252 addFontFaceRule(m_document, document().styleEngine()->fontSelector(), fontFaceRules[i]);
272 document().styleEngine()->removeScopedStyleResolver(resolver);
308 document().styleEngine()->collectScopedStyleFeaturesTo(m_features);
403 if (document().styleEngine()->hasOnlyScopedResolverForDocument())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 45 #include "core/dom/StyleEngine.h"
218 document->styleEngine()->addAuthorSheet(parsedSheet);
296 document->styleEngine()->enableExitTransitionStylesheets();
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 35 #include "core/dom/StyleEngine.h"
74 document().styleEngine()->didRemoveShadowRoot(this);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 30 #include "core/dom/StyleEngine.h"
239 scaledFont.update(document.styleEngine()->fontSelector());

Completed in 980 milliseconds

1 2