OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrap_with_condition
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
EventFactory.cpp.tmpl
1
{% from "macros.tmpl" import
wrap_with_condition
, license -%}
15
{%- call
wrap_with_condition
(event.Conditional) %}
RuntimeEnabledFeatures.cpp.tmpl
1
{% from "macros.tmpl" import
wrap_with_condition
, license -%}
19
{%- call
wrap_with_condition
(feature.condition) %}
StyleBuilderFunctions.h.tmpl
1
{% from "macros.tmpl" import
wrap_with_condition
, license -%}
18
{% call
wrap_with_condition
(property.condition) %}
InternalRuntimeFlags.h.tmpl
1
{% from "macros.tmpl" import
wrap_with_condition
, license -%}
28
{%- call
wrap_with_condition
(feature.condition) %}
RuntimeEnabledFeatures.h.tmpl
1
{% from "macros.tmpl" import
wrap_with_condition
, license -%}
41
{%- call
wrap_with_condition
(feature.condition) %}
StyleBuilder.cpp.tmpl
1
{% from "macros.tmpl" import
wrap_with_condition
, license -%}
25
{%- call
wrap_with_condition
(property.condition) %}
69
{%- call
wrap_with_condition
(used_property.condition) %}
macros.tmpl
1
{% macro
wrap_with_condition
(condition) %}
/external/chromium_org/third_party/WebKit/Source/build/scripts/
name_macros.py
137
includes[cpp_name] = self.
wrap_with_condition
(include, entry['Conditional'])
152
return self.
wrap_with_condition
("""#define %(macro_name)s(macro) \\
in_generator.py
53
def
wrap_with_condition
(self, string, condition):
member in class:Writer
Completed in 187 milliseconds