Searched defs:base (Results 26 - 50 of 5037) sorted by relevance

1234567891011>>

/external/chromium_org/base/
H A Dvalue_conversions.h10 #include "base/base_export.h"
13 namespace base { namespace
/external/chromium_org/chrome/app/
H A Dchrome_main_mac.h8 namespace base { namespace
14 void CheckUserDataDirPolicy(base::FilePath* user_data_dir);
16 // Sets the app bundle (base::mac::FrameworkBundle()) to the framework's bundle,
17 // and sets the base bundle ID (base::mac::BaseBundleID()) to the proper value
18 // based on the running application. The base bundle ID is the outer browser
H A Dsignature_validator_win.h11 namespace base { namespace
18 bool VerifyAuthenticodeSignature(const base::FilePath& signed_file);
24 bool VerifySignerIsGoogle(const base::FilePath& signed_file,
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.h11 #include "base/basictypes.h"
12 #include "base/strings/string16.h"
18 namespace base { namespace
32 base::FilePath GetFirefoxInstallPathFromRegistry();
40 base::FilePath GetFirefoxDylibPath();
44 base::FilePath GetFirefoxProfilePath();
48 base::FilePath GetFirefoxProfilePathFromDictionary(
49 const base::DictionaryValue& root);
53 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
55 base
[all...]
H A Dsafari_importer_utils.h8 #include "base/basictypes.h"
10 namespace base { namespace
19 bool SafariImporterCanImport(const base::FilePath& library_dir,
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dutil.h10 namespace base { namespace
14 std::string SerializeValue(const base::Value* value);
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.h10 #include "base/memory/scoped_ptr.h"
13 namespace base { namespace
23 base::DictionaryValue* CreateElement(const std::string& element_id);
25 base::Value* CreateValueFrom(const WebPoint& point);
34 const base::DictionaryValue& params,
35 scoped_ptr<base::Value>* value);
40 scoped_ptr<base::Value>* value);
53 scoped_ptr<base::Value>* value);
H A Dutil.h10 namespace base { namespace
25 const base::ListValue* key_list,
39 Status UnzipSoleFile(const base::FilePath& unzip_dir,
41 base::FilePath* file);
/external/chromium_org/cloud_print/service/win/
H A Dservice_utils.h8 #include "base/strings/string16.h"
10 namespace base { namespace
14 base::string16 ReplaceLocalHostInName(const base::string16& user_name);
15 base::string16 GetCurrentUserName();
16 void CopyChromeSwitchesFromCurrentProcess(base::CommandLine* destination);
/external/chromium_org/content/shell/app/
H A Dpaths_mac.h8 namespace base { namespace
12 // Sets up base::mac::FrameworkBundle.
19 base::FilePath GetResourcesPakFilePath();
22 base::FilePath GetInfoPlistPath();
/external/chromium_org/net/test/
H A Dpython_utils.h8 #include "base/compiler_specific.h"
10 namespace base { namespace
19 void AppendToPythonPath(const base::FilePath& dir);
22 bool GetPyProtoPath(base::FilePath* dir);
25 bool GetPythonCommand(base::CommandLine* python_cmd) WARN_UNUSED_RESULT;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-137.js32 var base = strNum / 16; variable
34 var base = base - (rem / 16); // base is now HeapNumber with valid Smi value. variable
36 switch(base) {
H A Dregress-crbug-134055.js34 function base(number_of_properties) { function
43 var a = base(12);
44 var b = base(13);
45 var c = base(14);
46 var d = base(15);
55 var x = base(13);
57 x = base(14);
59 x = base(15);
/external/chromium_org/remoting/webapp/
H A Dbase.js14 var base = {};
15 base.debug = function() {};
22 base.debug.breakOnAssert = false;
29 base.debug.assert = function(expr, opt_msg) {
36 if (base.debug.breakOnAssert) {
46 base.debug.callstack = function() {
62 base.Disposable = function() {};
63 base.Disposable.prototype.dispose = function() {};
67 * @param {base.Disposable} obj
69 base
[all...]
/external/chromium_org/apps/
H A Dlauncher.h14 namespace base { namespace
31 const base::CommandLine& command_line,
32 const base::FilePath& current_directory);
38 const base::FilePath& file_path);
52 const std::vector<base::FilePath>& file_paths);
/external/chromium_org/base/allocator/
H A Dallocator_extension.h10 #include "base/allocator/allocator_extension_thunks.h"
11 #include "base/base_export.h"
14 namespace base { namespace
57 } // namespace base
H A Dallocator_shim.h10 namespace base { namespace
25 } // namespace base.
H A Dtype_profiler_control.h8 #include "base/gtest_prod_util.h"
10 namespace base { namespace
29 } // namespace base
H A Dtype_profiler_tcmalloc.h13 namespace base { namespace
25 } // namespace base
/external/chromium_org/base/android/
H A Dbase_jni_registrar.h10 #include "base/base_export.h"
12 namespace base { namespace
15 // Register all JNI bindings necessary for base.
19 } // namespace base
H A Dcommand_line_android.h10 #include "base/base_export.h"
12 namespace base { namespace
24 } // namespace base
H A Dcpu_features.h10 namespace base { namespace
16 } // namespace base
H A Devent_log.h10 #include "base/base_export.h"
12 namespace base { namespace
20 } // namespace base
H A Dfield_trial_list.h10 namespace base { namespace
16 } // namespace base
H A Dfifo_utils.h10 #include "base/base_export.h"
11 #include "base/basictypes.h"
13 namespace base { namespace
30 } // namespace base

Completed in 588 milliseconds

1234567891011>>