OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
551 - 575
of
4795
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/base/
sys_info_freebsd.cc
5
#include "
base
/sys_info.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
33
} // namespace
base
template_util_unittest.cc
5
#include "
base
/template_util.h"
8
namespace
base
{
namespace
68
} // namespace
base
value_conversions.cc
5
#include "
base
/value_conversions.h"
7
#include "
base
/file_path.h"
8
#include "
base
/sys_string_conversions.h"
9
#include "
base
/utf_string_conversions.h"
10
#include "
base
/values.h"
12
namespace
base
{
namespace
52
} // namespace
base
/external/chromium/base/test/
perf_test_suite.cc
5
#include "
base
/test/perf_test_suite.h"
7
#include "
base
/command_line.h"
8
#include "
base
/debug/debugger.h"
9
#include "
base
/file_path.h"
10
#include "
base
/path_service.h"
11
#include "
base
/perftimer.h"
12
#include "
base
/process_util.h"
13
#include "
base
/string_util.h"
16
namespace
base
{
namespace
29
PathService::Get(
base
::FILE_EXE, &exe)
[
all
...]
test_suite.h
15
#include "
base
/at_exit.h"
21
namespace
base
{
namespace
76
base
::AtExitManager at_exit_manager_;
81
} // namespace
base
84
// until we can update it to use "
base
::" (preventing a two-sided patch).
85
using
base
::TestSuite;
/external/chromium/base/threading/
non_thread_safe.h
10
#include "
base
/threading/non_thread_safe_impl.h"
13
namespace
base
{
namespace
37
// class MyClass : public
base
::NonThreadSafe {
55
} // namespace
base
thread_checker.h
10
#include "
base
/threading/thread_checker_impl.h"
13
namespace
base
{
namespace
57
} // namespace
base
thread_checker_impl.cc
5
#include "
base
/threading/thread_checker_impl.h"
7
namespace
base
{
namespace
34
} // namespace
base
thread_local_posix.cc
5
#include "
base
/threading/thread_local.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
40
} // namespace
base
thread_local_storage_posix.cc
5
#include "
base
/threading/thread_local_storage.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
49
} // namespace
base
thread_local_win.cc
5
#include "
base
/threading/thread_local.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
42
} // namespace
base
thread_restrictions.cc
5
#include "
base
/threading/thread_restrictions.h"
10
#include "
base
/lazy_instance.h"
11
#include "
base
/logging.h"
12
#include "
base
/threading/thread_local.h"
14
namespace
base
{
namespace
40
"
base
::ThreadRestrictions::SetIOAllowed() in this thread's "
61
} // namespace
base
worker_pool_unittest.cc
5
#include "
base
/task.h"
6
#include "
base
/synchronization/waitable_event.h"
7
#include "
base
/threading/worker_pool.h"
13
namespace
base
{
namespace
46
} // namespace
base
/external/chromium/base/win/
scoped_bstr.h
12
#include "
base
/base_api.h"
13
#include "
base
/logging.h"
14
#include "
base
/string16.h"
16
namespace
base
{
namespace
96
} // namespace
base
wrapped_window_proc.cc
5
#include "
base
/win/wrapped_window_proc.h"
7
#include "
base
/atomicops.h"
11
base
::win::WinProcExceptionFilter s_exception_filter = NULL;
15
namespace
base
{
namespace
32
} // namespace
base
wrapped_window_proc.h
16
#include "
base
/base_api.h"
18
namespace
base
{
namespace
67
} // namespace
base
/external/chromium/chrome/browser/download/
download_history.h
9
#include "
base
/basictypes.h"
16
namespace
base
{
namespace
49
void RemoveEntriesBetween(const
base
::Time remove_begin,
50
const
base
::Time remove_end);
/external/chromium/chrome/browser/net/
predictor_api.h
19
#include "
base
/memory/ref_counted.h"
23
namespace
base
{
namespace
102
scoped_refptr<
base
::FieldTrial> trial_;
/external/chromium/chrome/browser/webdata/
logins_table.h
13
namespace
base
{
namespace
79
bool RemoveLoginsCreatedBetween(
base
::Time delete_begin,
80
base
::Time delete_end);
/external/chromium/chrome/common/
service_process_util.h
10
#include "
base
/basictypes.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/process.h"
13
#include "
base
/shared_memory.h"
19
namespace
base
{
namespace
48
bool GetServiceProcessData(std::string* version,
base
::ProcessId* pid);
53
base
::ProcessId process_id);
75
base
::MessageLoopProxy* message_loop_proxy, Task* shutdown_task);
118
scoped_ptr<
base
::SharedMemory> shared_mem_service_data_;
/external/chromium/crypto/
nss_util.h
10
#include "
base
/basictypes.h"
16
namespace
base
{
namespace
19
} // namespace
base
119
// Convert a NSS PRTime value into a
base
::Time object.
121
base
::Time PRTimeToBaseTime(int64 prtime);
138
base
::Lock* GetNSSWriteLock();
147
base
::Lock *lock_;
/external/chromium/webkit/glue/
webkit_glue.h
8
#include "
base
/basictypes.h"
17
#include "
base
/file_path.h"
18
#include "
base
/platform_file.h"
19
#include "
base
/string16.h"
22
#include "ui/
base
/clipboard/clipboard.h"
27
namespace
base
{
namespace
144
base
::PlatformFileError error_code);
170
base
::StringPiece GetDataResource(int resource_id);
/external/chromium_org/android_webview/browser/
aw_browser_main_parts.h
8
#include "
base
/compiler_specific.h"
9
#include "
base
/memory/scoped_ptr.h"
12
namespace
base
{
namespace
33
scoped_ptr<
base
::MessageLoop> main_message_loop_;
/external/chromium_org/base/allocator/
allocator_extension_thunks.h
10
namespace
base
{
namespace
15
// new allocator extension from a specific allocator implementation to
base
.
16
// See allocator_extension.h to see the interface that
base
exports.
34
} // namespace
base
type_profiler_control.cc
5
#include "
base
/allocator/type_profiler_control.h"
7
namespace
base
{
namespace
38
} // namespace
base
Completed in 214 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>