OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:component_dir
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
aggregate_generated_bindings.py
41
aggregate_generated_bindings.py
COMPONENT_DIR
IDL_FILES_LIST -- OUTPUT_FILE1 OUTPUT_FILE2 ...
43
COMPONENT_DIR
is the relative directory of a component, e.g., 'core', 'modules'.
138
def generate_content(
component_dir
, files_meta_data_this_partition):
156
(
component_dir
, meta_data['name']))
176
component_dir
= args[1]
188
file_contents = generate_content(
component_dir
,
v8_types.py
374
if base_idl_type not in
component_dir
:
376
return set(['bindings/%s/v8/V8%s.h' % (
component_dir
[base_idl_type],
433
component_dir
= {}
variable
437
component_dir
.update(new_component_dirs)
[
all
...]
/external/chromium_org/chrome/test/nacl/
pnacl_header_test.cc
78
base::ScopedPathOverride
component_dir
(chrome::DIR_PNACL_COMPONENT);
Completed in 54 milliseconds