OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSS
(Results
1 - 25
of
178
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/core/css/
CSS.idl
34
] interface
CSS
{
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h
28
#include "core/
css
/CSSSelector.h"
129
virtual void getComputedStyleForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::CSSComputedStyleProperty> >&) OVERRIDE;
130
virtual void getPlatformFontsForNode(ErrorString*, int nodeId, String* cssFamilyName, RefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::PlatformFontUsage> >&) OVERRIDE;
131
virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::
CSS
::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::
CSS
::CSSStyle>& attributes) OVERRIDE;
132
virtual void getMatchedStylesForNode(ErrorString*, int nodeId, const bool* excludePseudo, const bool* excludeInherited, RefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::RuleMatch> >& matchedCSSRules, RefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::PseudoIdMatches> >&, RefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::InheritedStyleEntry> >& inheritedEntries) OVERRIDE;
136
virtual void setPropertyText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::
CSS
::CSSStyle>& result) OVERRIDE;
137
virtual void setRuleSelector(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& selector, RefPtr<TypeBuilder::
CSS
::CSSRule>& result) OVERRIDE
[
all
...]
InspectorStyleSheet.h
29
#include "core/
css
/CSSPropertySourceData.h"
30
#include "core/
css
/CSSStyleDeclaration.h"
111
PassRefPtr<TypeBuilder::
CSS
::CSSStyle> buildObjectForStyle() const;
112
PassRefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::CSSComputedStyleProperty> > buildArrayForComputedStyle() const;
124
PassRefPtr<TypeBuilder::
CSS
::CSSStyle> styleWithProperties() const;
164
PassRefPtr<TypeBuilder::
CSS
::CSSStyle> buildObjectForStyle(CSSStyleDeclaration*);
191
static PassRefPtrWillBeRawPtr<InspectorStyleSheet> create(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::
CSS
::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
207
PassRefPtr<TypeBuilder::
CSS
::CSSStyleSheetHeader> buildObjectForStyleSheetInfo() const;
208
PassRefPtr<TypeBuilder::
CSS
::CSSRule> buildObjectForRule(CSSStyleRule*, PassRefPtr<TypeBuilder::Array<TypeBuilder::
CSS
::CSSMedia> >)
[
all
...]
InspectorCSSAgent.cpp
33
#include "core/
css
/CSSComputedStyleDeclaration.h"
34
#include "core/
css
/CSSDefaultStyleSheets.h"
35
#include "core/
css
/CSSImportRule.h"
36
#include "core/
css
/CSSMediaRule.h"
37
#include "core/
css
/CSSRule.h"
38
#include "core/
css
/CSSRuleList.h"
39
#include "core/
css
/CSSStyleRule.h"
40
#include "core/
css
/CSSStyleSheet.h"
41
#include "core/
css
/MediaList.h"
42
#include "core/
css
/MediaQuery.h
[
all
...]
InspectorStyleSheet.cpp
32
#include "core/
css
/CSSKeyframesRule.h"
33
#include "core/
css
/CSSMediaRule.h"
34
#include "core/
css
/CSSRuleList.h"
35
#include "core/
css
/CSSStyleRule.h"
36
#include "core/
css
/CSSStyleSheet.h"
37
#include "core/
css
/CSSSupportsRule.h"
38
#include "core/
css
/StylePropertySet.h"
39
#include "core/
css
/StyleRule.h"
40
#include "core/
css
/StyleSheetContents.h"
41
#include "core/
css
/parser/CSSParser.h
[
all
...]
InspectorInstrumentation.idl
100
[
CSS
]
103
[
CSS
, Inline=FastReturn]
106
[
CSS
, Inline=FastReturn]
109
[
CSS
, Inline=FastReturn]
112
[
CSS
, Inline=FastReturn]
115
[
CSS
, Inline=FastReturn]
121
[
CSS
, Inline=FastReturn]
512
[
CSS
, Inline=FastReturn]
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
popup.js
5
// Store
CSS
data in the "local" storage area.
12
// Check if there is
CSS
specified.
13
storage.get('
css
', function(items) {
15
// If there is
CSS
specified, inject it into the page.
16
if (items.
css
) {
17
chrome.tabs.insertCSS({code: items.
css
}, function() {
19
message.innerText = 'Not allowed to inject
CSS
into special page.';
options.js
5
// Store
CSS
data in the "local" storage area.
12
// bandwidth) so data that may be as large and updated as frequently as the
CSS
21
// Load any
CSS
that may have previously been saved.
28
// Get the current
CSS
snippet from the form.
32
message('Error: No
CSS
specified');
36
storage.set({'
css
': cssCode}, function() {
43
storage.get('
css
', function(items) {
44
// To avoid checking items.
css
we could specify storage.get({
css
: ''}) to
45
// return a default value of '' if there is no
css
value yet
[
all
...]
/external/chromium_org/extensions/browser/
script_executor.h
42
CSS
,
/external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java
37
* <li>{@code
CSS
} for Cascading Style-Sheets templates.
54
CSS
,
86
* {@code STATE_CSS_FILE} the parser is inside
CSS
code.
140
* a
CSS
context. A
CSS
context is one of the below:
144
* <li>Inside a
CSS
file when the parser was reset in the
CSS
mode.
147
* @return {@code true} if and only if the parser is inside
CSS
/external/chromium_org/components/dom_distiller/core/javascript/
dom_distiller_viewer.js
17
// Maps JS Font Family to
CSS
class and then changes body class name.
18
//
CSS
classes must agree with distilledpage.
css
.
34
// Maps JS theme to
CSS
class and then changes body class name.
35
//
CSS
classes must agree with distilledpage.
css
.
/external/chromium_org/tools/grit/grit/format/
html_inline.py
252
"""Helper function that inlines external resources in
CSS
text"""
261
"""Helper function to inline external
CSS
files.
265
pattern: The pattern to replace with the contents of the
CSS
file.
266
base_path: The base path to use for resolving the
CSS
file.
269
The text that should replace the reference to the
CSS
file.
275
# Even if names_only is set, the
CSS
file needs to be opened, because it
278
# When resolving
CSS
files we need to pass in the path so that relative URLs
284
"""Helper function that inlines external images in
CSS
backgrounds."""
285
# Replace contents of url() for
css
attributes: content, background,
296
"""Helper function that inlines each url on a
CSS
image rule match.""
[
all
...]
/external/chromium_org/chrome/browser/resources/local_ntp/
instant_iframe_validation.js
14
* @return {?string} A
CSS
representation of the color or null if invalid.
42
* @return {?string}
CSS
color in RGBA format or null if invalid.
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_tamper_detection.cc
291
// Divides MIME types into 4 groups: JavaScript,
CSS
, Images, and others.
305
std::string
CSS
= "text/
css
";
320
} else if (mime_type_size >=
CSS
.size() &&
322
mime_type.begin() +
CSS
.size(),
CSS
.c_str())) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aural_style_util.js
6
* @fileoverview A set of classes to support aural
CSS
.
46
* @param {number} value The aural
CSS
value to convert.
87
* TODO(dtseng): Conversion of aural
CSS
values is incomplete; everything is an
119
* @param {*} value The
CSS
-based value.
131
* Converts an aural
CSS
style block to a TTS property object.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js
40
* Generates a
CSS
url string.
41
* @param {string} s The URL to generate the
CSS
url for.
42
* @return {string} The
CSS
url string.
60
* @param {string} s The URL to generate the
CSS
url for.
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js
8
* Custom version of chrome://resources/
css
/tree.
css
.js, adding support for
31
* @param {string} name
CSS
canvas identifier.
/external/chromium_org/extensions/browser/api/
execute_code_function.cc
49
ShouldInsertCSS() ? ScriptExecutor::
CSS
: ScriptExecutor::JAVASCRIPT;
80
// Check if the file is
CSS
and needs localization.
81
if ((script_type == ScriptExecutor::
CSS
) && !extension_id.empty() &&
131
script_type = ScriptExecutor::
CSS
;
/external/chromium_org/ui/webui/resources/js/cr/ui/
menu_button.js
48
// Adding the 'custom-appearance' class prevents widgets.
css
from changing
51
this.classList.add('menu-button'); // For styles in menu_button.
css
.
263
* addressed from
CSS
using -webkit-canvas(<canvasName>).
266
* @param {string} colorSpec The
CSS
color to use when drawing the arrow.
286
*
CSS
class 'drop-down'. If no colors are specified, defaults will be used.
287
* @param {string=} opt_normalColor
CSS
color for the default button state.
288
* @param {string=} opt_hoverColor
CSS
color for the hover button state.
289
* @param {string=} opt_activeColor
CSS
color for the active button state.
/external/chromium_org/third_party/WebKit/Source/devtools/
supported_css_properties.target.darwin-arm.mk
22
$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_supported_css.py $(LOCAL_PATH)/third_party/WebKit/Source/core/
css
/CSSProperties.in $(GYP_TARGET_DEPENDENCIES)
23
@echo "Gyp action: Generating supported
CSS
properties for front end ($@)"
24
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_supported_css.py ../core/
css
/CSSProperties.in "$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js"
supported_css_properties.target.darwin-arm64.mk
22
$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_supported_css.py $(LOCAL_PATH)/third_party/WebKit/Source/core/
css
/CSSProperties.in $(GYP_TARGET_DEPENDENCIES)
23
@echo "Gyp action: Generating supported
CSS
properties for front end ($@)"
24
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_supported_css.py ../core/
css
/CSSProperties.in "$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js"
supported_css_properties.target.darwin-mips.mk
22
$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_supported_css.py $(LOCAL_PATH)/third_party/WebKit/Source/core/
css
/CSSProperties.in $(GYP_TARGET_DEPENDENCIES)
23
@echo "Gyp action: Generating supported
CSS
properties for front end ($@)"
24
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_supported_css.py ../core/
css
/CSSProperties.in "$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js"
supported_css_properties.target.darwin-mips64.mk
22
$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_supported_css.py $(LOCAL_PATH)/third_party/WebKit/Source/core/
css
/CSSProperties.in $(GYP_TARGET_DEPENDENCIES)
23
@echo "Gyp action: Generating supported
CSS
properties for front end ($@)"
24
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_supported_css.py ../core/
css
/CSSProperties.in "$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js"
supported_css_properties.target.darwin-x86.mk
22
$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_supported_css.py $(LOCAL_PATH)/third_party/WebKit/Source/core/
css
/CSSProperties.in $(GYP_TARGET_DEPENDENCIES)
23
@echo "Gyp action: Generating supported
CSS
properties for front end ($@)"
24
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_supported_css.py ../core/
css
/CSSProperties.in "$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js"
supported_css_properties.target.darwin-x86_64.mk
22
$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_supported_css.py $(LOCAL_PATH)/third_party/WebKit/Source/core/
css
/CSSProperties.in $(GYP_TARGET_DEPENDENCIES)
23
@echo "Gyp action: Generating supported
CSS
properties for front end ($@)"
24
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/generate_supported_css.py ../core/
css
/CSSProperties.in "$(gyp_shared_intermediate_dir)/resources/inspector/SupportedCSSProperties.js"
Completed in 1189 milliseconds
1
2
3
4
5
6
7
8