OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
501 - 525
of
1449
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/base/
string_split.cc
5
#include "
base
/string_split.h"
7
#include "
base
/logging.h"
8
#include "
base
/string_util.h"
9
#include "
base
/third_party/icu/icu_utf.h"
10
#include "
base
/utf_string_conversions.h"
12
namespace
base
{
namespace
234
} // namespace
base
sync_socket_win.cc
5
#include "
base
/sync_socket.h"
10
#include "
base
/logging.h"
13
namespace
base
{
namespace
149
} // namespace
base
time.cc
5
#include "
base
/time.h"
6
#include "
base
/sys_string_conversions.h"
7
#include "
base
/third_party/nspr/prtime.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
132
} // namespace
base
time_posix.cc
5
#include "
base
/time.h"
12
#include "
base
/basictypes.h"
13
#include "
base
/logging.h"
15
namespace
base
{
namespace
212
} // namespace
base
tools_sanity_unittest.cc
5
#include "
base
/message_loop.h"
6
#include "
base
/third_party/dynamic_annotations/dynamic_annotations.h"
7
#include "
base
/threading/thread.h"
10
namespace
base
{
namespace
134
} // namespace
base
utf_offset_string_conversions_unittest.cc
7
#include "
base
/logging.h"
8
#include "
base
/string_piece.h"
9
#include "
base
/utf_offset_string_conversions.h"
12
namespace
base
{
namespace
164
} // namaspace
base
/external/chromium/base/synchronization/
waitable_event_watcher_posix.cc
5
#include "
base
/synchronization/waitable_event_watcher.h"
7
#include "
base
/message_loop.h"
8
#include "
base
/synchronization/lock.h"
9
#include "
base
/synchronization/waitable_event.h"
11
namespace
base
{
namespace
280
} // namespace
base
/external/chromium/base/threading/
platform_thread_posix.cc
5
#include "
base
/threading/platform_thread.h"
10
#include "
base
/logging.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/safe_strerror_posix.h"
13
#include "
base
/threading/thread_restrictions.h"
32
namespace
base
{
namespace
49
base
::ThreadRestrictions::SetSingletonAllowed(false);
59
base
::InitThreading();
221
base
::ThreadRestrictions::AssertIOAllowed();
225
} // namespace
base
[
all
...]
platform_thread_win.cc
5
#include "
base
/threading/platform_thread.h"
7
#include "
base
/logging.h"
8
#include "
base
/threading/thread_restrictions.h"
9
#include "
base
/win/windows_version.h"
11
namespace
base
{
namespace
35
base
::ThreadRestrictions::SetSingletonAllowed(false);
49
if (stack_size > 0 &&
base
::win::GetVersion() >=
base
::win::VERSION_XP) {
136
base
::ThreadRestrictions::AssertIOAllowed();
147
} // namespace
base
[
all
...]
thread.h
11
#include "
base
/base_api.h"
12
#include "
base
/message_loop.h"
13
#include "
base
/message_loop_proxy.h"
14
#include "
base
/threading/platform_thread.h"
16
namespace
base
{
namespace
193
} // namespace
base
thread_collision_warner.h
11
#include "
base
/base_api.h"
12
#include "
base
/atomicops.h"
106
mutable
base
::ThreadCollisionWarner obj
110
base
::ThreadCollisionWarner::ScopedCheck s_check_##obj(&obj)
114
base
::ThreadCollisionWarner::ScopedRecursiveCheck sr_check_##obj(&obj)
117
base
::ThreadCollisionWarner::Check check_##obj(&obj)
128
namespace
base
{
namespace
242
} // namespace
base
thread_local_unittest.cc
5
#include "
base
/logging.h"
6
#include "
base
/threading/simple_thread.h"
7
#include "
base
/threading/thread_local.h"
8
#include "
base
/synchronization/waitable_event.h"
11
namespace
base
{
namespace
15
class ThreadLocalTesterBase : public
base
::DelegateSimpleThreadPool::Delegate {
17
typedef
base
::ThreadLocalPointer<ThreadLocalTesterBase> TLPType;
19
ThreadLocalTesterBase(TLPType* tlp,
base
::WaitableEvent* done)
25
base
::WaitableEvent* done_;
30
SetThreadLocal(TLPType* tlp,
base
::WaitableEvent* done
[
all
...]
watchdog.h
24
#include "
base
/base_api.h"
25
#include "
base
/synchronization/condition_variable.h"
26
#include "
base
/synchronization/lock.h"
27
#include "
base
/threading/platform_thread.h"
28
#include "
base
/time.h"
30
namespace
base
{
namespace
97
} // namespace
base
/external/chromium/base/win/
event_trace_controller.cc
6
#include "
base
/win/event_trace_controller.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
173
} // namespace
base
registry.h
12
#include "
base
/base_api.h"
13
#include "
base
/basictypes.h"
15
namespace
base
{
namespace
176
} // namespace
base
scoped_comptr.h
11
#include "
base
/logging.h"
12
#include "
base
/memory/ref_counted.h"
14
namespace
base
{
namespace
167
} // namespace
base
scoped_variant.cc
5
#include "
base
/win/scoped_variant.h"
6
#include "
base
/logging.h"
8
namespace
base
{
namespace
276
} // namespace
base
scoped_variant_unittest.cc
5
#include "
base
/win/scoped_variant.h"
8
namespace
base
{
namespace
263
} // namespace
base
win_util.cc
5
#include "
base
/win/win_util.h"
14
#include "
base
/logging.h"
15
#include "
base
/memory/scoped_ptr.h"
16
#include "
base
/win/registry.h"
17
#include "
base
/string_util.h"
18
#include "
base
/stringprintf.h"
19
#include "
base
/threading/thread_restrictions.h"
20
#include "
base
/win/scoped_handle.h"
21
#include "
base
/win/windows_version.h"
23
namespace
base
{
namespace
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
camera.h
12
#include "
base
/memory/ref_counted.h"
13
#include "
base
/synchronization/lock.h"
14
#include "
base
/threading/thread.h"
18
namespace
base
{
namespace
20
} // namespace
base
28
class Camera : public
base
::RefCountedThreadSafe<Camera> {
55
Camera(Delegate* delegate,
base
::Thread* thread, bool mirrored);
83
// Destructor is private so only its
base
class can delete Camera objects.
85
friend class
base
::RefCountedThreadSafe<Camera>;
149
base
::Thread* thread_
[
all
...]
user_manager.h
12
#include "
base
/basictypes.h"
13
#include "
base
/hash_tables.h"
14
#include "
base
/memory/ref_counted.h"
15
#include "
base
/synchronization/lock.h"
24
namespace
base
{
namespace
158
typedef
base
::hash_map<std::string, SkBitmap> UserImages;
167
mutable
base
::Lock current_user_is_owner_lock_;
178
friend struct
base
::DefaultLazyInstanceTraits<UserManager>;
/external/chromium/chrome/browser/chromeos/
wm_ipc.h
14
#include "
base
/logging.h"
20
namespace
base
{
namespace
122
friend struct
base
::DefaultLazyInstanceTraits<WmIpc>;
/external/chromium/chrome/browser/sessions/
base_session_service.h
9
#include "
base
/basictypes.h"
10
#include "
base
/callback.h"
11
#include "
base
/file_path.h"
12
#include "
base
/memory/ref_counted.h"
22
namespace
base
{
namespace
31
public
base
::RefCountedThreadSafe<BaseSessionService> {
79
friend class
base
::RefCountedThreadSafe<BaseSessionService>;
87
base
::Thread* backend_thread() const { return backend_thread_; }
175
base
::Thread* backend_thread_;
/external/chromium/chrome/browser/
shell_integration.h
11
#include "
base
/basictypes.h"
12
#include "
base
/memory/ref_counted.h"
13
#include "
base
/string16.h"
22
namespace
base
{
namespace
87
static std::string GetDesktopName(
base
::Environment* env);
89
static bool GetDesktopShortcutTemplate(
base
::Environment* env,
146
: public
base
::RefCountedThreadSafe<DefaultBrowserWorker> {
160
friend class
base
::RefCountedThreadSafe<DefaultBrowserWorker>;
/external/chromium/googleurl/base/
string16.h
55
#include "
base
/basictypes.h"
66
namespace
base
{
namespace
143
} // namespace
base
184
extern template class std::basic_string<char16,
base
::string16_char_traits>;
186
typedef std::basic_string<char16,
base
::string16_char_traits> string16;
Completed in 790 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>