HomeSort by relevance Sort by last modified time
    Searched defs:third_party (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source.py 7 import third_party.json_schema_compiler.model as model namespace
link_converter.py 15 import third_party.json_schema_compiler.model as model namespace
samples_data_source.py 12 import third_party.json_schema_compiler.json_comment_eater as json_comment_eater namespace
13 import third_party.json_schema_compiler.model as model namespace
api_data_source.py 12 from third_party.handlebar import Handlebar
13 import third_party.json_schema_compiler.json_parse as json_parse namespace
14 import third_party.json_schema_compiler.model as model namespace
15 import third_party.json_schema_compiler.idl_schema as idl_schema namespace
16 import third_party.json_schema_compiler.idl_parser as idl_parser namespace
api_data_source_test.py 24 import third_party.json_schema_compiler.json_parse as json_parse namespace
  /external/chromium_org/chrome/test/pyautolib/chromeos/
file_browser.py 5 import simplejson as json # found in third_party namespace
  /external/chromium_org/chrome/browser/policy/
config_dir_policy_loader.cc 162 scoped_ptr<base::Value> third_party; local
163 if (dictionary_value->Remove("3rdparty", &third_party))
164 Merge3rdPartyPolicy(third_party.get(), level, bundle);
  /external/chromium_org/ppapi/generators/
idl_lexer.py 24 # Try to load the ply module, if not, then assume it is in the third_party
31 third_party = os.path.join(module_path, '..', '..', 'third_party') variable
32 sys.path.append(third_party)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
blink_idl_parser.py 57 # PLY is in Chromium src/third_party/ply
59 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir) variable
60 sys.path.append(third_party)
code_generator_v8.py 40 # jinja2 is in chromium's third_party directory.
42 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir) variable
43 sys.path.append(third_party)
  /external/chromium_org/tools/idl_parser/
idl_lexer.py 22 # Try to load the ply module, if not, then assume it is in the third_party
31 third_party = os.path.join(module_path, '..', '..', 'third_party') variable
32 sys.path.append(third_party)
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 103 bool third_party; member in struct:ash::IMEInfo
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 732 bool third_party = false; // Dummy value, gets overwritten. local
733 if (!value->GetAsBoolean(&third_party)) {
740 new WebRequestConditionAttributeThirdParty(third_party));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 22 package org.chromium.content.browser.third_party;
  /external/chromium_org/chrome/test/functional/
perf.py 49 import simplejson # Must be imported after pyauto; located in third_party. namespace
67 Example: 'src/third_party/{module_name}/__init__.py'
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 93 import simplejson as json # found in third_party namespace
    [all...]

Completed in 408 milliseconds