OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSS
(Results
26 - 50
of
178
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/devtools/
supported_css_properties.target.linux-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.linux-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.linux-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.linux-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.linux-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.linux-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"
/external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py
32
<link rel="stylesheet" href="test.
css
">
34
href="really-long-long-long-long-long-test.
css
">
56
'test.
css
': '''
62
'really-long-long-long-long-long-test.
css
': '''
101
'''Tests that @import directives in inlined
CSS
files are inlined too.
108
<link rel="stylesheet" href="
css
/test.
css
">
113
'
css
/test.
css
': '''
114
@import url('test2.
css
');
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/page/actions/
gesture_common.js
21
// This computation doesn't account for more complex
CSS
transforms on the
/external/chromium_org/ui/webui/resources/js/
util.js
71
* Generates a
CSS
url string.
72
* @param {string} s The URL to generate the
CSS
url for.
73
* @return {string} The
CSS
url string.
105
* Generates a
CSS
-webkit-image-set for a chrome:// url.
111
* @return {string} The
CSS
-webkit-image-set.
136
* @param {Location} location The URL to generate the
CSS
url for.
311
* Creates a
CSS
-webkit-image-set for a favicon request.
/external/chromium-trace/
systrace.py
15
flattened_css_file = 'style.
css
'
85
action='store_true', help='link to original
CSS
or JS resources '
140
css
= '\n'.join(linked_css_tag % (os.path.join(src_dir, f)) for f in css_files)
147
css
= compiled_css_tag % (open(css_filename).read())
261
html_file.write(html_prefix % (
css
, js, templates))
306
compiled_css_tag = """<style type="text/
css
">%s</style>"""
/external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl
174
[Replaceable] readonly attribute
CSS
CSS
;
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js
60
* @return {string} A value for style.cursor
CSS
property.
148
* @return {?string} A value for style.cursor
CSS
property or null for
viewport.js
459
* Obtains
CSS
transformation for the screen image.
478
* Obtains shift
CSS
transformation for the screen image.
487
* Obtains
CSS
transformation that makes the rotated image fit the original
511
* Obtains
CSS
transformation that makes the cropped image fit the original
540
* Obtains
CSS
transformation that makes the image fit to the screen rectangle.
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java
74
* <td>text/
css
</td>
75
* <td>HtmlParser.Mode.
CSS
</td>
107
CONTENT_TYPE_LIST.put("text/
css
", HtmlParser.Mode.
CSS
);
201
return HtmlParserFactory.createParserInMode(HtmlParser.Mode.
CSS
, null);
346
// Currently we do not do any escaping inside
CSS
blocks, so ignore them.
455
* resource cannot be determined from its contents - for example, a
CSS
stylesheet or a javascript
478
HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("
css
", ESCAPE_AUTO_STYLE), JS_UNQUOTED(
486
ESCAPE_AUTO_UNQUOTED_ATTR_UNQUOTED_JS), ATTR_CSS("
css
", ESCAPE_AUTO_ATTR_CSS), UNQUOTED_ATTR_CSS(
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
WorkerTargetManager.js
76
this.suppressErrorsForDomains(["Worker", "Page", "
CSS
", "DOM", "DOMStorage", "Database", "Network", "IndexedDB"]);
ConsoleModel.js
395
CSS
: "
css
",
/external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.js
94
var SwatchBorderBoxWidth = 24; // keep in sync with
CSS
95
var SwatchBorderBoxHeight = 24; // keep in sync with
CSS
/external/chromium_org/third_party/webtreemap/src/
webtreemap.js
21
// TODO: do this with a nested div to allow it to be
CSS
-styleable.
89
//
CSS
width/height does not include border.
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js
81
* color of moused over element with :hover in
CSS
. Here's why:
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action_unittest.cc
233
TEST_F(RequestContentScriptTest,
CSS
) {
243
" \"
css
\": [\"style.
css
\"]\n"
283
" \"
css
\": \"style.
css
\"\n"
/external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js
70
* @param {string} location The URL to generate the
CSS
url for.
223
* @return {Object} Styles suitable for
CSS
interpolation.
/external/clang/tools/scan-build/
scan-build
446
my $
CSS
= Cwd::realpath("$RealBin/scanview.
css
");
448
DieDiag("Cannot find 'scanview.
css
'.\n")
449
if (! -r $
CSS
);
451
copy($
CSS
, "$Dir");
453
DieDiag("Could not copy 'scanview.
css
' to '$Dir'.\n")
454
if (! -r $
CSS
);
582
<link type="text/
css
" rel="stylesheet" href="scanview.
css
"/>
[
all
...]
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build
425
my $
CSS
= Cwd::realpath("$RealBin/scanview.
css
");
427
DieDiag("Cannot find 'scanview.
css
'.\n")
428
if (! -r $
CSS
);
430
system ("cp", $
CSS
, "$Dir");
432
DieDiag("Could not copy 'scanview.
css
' to '$Dir'.\n")
433
if (! -r $
CSS
);
559
<link type="text/
css
" rel="stylesheet" href="scanview.
css
"/>
[
all
...]
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build
425
my $
CSS
= Cwd::realpath("$RealBin/scanview.
css
");
427
DieDiag("Cannot find 'scanview.
css
'.\n")
428
if (! -r $
CSS
);
430
system ("cp", $
CSS
, "$Dir");
432
DieDiag("Could not copy 'scanview.
css
' to '$Dir'.\n")
433
if (! -r $
CSS
);
559
<link type="text/
css
" rel="stylesheet" href="scanview.
css
"/>
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js
117
*
CSS
for the active indicator. The basic hierarchy looks like this:
464
// Add the
CSS
style to the page if it's not already there.
596
* Each piece is just a div that uses
CSS
to absolutely position itself.
848
* In WebKit, when the user has zoomed the page, every
CSS
coordinate is
[
all
...]
Completed in 465 milliseconds
1
2
3
4
5
6
7
8