Searched refs:base (Results 76 - 100 of 25345) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_stub.cc17 void ImageWriter::UnmountVolumes(const base::Closure& continuation) {
25 base::File::FLAG_OPEN | base::File::FLAG_READ | base::File::FLAG_WRITE |
26 base::File::FLAG_EXCLUSIVE_READ | base::File::FLAG_EXCLUSIVE_WRITE);
/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...]
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_distribution_dummy.cc15 #include "base/files/file_path.h"
16 #include "base/logging.h"
17 #include "base/values.h"
25 new NonUpdatingAppRegistrationData(base::string16()))) {
35 const base::FilePath& local_data_path,
36 const base::string16& distribution_data) {
39 base::string16 GoogleChromeDistribution::GetActiveSetupGuid() {
40 return base::string16();
43 base::string16 GoogleChromeDistribution::GetBaseAppName() {
44 return base
[all...]
H A Dauto_launch_util.h8 #include "base/strings/string16.h"
10 namespace base { namespace
35 bool AutoStartRequested(const base::string16& profile_directory,
37 const base::FilePath& application_path);
42 void DisableAllAutoStartFeatures(const base::string16& profile_directory);
51 void EnableForegroundStartAtLogin(const base::string16& profile_directory,
52 const base::FilePath& application_path);
59 void DisableForegroundStartAtLogin(const base::string16& profile_directory);
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.cc7 #include "base/files/file.h"
8 #include "base/files/file_enumerator.h"
9 #include "base/files/file_util.h"
10 #include "base/memory/scoped_ptr.h"
22 bool SetPlatformSpecificDirectoryPermissions(const base::FilePath& dir_path) {
38 // the disk. This is essentially base::CopyFile followed by fsync().
39 bool CopyFileAndSync(const base::FilePath& from, const base::FilePath& to) {
40 base::File infile(from, base
[all...]
/external/chromium_org/base/
H A Dbarrier_closure_unittest.cc5 #include "base/barrier_closure.h"
7 #include "base/bind.h"
16 base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count)));
18 base::Closure barrierClosure = base::BarrierClosure(0, doneClosure);
24 base::Closure doneClosure(base::Bind(&Increment, base
[all...]
H A Dbase_paths_android.cc5 // Defines base::PathProviderAndroid which replaces base::PathProviderPosix for
6 // Android in base/path_service.cc.
10 #include "base/android/jni_android.h"
11 #include "base/android/path_utils.h"
12 #include "base/base_paths.h"
13 #include "base/files/file_path.h"
14 #include "base/files/file_util.h"
15 #include "base/logging.h"
16 #include "base/proces
18 namespace base { namespace
[all...]
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier.h8 #include "base/callback.h"
9 #include "base/memory/weak_ptr.h"
10 #include "cc/base/cc_export.h"
12 namespace base { namespace
14 } // namespace base
22 DelayedUniqueNotifier(base::SequencedTaskRunner* task_runner,
23 const base::Closure& closure,
24 const base::TimeDelta& delay);
45 virtual base::TimeTicks Now() const;
50 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) {}
29 const base
[all...]
/external/chromium_org/components/omnibox/
H A Durl_prefix.h10 #include "base/strings/string16.h"
18 URLPrefix(const base::string16& prefix, size_t num_components);
24 static bool IsURLPrefix(const base::string16& prefix);
30 static const URLPrefix* BestURLPrefix(const base::string16& text,
31 const base::string16& prefix_suffix);
37 const base::string16& text,
38 const base::string16& prefix_suffix);
42 // base::string16::npos if |text| is not inlineable.
50 const base::string16& input,
51 const base
[all...]
/external/chromium_org/third_party/zlib/google/
H A Dzip.h10 #include "base/callback.h"
11 #include "base/files/file_path.h"
20 typedef base::Callback<bool(const base::FilePath&)> FilterCallback;
21 bool ZipWithFilterCallback(const base::FilePath& src_dir,
22 const base::FilePath& dest_file,
28 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file,
36 bool ZipFiles(const base::FilePath& src_dir,
37 const std::vector<base
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.cc7 #include "base/auto_reset.h"
8 #include "base/bind.h"
9 #include "base/run_loop.h"
20 base::MessagePumpDispatcher* dispatcher,
21 base::Closure* run_closure,
22 base::Closure* quit_closure) {
24 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(dispatcher));
26 scoped_ptr<base::RunLoop> run_loop(new base
[all...]
/external/libsepol/tests/
H A Dtest-linker-types.c39 * - type in base, no modules
40 * - type in base optional, no modules
41 * - type a in base, b in module
42 * - type a in base optional, b in module
43 * - type a in base, b in module optional
44 * - type a in base optional, b in module optional
45 * - attr in base, no modules
46 * - attr in base optional, no modules
47 * - attr a in base, b in module
48 * - attr a in base optiona
125 base_type_tests(policydb_t * base) argument
163 module_type_tests(policydb_t * base) argument
[all...]
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_unittest.cc7 #include "base/strings/utf_string_conversions.h"
15 base::string16 GetContent(const TokenizedString& tokenized) {
19 base::string16 str;
24 str += base::UTF8ToUTF16(mappings[i].ToString());
32 base::string16 empty;
34 EXPECT_EQ(base::string16(), GetContent(tokens));
39 base::string16 text(base::UTF8ToUTF16("ScratchPad"));
41 EXPECT_EQ(base::UTF8ToUTF16("scratch{0,7} pad{7,10}"),
45 base
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dtile_test.js7 base.require('cc.tile');
8 base.require('cc.tile_view');
9 base.require('tracing.importer.trace_event_importer');
10 base.require('tracing.trace_model');
11 base.require('cc.layer_tree_host_impl_test_data');
13 base.unittest.testSuite('cc.tile', function() {
16 var p = base.dictionaryValues(m.processes)[0];
/external/chromium_org/components/network_time/
H A Dnetwork_time_tracker.h8 #include "base/memory/scoped_ptr.h"
9 #include "base/threading/thread_checker.h"
10 #include "base/time/time.h"
15 namespace base { namespace
27 NetworkTimeTracker(scoped_ptr<base::TickClock> tick_clock,
34 bool GetNetworkTime(base::TimeTicks time_ticks,
35 base::Time* network_time,
36 base::TimeDelta* uncertainty) const;
42 void UpdateNetworkTime(base::Time network_time,
43 base
[all...]
/external/chromium_org/extensions/common/
H A Dextension_resource.h10 #include "base/files/file_path.h"
30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path);
43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
54 const base::FilePath& relative_path,
59 const base::FilePath& extension_root() const { return extension_root_; }
60 const base::FilePath& relative_path() const { return relative_path_; }
65 base
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_net_log_params_test.cc9 #include "base/callback.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/values.h"
15 base::ListValue* list = new base::ListValue();
16 list->Append(new base::StringValue("GET /demo HTTP/1.1"));
17 list->Append(new base::StringValue("Host: example.com"));
18 list->Append(new base::StringValue("Connection: Upgrade"));
19 list->Append(new base::StringValue("Sec-WebSocket-Key2: 12998 5 Y3 1 .P00"));
20 list->Append(new base
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_db_util.cc7 #include "base/files/file_path.h"
8 #include "base/single_thread_task_runner.h"
15 const base::FilePath& sync_dir,
16 scoped_refptr<base::SingleThreadTaskRunner> callback_runner,
17 base::Callback<void(base::Time)> callback) {
18 const base::FilePath sync_db =
21 base::File f(sync_db, base::File::FLAG_OPEN | base
[all...]
/external/bison/lib/
H A Dbasename.c30 char const *base = last_component (name); local
35 if (! *base)
39 length = base_len (base);
40 if (ISSLASH (base[length]))
46 if (FILE_SYSTEM_PREFIX_LEN (base))
51 memcpy (p + 2, base, length);
57 return xstrndup (base, length);
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_dir.h8 #include "base/files/file_path.h"
9 #include "base/files/scoped_temp_dir.h"
10 #include "base/strings/string_piece.h"
24 void WriteManifest(base::StringPiece manifest);
28 void WriteFile(const base::FilePath::StringType& filename,
29 base::StringPiece contents);
33 base::FilePath Pack();
36 base::FilePath unpacked_path() {
42 base::ScopedTempDir dir_;
45 base
[all...]
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar_util.cc7 #include "base/i18n/rtl.h"
8 #include "base/strings/string_util.h"
9 #include "base/strings/utf_string_conversions.h"
14 base::string16 CalculateMinString(const base::string16& description) {
17 base::kWhitespaceUTF16 + base::ASCIIToUTF16("."));
18 base::string16 min_string((chop_index == base::string16::npos) ?
21 base
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_status_code.cc7 #include "base/logging.h"
22 // TODO(nhiroki): add stringize function for File::Error into base/.
112 base::File::Error file_error) {
114 case base::File::FILE_OK:
116 case base::File::FILE_ERROR_FAILED:
118 case base::File::FILE_ERROR_IN_USE:
120 case base::File::FILE_ERROR_EXISTS:
122 case base::File::FILE_ERROR_NOT_FOUND:
124 case base::File::FILE_ERROR_ACCESS_DENIED:
126 case base
[all...]
/external/chromium_org/cc/output/
H A Dbegin_frame_args.cc7 #include "base/debug/trace_event_argument.h"
13 : frame_time(base::TimeTicks()),
14 deadline(base::TimeTicks()),
15 interval(base::TimeDelta::FromMicroseconds(-1)) {
18 BeginFrameArgs::BeginFrameArgs(base::TimeTicks frame_time,
19 base::TimeTicks deadline,
20 base::TimeDelta interval)
26 BeginFrameArgs BeginFrameArgs::Create(base::TimeTicks frame_time,
27 base::TimeTicks deadline,
28 base
[all...]
/external/chromium_org/base/timer/
H A Dhi_res_timer_manager_unittest.cc5 #include "base/timer/hi_res_timer_manager.h"
7 #include "base/memory/scoped_ptr.h"
8 #include "base/message_loop/message_loop.h"
9 #include "base/power_monitor/power_monitor.h"
10 #include "base/power_monitor/power_monitor_device_source.h"
11 #include "base/time/time.h"
14 namespace base { namespace
21 base::MessageLoop loop(base::MessageLoop::TYPE_UI);
22 scoped_ptr<base
[all...]

Completed in 906 milliseconds

1234567891011>>