Searched refs:base (Results 151 - 175 of 25345) sorted by relevance

1234567891011>>

/external/chromium_org/cc/test/
H A Drun_all_perftests.cc5 #include "base/bind.h"
6 #include "base/message_loop/message_loop.h"
7 #include "base/test/launcher/unit_test_launcher.h"
8 #include "base/test/test_suite.h"
17 return base::LaunchUnitTestsSerially(
18 argc, argv, base::Bind(&cc::CCTestSuite::Run,
19 base::Unretained(&test_suite)));
H A Drun_all_unittests.cc5 #include "base/bind.h"
6 #include "base/test/launcher/unit_test_launcher.h"
12 return base::LaunchUnitTests(
15 base::Bind(&cc::CCTestSuite::Run, base::Unretained(&test_suite)));
/external/chromium_org/chrome/browser/android/
H A Dchromium_application.cc7 #include "base/android/jni_android.h"
22 base::android::AttachCurrentThread(),
23 base::android::GetApplicationContext());
28 base::android::AttachCurrentThread(),
29 base::android::GetApplicationContext());
34 base::android::AttachCurrentThread(),
35 base::android::GetApplicationContext());
40 base::android::AttachCurrentThread(),
41 base::android::GetApplicationContext());
49 base
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_perf.h8 namespace base { namespace
22 void PrintBweForVideoMetrics(const base::DictionaryValue& pc_dict);
23 void PrintMetricsForAllStreams(const base::DictionaryValue& pc_dict);
H A Dwebrtc_log_util.h8 #include "base/files/file_path.h"
9 #include "base/time/time.h"
15 static void DeleteOldWebRtcLogFiles(const base::FilePath& log_dir);
19 // base::time::Max(), no recent logs will be deleted, and the function is
22 const base::FilePath& log_dir,
23 const base::Time& delete_begin_time);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser.h10 #include "base/files/file_path.h"
49 base::FilePath::StringType ExpandPathVariables(
50 const base::FilePath::StringType& untranslated_string);
61 void CheckUserDataDirPolicy(base::FilePath* user_data_dir);
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data_android.h10 #include "base/lazy_instance.h"
11 #include "base/strings/string16.h"
15 static base::LazyInstance<base::string16>::Leaky rlz_parameter_value_;
16 static base::LazyInstance<std::string>::Leaky search_client_;
/external/chromium_org/chrome/browser/ui/apps/
H A Ddirectory_access_confirmation_dialog.h8 #include "base/callback_forward.h"
9 #include "base/strings/string16.h"
16 const base::string16& app_name,
18 const base::Closure& on_accept,
19 const base::Closure& on_cancel);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_view.cc16 base::WeakPtr<GeneratedCreditCardBubbleView>
18 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
20 return base::WeakPtr<GeneratedCreditCardBubbleView>();
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.h8 namespace base { namespace
23 base::FilePath GetChromePathForInstallationLevel(InstallationLevel level);
29 base::FilePath GetAnyChromePath();
/external/chromium_org/chrome/installer/util/
H A Dduplicate_tree_detector.h12 namespace base { namespace
24 bool IsIdenticalFileHierarchy(const base::FilePath& src_path,
25 const base::FilePath& dest_path);
H A Dinstaller_util_test_common.h8 namespace base { namespace
18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.h10 #include "base/compiler_specific.h"
11 #include "base/files/file_path.h"
13 namespace base { namespace
22 void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
26 const base::FilePath& user_data_dir) WARN_UNUSED_RESULT;
/external/chromium_org/cloud_print/common/win/
H A Dinstall_utils.h11 #include "base/files/file_path.h"
12 #include "base/strings/string16.h"
17 void SetGoogleUpdateKeys(const base::string16& product_id,
18 const base::string16& product_name);
21 void SetGoogleUpdateError(const base::string16& product_id,
22 const base::string16& message);
25 void SetGoogleUpdateError(const base::string16& product_id, HRESULT hr);
28 void DeleteGoogleUpdateKeys(const base::string16& product_id);
31 void CreateUninstallKey(const base::string16& uninstall_id,
32 const base
[all...]
/external/chromium_org/components/nacl/common/
H A Dnacl_debug_exception_handler_win.h8 #include "base/callback.h"
9 #include "base/message_loop/message_loop.h"
10 #include "base/process/process.h"
13 base::ProcessHandle nacl_process,
15 base::MessageLoopProxy* message_loop,
16 const base::Callback<void(bool)>& on_connected);
/external/chromium_org/components/policy/core/common/cloud/
H A Dmock_user_cloud_policy_store.cc10 : UserCloudPolicyStore(base::FilePath(),
11 base::FilePath(),
13 scoped_refptr<base::SequencedTaskRunner>()) {}
/external/chromium_org/components/startup_metric_utils/
H A Dstartup_metric_utils.cc7 #include "base/containers/hash_tables.h"
8 #include "base/environment.h"
9 #include "base/logging.h"
10 #include "base/metrics/histogram.h"
11 #include "base/metrics/histogram_base.h"
12 #include "base/metrics/statistics_recorder.h"
13 #include "base/process/process_info.h"
14 #include "base/strings/string_number_conversions.h"
15 #include "base/synchronization/lock.h"
16 #include "base/sys_inf
[all...]
/external/chromium_org/content/public/browser/
H A Dfont_list_async.h8 #include "base/callback_forward.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
26 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback);
/external/chromium_org/media/base/
H A Dranges.cc5 #include "media/base/ranges.h"
10 void Ranges<base::TimeDelta>::DCheckLT(const base::TimeDelta& lhs,
11 const base::TimeDelta& rhs) const {
H A Dtime_delta_interpolator.h8 #include "base/basictypes.h"
9 #include "base/time/time.h"
10 #include "media/base/media_export.h"
12 namespace base { namespace
14 } // namespace base
27 explicit TimeDeltaInterpolator(base::TickClock* tick_clock);
35 base::TimeDelta StartInterpolating();
40 base::TimeDelta StopInterpolating();
52 void SetBounds(base::TimeDelta lower_bound, base
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_unittests.cc5 #include "base/bind.h"
6 #include "base/test/launcher/unit_test_launcher.h"
12 return base::LaunchUnitTests(
13 argc, argv, base::Bind(&TestSuite::Run, base::Unretained(&test_suite)));
/external/chromium_org/net/cert/
H A Djwk_serializer.h8 #include "base/strings/string_piece.h"
9 #include "net/base/net_export.h"
11 namespace base { namespace
23 const base::StringPiece& spki_der,
24 base::DictionaryValue* public_key_jwk);
/external/chromium_org/net/disk_cache/
H A Dcache_util_posix.cc7 #include "base/files/file_enumerator.h"
8 #include "base/files/file_util.h"
9 #include "base/logging.h"
10 #include "base/strings/string_util.h"
14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) {
22 if (!base::CreateDirectory(to_path)) {
26 base::FileEnumerator iter(from_path, false /* not recursive */,
27 base::FileEnumerator::DIRECTORIES | base
[all...]
H A Dcache_util_unittest.cc5 #include "base/files/file_util.h"
6 #include "base/files/scoped_temp_dir.h"
19 file1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("file01")));
20 file2_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL(".file02")));
21 dir1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("dir01")));
22 file3_ = base::FilePath(dir1_.Append(FILE_PATH_LITERAL("file03")));
23 ASSERT_TRUE(base::CreateDirectory(cache_dir_));
24 FILE *fp = base::OpenFile(file1_, "w");
26 base::CloseFile(fp);
27 fp = base
[all...]
/external/chromium_org/net/ftp/
H A Dftp_util.h10 #include "base/strings/string16.h"
11 #include "net/base/net_export.h"
13 namespace base { namespace
33 static bool AbbreviatedMonthToNumber(const base::string16& text, int* number);
39 static bool LsDateListingToTime(const base::string16& month,
40 const base::string16& day,
41 const base::string16& rest,
42 const base::Time& current_time,
43 base::Time* result);
46 static bool WindowsDateListingToTime(const base
[all...]

Completed in 1174 milliseconds

1234567891011>>