OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
426 - 450
of
1449
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/base/
openssl_util.h
9
#include "
base
/basictypes.h"
10
#include "
base
/compiler_specific.h"
11
#include "
base
/tracked.h"
13
namespace
base
{
namespace
47
// of the our
base
wrapper APIs.
117
} // namespace
base
platform_file_win.cc
5
#include "
base
/platform_file.h"
7
#include "
base
/file_path.h"
8
#include "
base
/logging.h"
9
#include "
base
/threading/thread_restrictions.h"
11
namespace
base
{
namespace
17
base
::ThreadRestrictions::AssertIOAllowed();
108
base
::ThreadRestrictions::AssertIOAllowed();
113
base
::ThreadRestrictions::AssertIOAllowed();
135
base
::ThreadRestrictions::AssertIOAllowed();
154
base
::ThreadRestrictions::AssertIOAllowed()
[
all
...]
string_number_conversions_unittest.cc
9
#include "
base
/string_number_conversions.h"
10
#include "
base
/utf_string_conversions.h"
13
namespace
base
{
namespace
444
} // namespace
base
sys_info_chromeos.cc
5
#include "
base
/sys_info.h"
7
#include "
base
/basictypes.h"
8
#include "
base
/file_path.h"
9
#include "
base
/file_util.h"
10
#include "
base
/lazy_instance.h"
11
#include "
base
/string_number_conversions.h"
12
#include "
base
/string_tokenizer.h"
13
#include "
base
/threading/thread_restrictions.h"
17
namespace
base
{
namespace
42
static
base
::LazyInstance<ChromeOSVersionNumbers
[
all
...]
sys_info_win.cc
5
#include "
base
/sys_info.h"
9
#include "
base
/file_path.h"
10
#include "
base
/logging.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/stringprintf.h"
13
#include "
base
/win/windows_version.h"
15
namespace
base
{
namespace
108
} // namespace
base
template_util.h
13
namespace
base
{
namespace
101
} // namespace
base
utf_string_conversions_unittest.cc
5
#include "
base
/basictypes.h"
6
#include "
base
/logging.h"
7
#include "
base
/string_piece.h"
8
#include "
base
/string_util.h"
9
#include "
base
/utf_string_conversions.h"
12
namespace
base
{
namespace
211
} //
base
/external/chromium/base/synchronization/
condition_variable.h
77
#include "
base
/base_api.h"
78
#include "
base
/basictypes.h"
79
#include "
base
/synchronization/lock.h"
81
namespace
base
{
namespace
160
base
::Lock internal_lock_;
163
base
::Lock& user_lock_;
180
base
::Lock* user_lock_; // Needed to adjust shadow lock state on wait.
188
} // namespace
base
lock.h
9
#include "
base
/base_api.h"
10
#include "
base
/synchronization/lock_impl.h"
11
#include "
base
/threading/platform_thread.h"
13
namespace
base
{
namespace
85
base
::PlatformThreadId owning_thread_id_;
130
} // namespace
base
lock_unittest.cc
7
#include "
base
/synchronization/lock.h"
8
#include "
base
/threading/platform_thread.h"
11
namespace
base
{
namespace
214
} // namespace
base
waitable_event_watcher.h
12
#include "
base
/win/object_watcher.h"
14
#include "
base
/message_loop.h"
15
#include "
base
/synchronization/waitable_event.h"
18
#include "
base
/base_api.h"
20
namespace
base
{
namespace
36
// class MyClass : public
base
::WaitableEventWatcher::Delegate {
45
//
base
::WaitableEventWatcher watcher_;
162
} // namespace
base
/external/chromium/base/threading/
simple_thread.cc
5
#include "
base
/threading/simple_thread.h"
7
#include "
base
/logging.h"
8
#include "
base
/threading/platform_thread.h"
9
#include "
base
/string_number_conversions.h"
11
namespace
base
{
namespace
152
} // namespace
base
simple_thread_unittest.cc
5
#include "
base
/atomic_sequence_num.h"
6
#include "
base
/string_number_conversions.h"
7
#include "
base
/threading/simple_thread.h"
8
#include "
base
/synchronization/waitable_event.h"
11
namespace
base
{
namespace
170
} // namespace
base
thread.cc
5
#include "
base
/threading/thread.h"
7
#include "
base
/lazy_instance.h"
8
#include "
base
/third_party/dynamic_annotations/dynamic_annotations.h"
9
#include "
base
/threading/thread_local.h"
10
#include "
base
/synchronization/waitable_event.h"
12
namespace
base
{
namespace
20
base
::LazyInstance<
base
::ThreadLocalBoolean> lazy_tls_bool(
21
base
::LINKER_INITIALIZED);
179
} // namespace
base
[
all
...]
watchdog.cc
5
#include "
base
/threading/watchdog.h"
7
#include "
base
/compiler_specific.h"
8
#include "
base
/logging.h"
9
#include "
base
/threading/platform_thread.h"
11
namespace
base
{
namespace
144
} // namespace
base
worker_pool_posix.cc
5
#include "
base
/threading/worker_pool_posix.h"
7
#include "
base
/lazy_instance.h"
8
#include "
base
/logging.h"
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/stringprintf.h"
11
#include "
base
/task.h"
12
#include "
base
/threading/platform_thread.h"
13
#include "
base
/threading/worker_pool.h"
15
namespace
base
{
namespace
33
scoped_refptr<
base
::PosixDynamicThreadPool> pool_
[
all
...]
/external/chromium/base/win/
event_trace_consumer.h
5
// Declaration of a Windows event trace consumer
base
class.
14
#include "
base
/basictypes.h"
16
namespace
base
{
namespace
19
// This class is a
base
class that makes it easier to consume events
148
} // namespace
base
object_watcher.cc
5
#include "
base
/win/object_watcher.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
140
} // namespace
base
pe_image.h
18
namespace
base
{
namespace
262
} // namespace
base
registry_unittest.cc
5
#include "
base
/win/registry.h"
8
namespace
base
{
namespace
102
} // namespace
base
scoped_bstr.cc
5
#include "
base
/win/scoped_bstr.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
71
} // namespace
base
scoped_comptr_unittest.cc
5
#include "
base
/win/scoped_comptr.h"
9
#include "
base
/memory/scoped_ptr.h"
12
namespace
base
{
namespace
113
} // namespace
base
scoped_gdi_object.h
11
#include "
base
/basictypes.h"
12
#include "
base
/logging.h"
14
namespace
base
{
namespace
76
} // namespace
base
/external/chromium/chrome/browser/extensions/
user_script_master.h
9
#include "
base
/file_path.h"
10
#include "
base
/gtest_prod_util.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/shared_memory.h"
18
namespace
base
{
namespace
26
class UserScriptMaster : public
base
::RefCountedThreadSafe<UserScriptMaster>,
38
base
::SharedMemory* GetSharedMemory() const {
43
void NewScriptsAvailable(
base
::SharedMemory* handle);
52
friend class
base
::RefCountedThreadSafe<UserScriptMaster>;
72
: public
base
::RefCountedThreadSafe<UserScriptMaster::ScriptReloader>
[
all
...]
/external/chromium/chrome/browser/net/
url_request_mock_net_error_job.cc
10
#include "
base
/file_util.h"
11
#include "
base
/message_loop.h"
12
#include "
base
/utf_string_conversions.h"
13
#include "net/
base
/net_errors.h"
14
#include "net/
base
/net_util.h"
15
#include "net/
base
/x509_certificate.h"
24
MockInfo(std::wstring
base
,
27
:
base
(
base
),
31
std::wstring
base
;
member in struct:URLRequestMockNetErrorJob::MockInfo
[
all
...]
Completed in 1017 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>