Searched refs:base (Results 176 - 200 of 22307) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/ui/
H A Drect_view_test.js7 base.require('base.bbox2');
8 base.require('base.quad');
9 base.require('ui.quad_stack');
10 base.require('ui.quad_view_viewport');
11 base.require('ui.rect_view');
13 base.unittest.testSuite('ui.rect_view', function() {
17 base.Quad.FromXYWH(100, 100, 300, 400),
18 base
[all...]
/external/chromium_org/base/synchronization/
H A Dspin_wait.h18 #include "base/threading/platform_thread.h"
19 #include "base/time/time.h"
34 SPIN_FOR_TIMEDELTA_OR_UNTIL_TRUE(base::TimeDelta::FromSeconds(1), \
38 base::TimeTicks start = base::TimeTicks::Now(); \
39 const base::TimeDelta kTimeout = delta; \
41 if (kTimeout < base::TimeTicks::Now() - start) { \
42 EXPECT_LE((base::TimeTicks::Now() - start).InMilliseconds(), \
46 base::PlatformThread::Sleep(base
[all...]
/external/chromium_org/cc/output/
H A Dbegin_frame_args.cc11 : frame_time(base::TimeTicks()),
12 deadline(base::TimeTicks()),
13 interval(base::TimeDelta::FromMicroseconds(-1)) {
16 BeginFrameArgs::BeginFrameArgs(base::TimeTicks frame_time,
17 base::TimeTicks deadline,
18 base::TimeDelta interval)
24 BeginFrameArgs BeginFrameArgs::Create(base::TimeTicks frame_time,
25 base::TimeTicks deadline,
26 base::TimeDelta interval) {
34 base
[all...]
/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
/external/chromium_org/chrome/browser/android/
H A Dchromium_application.cc7 #include "base/android/jni_android.h"
20 base::android::AttachCurrentThread(),
21 base::android::GetApplicationContext());
26 base::android::AttachCurrentThread(),
27 base::android::GetApplicationContext());
32 base::android::AttachCurrentThread(),
33 base::android::GetApplicationContext());
38 base::android::AttachCurrentThread(),
39 base::android::GetApplicationContext());
/external/chromium_org/chrome/browser/chromeos/system/
H A Dtimezone_util.h8 #include "base/memory/scoped_ptr.h"
10 namespace base { namespace
18 scoped_ptr<base::ListValue> GetTimezoneList();
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.h8 namespace base { namespace
17 void CreateTestNativeHostManifest(base::FilePath manifest_path);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.h11 #include "base/basictypes.h"
13 namespace base { namespace
42 bool Run(const base::FilePath& extension_dir,
43 const base::FilePath& crx_path,
44 const base::FilePath& private_key_path,
45 const base::FilePath& private_key_output_path,
61 bool InitializeInput(const base::FilePath& extension_dir,
62 const base::FilePath& crx_path,
63 const base::FilePath& private_key_path,
64 const base
[all...]
/external/chromium_org/chrome/browser/
H A Dicon_loader_android.cc5 #include "base/logging.h"
10 const base::FilePath& filepath) {
15 bool IconLoader::IsIconMutableFromFilepath(const base::FilePath&) { argument
H A Duser_data_dir_extractor_win.h8 #include "base/callback.h"
9 #include "base/files/file_path.h"
13 typedef base::Callback<base::FilePath()> GetUserDataDirCallback;
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.h10 #include "base/callback.h"
11 #include "base/location.h"
12 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h"
14 #include "base/platform_file.h"
15 #include "base/strings/string16.h"
16 #include "base/win/scoped_comptr.h"
20 namespace base { namespace
40 StorageDeviceInfo(const base::string16& pnp_device_id,
41 const base
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_observer.h8 #include "base/strings/string16.h"
11 namespace base { namespace
21 virtual void OnProfileAdded(const base::FilePath& profile_path) {}
22 virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {}
23 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
24 const base::string16& profile_name) {}
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
26 const base::string16& old_profile_name) {}
27 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
/external/chromium_org/chrome/browser/spellchecker/
H A Dmisspelling.cc12 #include "base/strings/string_number_conversions.h"
13 #include "base/values.h"
19 base::Value* BuildSuggestionsValue(const std::vector<base::string16>& list) {
20 base::ListValue* result = new base::ListValue;
26 base::Value* BuildUserActionValue(const SpellcheckAction& action) {
27 base::ListValue* result = new base::ListValue;
35 : location(0), length(0), hash(0), timestamp(base
[all...]
H A Dword_trimmer.h8 #include "base/strings/string16.h"
20 // base::string16 text =
23 // base::string16 trimmed = TrimWords(&start, end, text, keep);
27 base::string16 TrimWords(size_t* start,
29 const base::string16& text,
/external/chromium_org/chrome/browser/storage_monitor/
H A Dvolume_mount_watcher_win.h13 #include "base/basictypes.h"
14 #include "base/callback.h"
15 #include "base/files/file_path.h"
16 #include "base/memory/weak_ptr.h"
17 #include "base/sequenced_task_runner.h"
18 #include "base/strings/string16.h"
19 #include "base/threading/sequenced_worker_pool.h"
36 static base::FilePath DriveNumberToFilePath(int drive_number);
43 bool GetDeviceInfo(const base::FilePath& device_path,
55 base
[all...]
/external/chromium_org/chrome/common/importer/
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/common/metrics/variations/
H A Duniformity_field_trials.h8 namespace base { namespace
17 void SetupUniformityFieldTrials(const base::Time install_date);
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.h12 namespace base { namespace
30 bool GenerateAlternateVersion(const base::FilePath& original_installer_path,
31 const base::FilePath& target_path,
40 bool GenerateAlternatePEFileVersion(const base::FilePath& original_file,
41 const base::FilePath& target_file,
48 bool GenerateSpecificPEFileVersion(const base::FilePath& original_file,
49 const base::FilePath& target_file,
50 const base::Version& version);
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.h10 #include "base/files/file_path.h"
11 #include "base/files/scoped_temp_dir.h"
12 #include "base/memory/scoped_ptr.h"
31 DeleteTreeWorkItem(const base::FilePath& root_path,
32 const base::FilePath& temp_path,
33 const std::vector<base::FilePath>& key_paths);
36 base::FilePath root_path_;
39 base::FilePath temp_path_;
46 scoped_ptr<base::FilePath[]> key_paths_;
50 // container for this since base
[all...]
/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/components/autofill/core/browser/
H A Dautofill_regexes.h8 #include "base/strings/string16.h"
15 bool MatchesPattern(const base::string16& input,
16 const base::string16& pattern);
/external/chromium_org/components/policy/core/common/cloud/
H A Dmock_user_cloud_policy_store.cc10 : UserCloudPolicyStore(base::FilePath(),
11 scoped_refptr<base::SequencedTaskRunner>()) {}
/external/chromium_org/content/common/
H A Dfont_list.h8 #include "base/memory/scoped_ptr.h"
10 namespace base { namespace
34 scoped_ptr<base::ListValue> GetFontList_SlowBlocking();
H A Done_writer_seqlock.cc13 base::subtle::Atomic32 OneWriterSeqLock::ReadBegin() {
14 base::subtle::Atomic32 version;
16 version = base::subtle::NoBarrier_Load(&sequence_);
24 base::PlatformThread::YieldCurrentThread();
29 bool OneWriterSeqLock::ReadRetry(base::subtle::Atomic32 version) {
32 return base::subtle::Release_Load(&sequence_) != version;
38 base::subtle::Barrier_AtomicIncrement(&sequence_, 1);
46 base::subtle::Barrier_AtomicIncrement(&sequence_, 1);
H A Dsandbox_util.h8 #include "base/process/process.h"
20 base::PlatformFile handle,
21 base::ProcessId target_process_id,

Completed in 464 milliseconds

1234567891011>>