OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_value
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/
chrome_page_zoom_unittest.cc
12
double
custom_value
= 1.05; // 105%
local
14
chrome_page_zoom::PresetZoomFactors(
custom_value
);
35
if (content::ZoomValuesEqual(factor,
custom_value
))
49
double
custom_value
= 0.1;
local
50
std::vector<double> levels = chrome_page_zoom::PresetZoomLevels(
custom_value
);
67
if (content::ZoomValuesEqual(level,
custom_value
))
chrome_page_zoom.cc
31
double
custom_value
) {
41
if (content::ZoomValuesEqual(zoom_value,
custom_value
))
53
if (!found_custom &&
custom_value
> min &&
custom_value
< max) {
54
zoom_values.push_back(
custom_value
);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperties.in
8
align-items
custom_value
9
align-self
custom_value
30
border-image-source
custom_value
54
direction
custom_value
55
display custom_inherit,
custom_value
86
justify-self
custom_value
89
line-height getter=specifiedLineHeight,
custom_value
90
list-style-image type_name=StyleImage*,
custom_value
122
perspective
custom_value
126
resize
custom_value
[
all
...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_builder.py
51
'
custom_value
': [True, False],
73
'
custom_value
': False,
101
property['
custom_value
'] = True
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StyleBuilderFunctions.cpp.tmpl
67
{% if not property.
custom_value
%}
Completed in 154 milliseconds