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

  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_data_source.py 12 import third_party.json_schema_compiler.json_comment_eater as json_comment_eater namespace
api_data_source.py 12 import third_party.json_schema_compiler.json_parse as json_parse namespace
13 import third_party.json_schema_compiler.model as model namespace
15 from third_party.json_schema_compiler.memoize import memoize
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 46 # jinja2 is in chromium's third_party directory.
48 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir, os.pardir) variable
50 sys.path.insert(1, third_party)
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, os.pardir) variable
61 sys.path.insert(1, third_party)
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader.cc 163 scoped_ptr<base::Value> third_party; local
164 if (dictionary_value->Remove("3rdparty", &third_party))
165 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/tools/idl_parser/
idl_lexer.py 21 # Try to load the ply module, if not, then assume it is in the third_party
30 third_party = os.path.join(module_path, '..', '..', 'third_party') variable
31 sys.path.append(third_party)
idl_parser.py 40 # Try to load the ply module, if not, then assume it is in the third_party
50 third_party = os.path.join(module_path, os.par, os.par, 'third_party') variable
51 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/mojo/public/bindings/parse/
mojo_parser.py 13 # Try to load the ply module, if not, then assume it is in the third_party
22 third_party = os.path.join( variable
23 module_path, os.pardir, os.pardir, os.pardir, os.pardir, 'third_party')
24 sys.path.append(third_party)
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 731 bool third_party = false; // Dummy value, gets overwritten. local
732 if (!value->GetAsBoolean(&third_party)) {
739 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 643 milliseconds