Searched refs:base (Results 26 - 50 of 25345) sorted by relevance

1234567891011>>

/external/chromium_org/ui/v2/src/
H A Dv2_unittest.cc5 #include "base/basictypes.h"
6 #include "base/bind.h"
7 #include "base/compiler_specific.h"
8 #include "base/test/launcher/unit_test_launcher.h"
9 #include "base/test/test_suite.h"
12 base::TestSuite test_suite(argc, argv);
13 return base::LaunchUnitTests(
14 argc, argv, base::Bind(&base::TestSuite::Run,
15 base
[all...]
/external/chromium_org/base/android/
H A Dbase_jni_registrar.cc5 #include "base/android/base_jni_registrar.h"
7 #include "base/android/application_status_listener.h"
8 #include "base/android/build_info.h"
9 #include "base/android/command_line_android.h"
10 #include "base/android/content_uri_utils.h"
11 #include "base/android/cpu_features.h"
12 #include "base/android/event_log.h"
13 #include "base/android/field_trial_list.h"
14 #include "base/android/important_file_writer_android.h"
15 #include "base/androi
30 namespace base { namespace
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.h8 #include "base/strings/string16.h"
10 namespace base { namespace
12 } // namespace base;
18 bool IsValidCreditCardExpirationDate(const base::string16& year,
19 const base::string16& month,
20 const base::Time& now);
23 const base::Time& now);
27 bool IsValidCreditCardNumber(const base::string16& text);
30 bool IsValidCreditCardSecurityCode(const base::string16& text);
34 bool IsValidCreditCardSecurityCode(const base
[all...]
H A Dstate_names.h5 #include "base/strings/string16.h"
15 base::string16 GetAbbreviationForName(const base::string16& name);
19 base::string16 GetNameForAbbreviation(const base::string16& abbreviation);
24 void GetNameAndAbbreviation(const base::string16& value,
25 base::string16* name,
26 base::string16* abbreviation);
/external/chromium_org/net/base/
H A Dload_timing_info.h8 #include "base/basictypes.h"
9 #include "base/time/time.h"
10 #include "net/base/net_export.h"
70 base::TimeTicks dns_start;
71 base::TimeTicks dns_end;
84 base::TimeTicks connect_start;
85 base::TimeTicks connect_end;
90 base::TimeTicks ssl_start;
91 base::TimeTicks ssl_end;
118 // Start time as a base
[all...]
H A Dcompletion_callback.h8 #include "base/callback.h"
9 #include "base/cancelable_callback.h"
15 typedef base::Callback<void(int)> CompletionCallback;
19 typedef base::Callback<void(int64)> Int64CompletionCallback;
21 typedef base::CancelableCallback<void(int)> CancelableCompletionCallback;
H A Dtest_data_directory.h8 #include "base/files/file_path.h"
14 base::FilePath GetTestCertsDirectory();
16 // Returns the base::FilePath object representing the path to client
20 base::FilePath GetTestClientCertsDirectory();
22 // Returns the base::FilePath object representing the relative path containing
25 base::FilePath GetWebSocketTestDataDirectory();
/external/chromium_org/cc/output/
H A Dbegin_frame_args.h8 #include "base/memory/ref_counted.h"
9 #include "base/time/time.h"
10 #include "base/values.h"
11 #include "cc/base/cc_export.h"
13 namespace base { namespace
28 static BeginFrameArgs Create(base::TimeTicks frame_time,
29 base::TimeTicks deadline,
30 base::TimeDelta interval);
32 base::TimeTicks now = base
[all...]
/external/chromium_org/chrome/common/variations/
H A Dexperiment_labels.h8 #include "base/metrics/field_trial.h"
9 #include "base/strings/string16.h"
16 base::string16 BuildGoogleUpdateExperimentLabel(
17 const base::FieldTrial::ActiveGroups& active_groups);
23 base::string16 CombineExperimentLabels(const base::string16& variation_labels,
24 const base::string16& other_labels);
29 base::string16 ExtractNonVariationLabels(const base::string16& labels);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.h10 #include "base/callback_forward.h"
12 namespace base { namespace
17 bool FindChrome(base::FilePath* browser_exe);
22 const base::Callback<bool(const base::FilePath&)>& exists_func,
23 const std::vector<base::FilePath>& rel_paths,
24 const std::vector<base::FilePath>& locations,
25 base::FilePath* out_path);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-350863.js31 function __f_8(base, condition) {
32 __v_7[base + 3] = 0;
33 __v_7[base + 4] = 0;
35 __v_7[base + 0] = 0;
36 __v_7[base + 5] = 0;
38 __v_7[base + 0] = 0;
39 __v_7[base + 18] = 0;
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_util.h8 #include "base/command_line.h"
9 #include "base/strings/string16.h"
11 namespace base { namespace
18 base::CommandLine CommandLineFromParameters(const wchar_t* params);
22 base::CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
23 const base::CommandLine& params,
24 const base::string16& argument);
28 base::string16 ParametersFromSwitch(const char* a_switch);
/external/chromium_org/base/
H A Dbarrier_closure.h8 #include "base/base_export.h"
9 #include "base/callback_forward.h"
11 namespace base { namespace
19 // maintained as a base::AtomicRefCount. |done_closure| will be run on
25 BASE_EXPORT base::Closure BarrierClosure(int num_closures,
26 const base::Closure& done_closure);
28 } // namespace base
/external/chromium_org/base/files/
H A Dfile_util_android.cc5 #include "base/files/file_util.h"
7 #include "base/files/file_path.h"
8 #include "base/path_service.h"
10 namespace base { namespace
12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
13 return PathService::Get(base::DIR_CACHE, path);
16 } // namespace base
/external/chromium_org/chrome/common/importer/
H A Die_importer_utils_win.h8 #include "base/strings/string16.h"
14 base::string16 GetIEFavoritesOrderKey();
18 base::string16 GetIE7PasswordsKey();
22 base::string16 GetIESettingsKey();
/external/chromium_org/chromeos/network/onc/
H A Donc_merger.h8 #include "base/memory/scoped_ptr.h"
11 namespace base { namespace
29 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue>
31 const base::DictionaryValue* user_policy,
32 const base::DictionaryValue* device_policy,
33 const base::DictionaryValue* user_settings,
34 const base::DictionaryValue* shared_settings);
43 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue>
46 const base::DictionaryValue* user_policy,
47 const base
[all...]
/external/chromium_org/content/common/
H A Dfile_utilities_messages.h17 base::FilePath /* path */,
18 base::File::Info /* result */,
19 base::File::Error /* status */)
H A Dplugin_constants_win.cc9 const base::char16 kNativeWindowClassName[] = L"NativeWindowClass";
10 const base::char16 kWrapperNativeWindowClassName[] =
12 const base::char16 kDummyActivationWindowName[] = L"DummyWindowForActivation";
13 const base::char16 kPaintMessageName[] = L"Chrome_CustomPaintil";
14 const base::char16 kRegistryMozillaPlugins[] = L"SOFTWARE\\MozillaPlugins";
15 const base::char16 kMozillaActiveXPlugin[] = L"npmozax.dll";
16 const base::char16 kNewWMPPlugin[] = L"np-mswmp.dll";
17 const base::char16 kOldWMPPlugin[] = L"npdsplay.dll";
18 const base::char16 kYahooApplicationStatePlugin[] = L"npystate.dll";
19 const base
[all...]
H A Dplugin_constants_win.h8 #include "base/strings/string16.h"
17 extern const base::char16 kNativeWindowClassName[];
22 extern const base::char16 kWrapperNativeWindowClassName[];
24 extern const base::char16 kDummyActivationWindowName[];
28 extern const base::char16 kPaintMessageName[];
31 extern const base::char16 kRegistryMozillaPlugins[];
33 extern const base::char16 kMozillaActiveXPlugin[];
34 extern const base::char16 kNewWMPPlugin[];
35 extern const base::char16 kOldWMPPlugin[];
36 extern const base
[all...]
/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/tools/dump_cache/
H A Ddump_files.h12 #include "base/files/file_path.h"
15 int GetMajorVersion(const base::FilePath& input_path);
18 int DumpContents(const base::FilePath& input_path);
21 int DumpHeaders(const base::FilePath& input_path);
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dtime.h8 #include "base/time/time.h"
11 typedef base::Time Time;
12 typedef base::TimeTicks TimeTicks;
13 typedef base::TimeDelta TimeDelta;
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.h8 #include "base/files/file.h"
9 #include "base/files/file_path.h"
10 #include "base/files/file_util_proxy.h"
11 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
41 static base::File CreateOrOpen(const base::FilePath& path, int file_flags);
42 static base::File::Error EnsureFileExists(const base::FilePath& path,
44 static base
[all...]
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DVisibleForTesting.java5 package org.chromium.base;
/external/chromium_org/base/i18n/
H A Di18n_constants.cc5 #include "base/i18n/i18n_constants.h"
7 namespace base { namespace
14 } // namespace base

Completed in 479 milliseconds

1234567891011>>