OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSSStyleSheet
(Results
51 - 75
of
114
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.h
75
static PassRefPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule,
CSSStyleSheet
* sheet) { return adoptRef(new CSSKeyframesRule(rule, sheet)); }
100
CSSKeyframesRule(StyleRuleKeyframes*,
CSSStyleSheet
* parent);
CSSStyleRule.cpp
27
#include "core/css/
CSSStyleSheet
.h"
42
CSSStyleRule::CSSStyleRule(StyleRule* styleRule,
CSSStyleSheet
* parent)
100
CSSStyleSheet
::RuleMutationScope mutationScope(this);
PropertySetCSSStyleDeclaration.h
111
virtual
CSSStyleSheet
* parentStyleSheet() const OVERRIDE;
132
virtual
CSSStyleSheet
* parentStyleSheet() const OVERRIDE;
MediaList.cpp
25
#include "core/css/
CSSStyleSheet
.h"
162
MediaList::MediaList(MediaQuerySet* mediaQueries,
CSSStyleSheet
* parentSheet)
182
CSSStyleSheet
::RuleMutationScope mutationScope(m_parentRule);
200
CSSStyleSheet
::RuleMutationScope mutationScope(m_parentRule);
213
CSSStyleSheet
::RuleMutationScope mutationScope(m_parentRule);
StyleRule.h
33
class
CSSStyleSheet
;
79
PassRefPtr<CSSRule> createCSSOMWrapper(
CSSStyleSheet
* parentSheet = 0) const;
91
PassRefPtr<CSSRule> createCSSOMWrapper(
CSSStyleSheet
* parentSheet, CSSRule* parentRule) const;
PropertySetCSSStyleDeclaration.cpp
29
#include "core/css/
CSSStyleSheet
.h"
346
CSSStyleSheet
*
cssStyleSheet
= parentStyleSheet();
347
return
cssStyleSheet
?
cssStyleSheet
->contents() : 0;
401
CSSStyleSheet
* StyleRuleCSSStyleDeclaration::parentStyleSheet() const
429
CSSStyleSheet
* InlineCSSStyleDeclaration::parentStyleSheet() const
ElementRuleCollector.cpp
35
#include "core/css/
CSSStyleSheet
.h"
198
static
CSSStyleSheet
* findStyleSheet(StyleEngine* styleEngine, StyleRule* rule)
201
const Vector<RefPtr<
CSSStyleSheet
> >& stylesheets = styleEngine->activeAuthorStyleSheets();
203
CSSStyleSheet
* sheet = stylesheets[i].get();
219
// then that codepath can lead to the
CSSStyleSheet
contents not getting correctly copied when the rule is modified
221
// so calling
CSSStyleSheet
->willMutateRules breaks the inspector.
222
CSSStyleSheet
* sheet = m_includeStyleSheet == IncludeStyleSheetInCSSOMWrapper ? findStyleSheet(m_context.element()->document().styleEngine(), rule) : 0;
StyleRule.cpp
47
PassRefPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(
CSSStyleSheet
* parentSheet) const
134
PassRefPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(
CSSStyleSheet
* parentSheet, CSSRule* parentRule) const
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.h
27
#include "core/css/
CSSStyleSheet
.h"
84
CSSStyleSheet
* sheet() const { return m_sheet.get(); }
112
RefPtr<
CSSStyleSheet
> m_sheet;
141
CSSStyleSheet
* sheet() const { return linkStyle() ? linkStyle()->sheet() : 0; }
HTMLStyleElement.cpp
277
if (
CSSStyleSheet
* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
291
if (
CSSStyleSheet
* styleSheet = sheet())
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h
54
class
CSSStyleSheet
;
143
void appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<
CSSStyleSheet
> >&);
150
void lazyAppendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<
CSSStyleSheet
> >&);
151
void removePendingAuthorStyleSheets(const Vector<RefPtr<
CSSStyleSheet
> >&);
246
void appendCSSStyleSheet(
CSSStyleSheet
*);
311
ListHashSet<
CSSStyleSheet
*, 16> m_pendingStyleSheets;
ScopedStyleResolver.h
50
static ContainerNode* scopingNodeFor(Document&, const
CSSStyleSheet
*);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h
46
class
CSSStyleSheet
;
175
static PassRefPtr<InspectorStyleSheet> create(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<
CSSStyleSheet
> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
176
static String styleSheetURL(
CSSStyleSheet
* pageStyleSheet);
185
CSSStyleSheet
* pageStyleSheet() const { return m_pageStyleSheet.get(); }
211
InspectorStyleSheet(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<
CSSStyleSheet
> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
247
RefPtr<
CSSStyleSheet
> m_pageStyleSheet;
InspectorInstrumentation.h
37
#include "core/css/
CSSStyleSheet
.h"
167
inline InstrumentingAgents* instrumentingAgentsFor(
CSSStyleSheet
* styleSheet)
InspectorCSSAgent.cpp
41
#include "core/css/
CSSStyleSheet
.h"
97
StyleSheetAppender(Vector<
CSSStyleSheet
*>& result)
100
void run(
CSSStyleSheet
* styleSheet)
106
CSSStyleSheet
* importedStyleSheet = toCSSImportRule(rule)->styleSheet();
114
Vector<
CSSStyleSheet
*>& m_result;
687
CSSStyleSheet
* pageStyleSheet = styleSheet->pageStyleSheet();
776
void InspectorCSSAgent::didMutateRules(
CSSStyleSheet
* styleSheet)
798
CSSStyleSheet
* parentSheet = style->parentStyleSheet();
854
HashSet<
CSSStyleSheet
*> removedSheets;
860
Vector<
CSSStyleSheet
*> newSheetsVector
[
all
...]
InspectorStyleSheet.cpp
40
#include "core/css/
CSSStyleSheet
.h"
455
static PassRefPtr<CSSRuleList> asCSSRuleList(
CSSStyleSheet
* styleSheet)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h
38
class
CSSStyleSheet
;
308
static UseCounter* getFrom(const
CSSStyleSheet
*);
/external/chromium_org/third_party/WebKit/Source/core/dom/
ShadowTreeStyleSheetCollection.cpp
31
#include "core/css/
CSSStyleSheet
.h"
55
CSSStyleSheet
* activeSheet = 0;
DOMImplementation.cpp
31
#include "core/css/
CSSStyleSheet
.h"
227
PassRefPtr<
CSSStyleSheet
> DOMImplementation::createCSSStyleSheet(const String&, const String& media)
231
RefPtr<
CSSStyleSheet
> sheet =
CSSStyleSheet
::create(StyleSheetContents::create());
ProcessingInstruction.cpp
25
#include "core/css/
CSSStyleSheet
.h"
179
RefPtr<
CSSStyleSheet
> cssSheet =
CSSStyleSheet
::create(newSheet, this);
215
void ProcessingInstruction::setCSSStyleSheet(PassRefPtr<
CSSStyleSheet
> sheet)
StyleEngine.cpp
34
#include "core/css/
CSSStyleSheet
.h"
161
const Vector<RefPtr<
CSSStyleSheet
> >& StyleEngine::activeAuthorStyleSheets() const
166
void StyleEngine::getActiveAuthorStyleSheets(Vector<const Vector<RefPtr<
CSSStyleSheet
> >*>& activeAuthorStyleSheets) const
194
const Vector<RefPtr<
CSSStyleSheet
> >& StyleEngine::injectedAuthorStyleSheets() const
219
RefPtr<
CSSStyleSheet
> groupSheet =
CSSStyleSheet
::createInline(const_cast<Document*>(&m_document), KURL());
236
m_authorStyleSheets.append(
CSSStyleSheet
::create(authorSheet, &m_document));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
StyleSheetOutlineDialog.js
118
WebInspector.
CSSStyleSheet
.createForId(info.styleSheetId, didGetStyleSheet.bind(this));
127
* @param {?WebInspector.
CSSStyleSheet
} styleSheet
/external/chromium_org/third_party/WebKit/Source/core/fetch/
CSSStyleSheetResource.cpp
42
: StyleSheetResource(resourceRequest,
CSSStyleSheet
)
ResourceFetcher.cpp
79
case Resource::
CSSStyleSheet
:
115
case Resource::
CSSStyleSheet
:
197
case Resource::
CSSStyleSheet
:
330
return toCSSStyleSheetResource(requestResource(Resource::
CSSStyleSheet
, request));
338
if (existing->type() == Resource::
CSSStyleSheet
)
344
return toCSSStyleSheetResource(requestResource(Resource::
CSSStyleSheet
, request));
388
case Resource::
CSSStyleSheet
:
454
case Resource::
CSSStyleSheet
:
501
case Resource::
CSSStyleSheet
:
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStyleElement.cpp
26
#include "core/css/
CSSStyleSheet
.h"
59
if (
CSSStyleSheet
* styleSheet = sheet())
Completed in 3575 milliseconds
1
2
3
4
5