OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
1026 - 1050
of
4795
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/base/
pending_task.h
10
#include "
base
/base_export.h"
11
#include "
base
/callback.h"
12
#include "
base
/location.h"
13
#include "
base
/time/time.h"
14
#include "
base
/tracking_info.h"
16
namespace
base
{
namespace
56
typedef std::priority_queue<
base
::PendingTask> DelayedTaskQueue;
58
} // namespace
base
run_loop.cc
5
#include "
base
/run_loop.h"
7
#include "
base
/bind.h"
9
namespace
base
{
namespace
62
base
::Closure RunLoop::QuitClosure() {
63
return
base
::Bind(&RunLoop::Quit, weak_factory_.GetWeakPtr());
94
} // namespace
base
scoped_native_library.cc
5
#include "
base
/scoped_native_library.h"
7
namespace
base
{
namespace
17
library_ =
base
::LoadNativeLibrary(library_path, NULL);
22
base
::UnloadNativeLibrary(library_);
29
return
base
::GetFunctionPointerFromNativeLibrary(library_, function_name);
34
base
::UnloadNativeLibrary(library_);
44
} // namespace
base
sha1_win.cc
5
#include "
base
/sha1.h"
11
// sha1 inside
base
, we cannot depend on src/crypto.
13
#include "
base
/logging.h"
15
namespace
base
{
namespace
67
} // namespace
base
supports_user_data.cc
5
#include "
base
/supports_user_data.h"
7
namespace
base
{
namespace
40
} // namespace
base
/external/chromium_org/base/posix/
global_descriptors.h
15
#include "
base
/memory/singleton.h"
17
namespace
base
{
namespace
68
} // namespace
base
unix_domain_socket_linux_unittest.cc
9
#include "
base
/bind.h"
10
#include "
base
/bind_helpers.h"
11
#include "
base
/file_util.h"
12
#include "
base
/pickle.h"
13
#include "
base
/posix/unix_domain_socket_linux.h"
14
#include "
base
/synchronization/waitable_event.h"
15
#include "
base
/threading/thread.h"
18
namespace
base
{
namespace
81
} // namespace
base
/external/chromium_org/base/power_monitor/
power_monitor_device_source_android.cc
5
#include "
base
/power_monitor/power_monitor_device_source_android.h"
7
#include "
base
/power_monitor/power_monitor.h"
8
#include "
base
/power_monitor/power_monitor_device_source.h"
9
#include "
base
/power_monitor/power_monitor_source.h"
12
namespace
base
{
namespace
37
JNIEnv* env =
base
::android::AttachCurrentThread();
38
return
base
::android::Java_PowerMonitor_isBatteryPower(env);
42
return
base
::android::RegisterNativesImpl(env);
45
} // namespace
base
power_monitor_source.cc
5
#include "
base
/power_monitor/power_monitor_source.h"
7
#include "
base
/power_monitor/power_monitor.h"
9
namespace
base
{
namespace
66
} // namespace
base
power_monitor_source.h
8
#include "
base
/base_export.h"
9
#include "
base
/basictypes.h"
10
#include "
base
/memory/ref_counted.h"
11
#include "
base
/observer_list_threadsafe.h"
12
#include "
base
/synchronization/lock.h"
14
namespace
base
{
namespace
63
} // namespace
base
power_observer.h
8
#include "
base
/base_export.h"
9
#include "
base
/compiler_specific.h"
11
namespace
base
{
namespace
29
} // namespace
base
/external/chromium_org/base/prefs/
pref_service_builder.h
8
#include "
base
/basictypes.h"
9
#include "
base
/callback.h"
10
#include "
base
/memory/ref_counted.h"
11
#include "
base
/prefs/base_prefs_export.h"
12
#include "
base
/prefs/persistent_pref_store.h"
13
#include "
base
/prefs/pref_registry.h"
14
#include "
base
/prefs/pref_store.h"
18
namespace
base
{
namespace
40
const
base
::Callback<void(PersistentPrefStore::PrefReadError)>&
45
const
base
::FilePath& prefs_file
[
all
...]
pref_store.h
10
#include "
base
/basictypes.h"
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/prefs/base_prefs_export.h"
14
namespace
base
{
namespace
25
class BASE_PREFS_EXPORT PrefStore : public
base
::RefCounted<PrefStore> {
53
const
base
::Value** result) const = 0;
56
friend class
base
::RefCounted<PrefStore>;
/external/chromium_org/base/process/
kill.h
11
#include "
base
/files/file_path.h"
12
#include "
base
/process/process_handle.h"
13
#include "
base
/time/time.h"
15
namespace
base
{
namespace
92
base
::TimeDelta timeout);
100
base
::TimeDelta wait,
107
base
::TimeDelta wait);
116
base
::TimeDelta wait,
142
} // namespace
base
process_handle_openbsd.cc
5
#include "
base
/process/process_handle.h"
11
namespace
base
{
namespace
49
} // namespace
base
process_handle_posix.cc
5
#include "
base
/process/process_handle.h"
9
namespace
base
{
namespace
49
} // namespace
base
process_metrics_posix.cc
5
#include "
base
/process/process_metrics.h"
10
#include "
base
/logging.h"
12
namespace
base
{
namespace
55
} // namespace
base
process_posix.cc
5
#include "
base
/process/process.h"
11
#include "
base
/logging.h"
12
#include "
base
/process/kill.h"
14
namespace
base
{
namespace
73
} // namspace
base
/external/chromium_org/base/strings/
nullable_string16.h
10
#include "
base
/base_export.h"
11
#include "
base
/strings/string16.h"
13
namespace
base
{
namespace
string_util_posix.h
13
#include "
base
/logging.h"
14
#include "
base
/strings/string_util.h"
16
namespace
base
{
namespace
51
} // namespace
base
string_util_win.h
13
#include "
base
/logging.h"
15
namespace
base
{
namespace
59
} // namespace
base
sys_string_conversions_win.cc
5
#include "
base
/strings/sys_string_conversions.h"
9
#include "
base
/strings/string_piece.h"
11
namespace
base
{
namespace
70
} // namespace
base
utf_string_conversion_utils.cc
5
#include "
base
/strings/utf_string_conversion_utils.h"
7
#include "
base
/third_party/icu/icu_utf.h"
9
namespace
base
{
namespace
148
} // namespace
base
/external/chromium_org/base/synchronization/
lock.cc
11
#include "
base
/synchronization/lock.h"
12
#include "
base
/logging.h"
14
namespace
base
{
namespace
46
} // namespace
base
lock_impl_posix.cc
5
#include "
base
/synchronization/lock_impl.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
54
} // namespace
base
Completed in 2338 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>