Searched refs:base (Results 201 - 225 of 22307) sorted by relevance

1234567891011>>

/external/chromium_org/crypto/
H A Dmac_security_services_lock.h10 namespace base { namespace
21 CRYPTO_EXPORT base::Lock& GetMacSecurityServicesLock();
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared.h9 #include "base/atomicops.h"
18 base::subtle::Atomic32 reading_;
19 base::subtle::Atomic32 latest_;
20 base::subtle::Atomic32 slots_[2];
30 base::subtle::NoBarrier_Store(&reading_, 0);
31 base::subtle::NoBarrier_Store(&latest_, 0);
32 base::subtle::NoBarrier_Store(&slots_[0], 0);
33 base::subtle::Release_Store(&slots_[1], 0);
34 base::subtle::MemoryBarrier();
38 int towrite = !base
[all...]
/external/chromium_org/ipc/
H A Dipc_multiprocess_test.cc10 #include "base/posix/global_descriptors.h"
18 base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
19 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
/external/chromium_org/printing/
H A Dprinting_utils.h8 #include "base/strings/string16.h"
14 PRINTING_EXPORT base::string16 SimplifyDocumentTitle(
15 const base::string16& title);
/external/chromium_org/remoting/base/
H A Drate_counter.h11 #include "base/basictypes.h"
12 #include "base/threading/non_thread_safe.h"
13 #include "base/time/time.h"
20 class RateCounter : public base::NonThreadSafe {
23 explicit RateCounter(base::TimeDelta time_window);
34 void SetCurrentTimeForTest(base::Time current_time);
38 typedef std::pair<base::Time, int64> DataPoint;
41 void EvictOldDataPoints(base::Time current_time);
43 // Returns the current time specified for test, if set, or base::Time::Now().
44 base
[all...]
/external/chromium_org/remoting/client/
H A Dclient_context.h10 #include "base/threading/thread.h"
12 namespace base { namespace
14 } // namespace base
24 ClientContext(base::SingleThreadTaskRunner* main_task_runner);
30 base::SingleThreadTaskRunner* main_task_runner();
31 base::SingleThreadTaskRunner* decode_task_runner();
32 base::SingleThreadTaskRunner* audio_decode_task_runner();
35 scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
38 base::Thread decode_thread_;
41 base
[all...]
/external/chromium_org/remoting/host/setup/
H A Dtest_util.h8 #include "base/platform_file.h"
14 // base::ClosePlatformFile().
15 bool MakePipe(base::PlatformFile* read_handle,
16 base::PlatformFile* write_handle);
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dcommon_drm.h39 struct gbm_device base; member in struct:gbm_drm_device
45 struct gbm_bo base; member in struct:gbm_drm_bo
/external/chromium_org/ui/snapshot/test/
H A Drun_all_unittests.cc5 #include "base/bind.h"
6 #include "base/test/launcher/unit_test_launcher.h"
7 #include "base/test/test_suite.h"
13 class NoAtExitBaseTestSuite : public base::TestSuite {
16 : base::TestSuite(argc, argv, false) {
31 return base::LaunchUnitTests(
32 argc, argv, base::Bind(&ui::test::CompositorTestSuite::Run,
33 base::Unretained(&test_suite)));
37 base::AtExitManager at_exit;
39 return base
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
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);
H A Dregress-latin-1.js40 var base = String.fromCharCode(i);
41 var escaped = base;
42 if (base == '(' || base == ')' || base == '*' || base == '+' ||
43 base == '?' || base == '[' || base == ']' || base
[all...]
/external/chromium_org/webkit/browser/database/
H A Dvfs_backend.h8 #include "base/platform_file.h"
9 #include "base/process/process.h"
10 #include "base/strings/string16.h"
13 namespace base { namespace
21 static void OpenFile(const base::FilePath& file_path,
23 base::PlatformFile* file_handle);
25 static void OpenTempFileInDirectory(const base::FilePath& dir_path,
27 base::PlatformFile* file_handle);
29 static int DeleteFile(const base::FilePath& file_path, bool sync_dir);
31 static uint32 GetFileAttributes(const base
[all...]
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.h8 #include "base/strings/string16.h"
10 namespace base { namespace
17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
/external/libsepol/tests/
H A Dtest-linker-roles.h26 extern void base_role_tests(policydb_t * base);
27 extern void module_role_tests(policydb_t * base);
/external/mesa3d/src/gbm/main/
H A Dcommon_drm.h39 struct gbm_device base; member in struct:gbm_drm_device
45 struct gbm_bo base; member in struct:gbm_drm_bo
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.h8 #include "base/callback.h"
20 base::FilePath GetProfileIconPath(const base::FilePath& profile_path);
25 base::string16 GetShortcutFilenameForProfile(const base::string16& profile_name,
29 base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path);
57 const base::FilePath& profile_path) OVERRIDE;
59 const base::FilePath& profile_path) OVERRIDE;
61 const base
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dlocal_file_reader.cc9 #include "base/bind.h"
10 #include "base/bind_helpers.h"
11 #include "base/files/file_path.h"
12 #include "base/location.h"
13 #include "base/platform_file.h"
14 #include "base/sequenced_task_runner.h"
15 #include "base/task_runner_util.h"
16 #include "net/base/completion_callback.h"
17 #include "net/base/io_buffer.h"
18 #include "net/base/net_error
[all...]
/external/chromium_org/chrome/common/
H A Dchrome_constants.cc7 #include "base/files/file_path.h"
54 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[] =
56 const base::FilePath::CharType kBrowserProcessExecutableName[] =
58 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] =
60 const base::FilePath::CharType kHelperProcessExecutableName[] =
63 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[] =
65 const base::FilePath::CharType kBrowserProcessExecutableName[] =
67 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] =
69 const base::FilePath::CharType kHelperProcessExecutableName[] =
73 const base
[all...]
/external/chromium_org/tools/json_schema_compiler/test/
H A Dtest_util.cc9 #include "base/json/json_reader.h"
10 #include "base/logging.h"
15 scoped_ptr<base::Value> ReadJson(const base::StringPiece& json) {
18 scoped_ptr<base::Value> result(base::JSONReader::ReadAndReturnError(
20 base::JSON_ALLOW_TRAILING_COMMAS,
28 scoped_ptr<base::ListValue> List(base::Value* a) {
29 scoped_ptr<base
[all...]
/external/chromium/net/base/
H A Ddnssec_keyset.h11 #include "base/string_piece.h"
24 bool AddKey(const base::StringPiece& dnskey);
32 bool CheckSignature(const base::StringPiece& name,
33 const base::StringPiece& zone,
34 const base::StringPiece& signature,
36 const std::vector<base::StringPiece>& rrdatas);
40 static uint16 DNSKEYToKeyID(const base::StringPiece& dnskey);
48 base::StringPiece signature_algorithm,
49 base::StringPiece signature,
50 base
[all...]
/external/chromium_org/base/
H A Dbarrier_closure.cc5 #include "base/barrier_closure.h"
7 #include "base/atomic_ref_count.h"
8 #include "base/bind.h"
15 BarrierInfo(int num_callbacks_left, const base::Closure& done_closure);
19 base::AtomicRefCount num_callbacks_left_;
20 base::Closure done_closure_;
23 BarrierInfo::BarrierInfo(int num_callbacks, const base::Closure& done_closure)
29 DCHECK(!base::AtomicRefCountIsZero(&num_callbacks_left_));
30 if (!base::AtomicRefCountDec(&num_callbacks_left_)) {
38 namespace base { namespace
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.h18 #include "base/platform_file.h"
19 #include "base/strings/string16.h"
20 #include "base/win/scoped_comptr.h"
28 base::win::ScopedComPtr<IPortableDevice> OpenDevice(
29 const base::string16& pnp_device_id);
32 // |device|. On success, returns no error (base::PLATFORM_FILE_OK) and fills in
35 base::PlatformFileError GetFileEntryInfo(
37 const base::string16& object_id,
38 base::PlatformFileInfo* file_entry_info);
45 const base
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dapp_shim_menu_controller_mac.h10 #include "base/mac/scoped_nsobject.h"
23 base::scoped_nsobject<NSString> appId_;
25 base::scoped_nsobject<DoppelgangerMenuItem> aboutDoppelganger_;
26 base::scoped_nsobject<DoppelgangerMenuItem> hideDoppelganger_;
27 base::scoped_nsobject<DoppelgangerMenuItem> quitDoppelganger_;
28 base::scoped_nsobject<DoppelgangerMenuItem> newDoppelganger_;
29 base::scoped_nsobject<DoppelgangerMenuItem> openDoppelganger_;
30 base::scoped_nsobject<DoppelgangerMenuItem> allToFrontDoppelganger_;
32 base::scoped_nsobject<NSMenuItem> appMenuItem_;
33 base
[all...]
/external/chromium_org/content/browser/
H A Dfont_list_async.cc7 #include "base/bind.h"
8 #include "base/values.h"
18 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback,
19 scoped_ptr<base::ListValue> result) {
25 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback) {
26 scoped_ptr<base::ListValue> result(GetFontList_SlowBlocking());
28 base::Bind(&ReturnFontListToOriginalThread, callback,
29 base
[all...]
/external/chromium_org/content/common/
H A Ddatabase_messages.h18 base::string16 /* the database name */,
33 base::string16 /* the database name */)
39 base::string16 /* vfs file name */,
45 base::string16 /* vfs file name */,
51 base::string16 /* vfs file name */,
56 base::string16 /* vfs file name */,
67 base::string16 /* database name */,
68 base::string16 /* database description */,
74 base::string16 /* database name */)
79 base
[all...]

Completed in 9530 milliseconds

1234567891011>>