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

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dblink_idl_lexer.py60 # PLY is in Chromium src/third_party/ply
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir) variable
64 sys.path.insert(1, third_party)
68 tools_dir = os.path.join(third_party, os.pardir, 'tools')
H A Dblink_idl_parser.py60 # PLY is in Chromium src/third_party/ply
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir) variable
64 sys.path.insert(1, third_party)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsamples_model.py12 import third_party.json_schema_compiler.json_comment_eater as json_comment_eater namespace
H A Djsc_view.py15 import third_party.json_schema_compiler.model as model namespace
/external/chromium_org/android_webview/tools/
H A Dwebview_licenses.py33 # Import third_party/PRESUBMIT.py via imp to avoid importing a random
36 third_party = \
38 os.path.join(REPOSITORY_ROOT, 'third_party', 'PRESUBMIT.py')) variable
70 if not third_party.LicenseIsCompatibleWithAndroid(InputApi(), license):
149 excluded_dirs_list = [d for d in excluded_dirs_list if not 'third_party' in d]
151 excluded_dirs_list.append('third_party')
254 os.path.join('third_party', 'adobe'),
257 os.path.join('third_party', 'bidichecker'),
259 os.path.join('third_party', 'gles2_conform'),
261 os.path.join('third_party', 'llv
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h71 bool third_party; member in struct:ash::IMEInfo
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.cc162 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/
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/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc733 bool third_party = false; // Dummy value, gets overwritten. local
734 if (!value->GetAsBoolean(&third_party)) {
741 new WebRequestConditionAttributeThirdParty(third_party));

Completed in 602 milliseconds