Searched defs:overrides (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_override_apitest.cc21 const DictionaryValue* overrides = local
26 if (!overrides->GetList("history", &values))
H A Dextension_web_ui.cc147 // For chrome:// overrides, some of the defaults are a little different.
232 // chrome:// URL overrides
244 const DictionaryValue* overrides = local
248 if (!overrides || !overrides->GetList(page, &url_list))
302 Profile* profile, const Extension::URLOverrideMap& overrides) {
303 if (overrides.empty())
312 Extension::URLOverrideMap::const_iterator iter = overrides.begin();
313 for (; iter != overrides.end(); ++iter) {
386 Profile* profile, const Extension::URLOverrideMap& overrides) {
301 RegisterChromeURLOverrides( Profile* profile, const Extension::URLOverrideMap& overrides) argument
385 UnregisterChromeURLOverrides( Profile* profile, const Extension::URLOverrideMap& overrides) argument
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data_unittest.cc99 ListValue* overrides = new ListValue; local
111 overrides->Append(entry);
112 prefs.SetUserPref(prefs::kSearchProviderOverrides, overrides);
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java74 * @param overrides [may be null (unsets the previous overrides)]
76 public synchronized final void setPropertyOverrides (final Properties overrides) argument
78 m_propertyOverrides = EMMAProperties.wrap (overrides);
83 * @param overrides [may be null (unsets the previous overrides)]
85 public synchronized final void setPropertyOverrides (final IProperties overrides) argument
87 m_propertyOverrides = overrides;
/external/chromium/base/
H A Dpath_service.cc97 PathMap overrides; // Track path overrides. member in struct:__anon1574::PathData
150 PathMap::const_iterator it = path_data->overrides.find(key);
151 if (it != path_data->overrides.end()) {
235 path_data->overrides[key] = file_path;
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java103 * Combines two property sets by creating a property set that chains 'overrides'
104 * to 'base' for property delegation. Note that 'overrides' are cloned
107 * @param overrides [may be null]
112 public static IProperties combine (final IProperties overrides, final IProperties base) argument
114 final IProperties result = overrides != null
115 ? overrides.copy ()
H A DProperty.java48 * independently from 'overrides' or 'base', so this method
51 * @param overrides [null is equivalent to empty]
56 public static Properties combine (final Properties overrides, final Properties base) argument
62 if (overrides == null)
65 return overrides;
70 if (overrides == null) return base;
72 // [assertion: both 'overrides' and 'base' are not null]
77 // into possible bases inside 'overrides'
79 for (Enumeration overrideNames = overrides.propertyNames (); overrideNames.hasMoreElements (); )
82 final String v = overrides
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension.cc2331 // Chrome URL overrides (optional)
2333 DictionaryValue* overrides = NULL; local
2334 if (!source.GetDictionary(keys::kChromeURLOverrides, &overrides)) {
2339 // Validate that the overrides are all strings
2340 for (DictionaryValue::key_iterator iter = overrides->begin_keys();
2341 iter != overrides->end_keys(); ++iter) {
2354 !overrides->GetStringWithoutPathExpansion(*iter, &val)) {
2363 if (overrides->size() > 1) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... publisherInfo private java.util.Properties buildProperties protected String overrides protected java.util.List contextMetadataRepositories protected java. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 181 milliseconds