OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
1251 - 1275
of
5191
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium/base/
sync_socket.h
13
#include "
base
/basictypes.h"
19
#include "
base
/base_api.h"
21
namespace
base
{
namespace
73
} // namespace
base
tracked_objects.h
13
#include "
base
/base_api.h"
14
#include "
base
/synchronization/lock.h"
15
#include "
base
/tracked.h"
16
#include "
base
/threading/thread_local_storage.h"
49
// instance was created. That Births instance records (in a
base
class
56
// Since the
base
class BirthOnThread contains only constant data, it can be
61
// pointer to the Births instance is then embedded in a
base
class of the
64
// addition, the birth time is also embedded in the
base
class Tracked (see
221
void RecordDeath(const
base
::TimeDelta& duration);
225
base
::TimeDelta life_duration() const { return life_duration_;
[
all
...]
utf_string_conversions.cc
5
#include "
base
/utf_string_conversions.h"
7
#include "
base
/string_piece.h"
8
#include "
base
/string_util.h"
9
#include "
base
/utf_string_conversion_utils.h"
11
using
base
::PrepareForUTF8Output;
12
using
base
::PrepareForUTF16Or32Output;
13
using
base
::ReadUnicodeCharacter;
14
using
base
::WriteUnicodeCharacter;
66
std::wstring UTF8ToWide(const
base
::StringPiece& utf8) {
136
string16 UTF8ToUTF16(const
base
::StringPiece& utf8)
[
all
...]
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/synchronization/
waitable_event_posix.cc
5
#include "
base
/synchronization/waitable_event.h"
7
#include "
base
/synchronization/condition_variable.h"
8
#include "
base
/synchronization/lock.h"
9
#include "
base
/message_loop.h"
32
namespace
base
{
namespace
35
// This is just an abstract
base
class for waking the two types of waiters
45
base
::AutoLock locked(kernel_->lock_);
50
base
::AutoLock locked(kernel_->lock_);
67
base
::AutoLock locked(kernel_->lock_);
92
base
::AutoLock locked(lock_)
[
all
...]
/external/chromium/base/test/
multiprocess_test.h
11
#include "
base
/basictypes.h"
12
#include "
base
/process.h"
13
#include "
base
/process_util.h"
19
namespace
base
{
namespace
86
} // namespace
base
/external/chromium/base/threading/
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_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
thread_restrictions.h
8
#include "
base
/base_api.h"
9
#include "
base
/basictypes.h"
11
namespace
base
{
namespace
22
//
base
::ThreadRestrictions::SetIOAllowed(false);
28
//
base
::ThreadRestrictions::AssertIOAllowed();
99
} // namespace
base
worker_pool_posix.h
31
#include "
base
/basictypes.h"
32
#include "
base
/memory/ref_counted.h"
33
#include "
base
/memory/scoped_ptr.h"
34
#include "
base
/synchronization/condition_variable.h"
35
#include "
base
/synchronization/lock.h"
36
#include "
base
/threading/platform_thread.h"
40
namespace
base
{
namespace
87
} // 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
scoped_handle.h
11
#include "
base
/basictypes.h"
12
#include "
base
/logging.h"
14
namespace
base
{
namespace
88
} // namespace
base
scoped_hglobal.h
11
#include "
base
/basictypes.h"
13
namespace
base
{
namespace
51
} // namespace
base
wrapped_window_proc.h
16
#include "
base
/base_api.h"
18
namespace
base
{
namespace
67
} // namespace
base
/external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.h
9
#include "
base
/basictypes.h"
10
#include "
base
/timer.h"
81
base
::RepeatingTimer<BookmarkDropInfo> scroll_timer_;
/external/chromium/chrome/browser/
browser_util_win.cc
12
#include "
base
/base_paths.h"
13
#include "
base
/file_path.h"
14
#include "
base
/path_service.h"
21
PathService::Get(
base
::FILE_EXE, &exe_path);
command_updater.h
9
#include "
base
/basictypes.h"
10
#include "
base
/hash_tables.h"
91
typedef
base
::hash_map<int, Command*> CommandMap;
/external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h
9
#include "
base
/time.h"
47
base
::TimeTicks creation_time_;
/external/chromium/chrome/browser/chromeos/login/
authenticator.cc
10
#include "
base
/logging.h"
11
#include "
base
/string_split.h"
12
#include "
base
/string_util.h"
30
base
::SplitString(email_address, at, &parts);
camera_controller.h
9
#include "
base
/memory/scoped_ptr.h"
10
#include "
base
/threading/thread.h"
70
scoped_ptr<
base
::Thread> camera_thread_;
help_app_launcher.h
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/memory/scoped_ptr.h"
20
public
base
::RefCountedThreadSafe<HelpAppLauncher> {
issue_response_handler.cc
9
#include "
base
/stringprintf.h"
12
#include "net/
base
/load_flags.h"
27
token_url_.assign(
base
::StringPrintf("%s%s",
online_attempt.h
12
#include "
base
/memory/ref_counted.h"
13
#include "
base
/memory/scoped_ptr.h"
31
: public
base
::RefCountedThreadSafe<OnlineAttempt>,
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>;
Completed in 1132 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>