Searched defs:third_party (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsamples_data_source.py12 import third_party.json_schema_compiler.json_comment_eater as json_comment_eater namespace
H A Dapi_data_source.py12 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/
H A Dcode_generator_v8.py46 # 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)
H A Dblink_idl_parser.py57 # 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/
H A Dconfig_dir_policy_loader.cc163 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/
H A Didl_lexer.py24 # 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/
H A Didl_lexer.py21 # 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)
H A Didl_parser.py40 # 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/
H A Dsystem_tray_delegate.h103 bool third_party; member in struct:ash::IMEInfo
/external/chromium_org/mojo/public/bindings/parse/
H A Dmojo_parser.py13 # 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/content/public/android/java/src/org/chromium/content/browser/third_party/
H A DGestureDetector.java22 package org.chromium.content.browser.third_party;
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc731 bool third_party = false; // Dummy value, gets overwritten. local
732 if (!value->GetAsBoolean(&third_party)) {
739 new WebRequestConditionAttributeThirdParty(third_party));
/external/chromium_org/chrome/test/functional/
H A Dperf.py49 import simplejson # Must be imported after pyauto; located in third_party. namespace
67 Example: 'src/third_party/{module_name}/__init__.py'
974 # url = self.GetFileURLForDataPath('third_party', 'spaceport', 'index.html')
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py93 import simplejson as json # found in third_party namespace

Completed in 483 milliseconds