Searched refs:base (Results 251 - 275 of 25345) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.h12 #include "base/basictypes.h"
13 #include "base/callback_forward.h"
14 #include "base/memory/weak_ptr.h"
15 #include "base/strings/string16.h"
27 typedef base::Callback<void(HRESULT, std::vector<base::string16>)>
41 const base::string16& url_protocol,
42 const base::string16& program,
50 const base::string16& url_protocol,
51 const base
[all...]
/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/chromeos/
H A Dchromeos_paths.cc7 #include "base/files/file_path.h"
8 #include "base/files/file_util.h"
9 #include "base/path_service.h"
10 #include "base/sys_info.h"
16 const base::FilePath::CharType kDefaultAppOrderFileName[] =
23 const base::FilePath::CharType kDefaultUserPolicyKeysDir[] =
26 const base::FilePath::CharType kOwnerKeyFileName[] =
29 const base::FilePath::CharType kInstallAttributesFileName[] =
32 const base::FilePath::CharType kUptimeFileName[] =
35 const base
[all...]
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_mac.h11 #include "base/basictypes.h"
12 #include "base/strings/string16.h"
13 #include "ui/base/ui_base_export.h"
26 UI_BASE_EXPORT NSString* FixUpWindowsStyleLabel(const base::string16& label);
33 UI_BASE_EXPORT NSString* GetNSStringF(int message_id, const base::string16& a);
35 const base::string16& a,
36 const base::string16& b);
38 const base::string16& a,
39 const base::string16& b,
40 const base
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
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/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_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...]
H A Dfile_version_info.h18 #include "base/base_export.h"
19 #include "base/strings/string16.h"
21 namespace base { namespace
43 const base::FilePath& file_path);
55 // correctly, instead of being the module that contains base.
69 virtual base::string16 company_name() = 0;
70 virtual base::string16 company_short_name() = 0;
71 virtual base::string16 product_name() = 0;
72 virtual base::string16 product_short_name() = 0;
73 virtual base
[all...]
H A Dfile_version_info_mac.h10 #include "base/file_version_info.h"
11 #include "base/mac/scoped_nsobject.h"
26 virtual base::string16 company_name() OVERRIDE;
27 virtual base::string16 company_short_name() OVERRIDE;
28 virtual base::string16 product_name() OVERRIDE;
29 virtual base::string16 product_short_name() OVERRIDE;
30 virtual base::string16 internal_name() OVERRIDE;
31 virtual base::string16 product_version() OVERRIDE;
32 virtual base::string16 private_build() OVERRIDE;
33 virtual base
[all...]
H A Dbase.target.darwin-x86.mk28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
37 base/third_part
[all...]
H A Dbase.target.darwin-x86_64.mk28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
37 base/third_part
[all...]
H A Dbase.target.linux-x86.mk28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
37 base/third_part
[all...]
H A Dbase.target.linux-x86_64.mk28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
37 base/third_part
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.h18 #include "base/files/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::File::FILE_OK) and fills in
35 base::File::Error GetFileEntryInfo(
37 const base::string16& object_id,
38 base::File::Info* 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/chrome/common/
H A Dlogging_chrome.h11 #include "base/logging.h"
12 #include "base/time/time.h"
14 namespace base { namespace
34 void InitChromeLogging(const base::CommandLine& command_line,
39 base::FilePath GetSessionLogDir(const base::CommandLine& command_line);
42 base::FilePath GetSessionLogFile(const base::CommandLine& command_line);
45 void RedirectChromeLogging(const base::CommandLine& command_line);
52 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...]
/external/chromium_org/ipc/
H A Dipc_platform_file.h8 #include "base/basictypes.h"
9 #include "base/files/file.h"
10 #include "base/process/process.h"
14 #include "base/file_descriptor_posix.h"
20 typedef base::PlatformFile PlatformFileForTransit;
22 typedef base::FileDescriptor PlatformFileForTransit;
29 return base::FileDescriptor();
33 inline base::PlatformFile PlatformFileForTransitToPlatformFile(
42 inline base::File PlatformFileForTransitToFile(
45 return base
[all...]
/external/chromium_org/remoting/host/win/
H A Dsession_desktop_environment.h8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/compiler_specific.h"
11 #include "base/memory/ref_counted.h"
28 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
29 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner,
30 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
31 const base::Closure& inject_sas);
34 base::Closure inject_sas_;
43 scoped_refptr<base
[all...]
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.h8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/strings/string16.h"
12 #include "base/threading/non_thread_safe.h"
20 namespace base { namespace
32 // Abstract base class for various Metro viewer process host implementations.
35 public base::NonThreadSafe {
37 typedef base::Callback<void(const base
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dquad_test.js7 base.require('base.quad');
8 base.require('base.rect');
10 base.unittest.testSuite('base.quad', function() {
12 var res = base.vecInTriangle2(
21 var res = base.vecInTriangle2(
30 var q = base.Quad.From4Vecs([0, 0],
39 var q = base
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_delegate.h8 #include "base/callback_forward.h"
15 namespace base { namespace
33 typedef base::Callback<void(
34 const base::FilePath& new_virtual_path,
42 typedef base::Callback<void(const base::FilePath& reserved_path,
50 typedef base::Callback<void(const base::FilePath& virtual_path)>
57 typedef base::Callback<void(const base
[all...]
/external/chromium_org/chrome/installer/util/
H A Dproduct_operations.h12 #include "base/files/file_path.h"
13 #include "base/strings/string16.h"
19 namespace base { namespace
38 std::set<base::string16>* options) const = 0;
41 virtual void ReadOptions(const base::CommandLine& command,
42 std::set<base::string16>* options) const = 0;
52 virtual void AddKeyFiles(const std::set<base::string16>& options,
53 std::vector<base::FilePath>* key_files) const = 0;
58 const std::set<base::string16>& options,
59 std::vector<base
[all...]

Completed in 713 milliseconds

<<11121314151617181920>>