OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_EXPORT
(Results
151 - 175
of
197
) sorted by null
1
2
3
4
5
6
7
8
/external/libchrome/base/
pickle.h
13
#include "base/
base_export
.h"
26
class
BASE_EXPORT
PickleIterator {
124
class
BASE_EXPORT
Pickle {
303
template<size_t length> void
BASE_EXPORT
WriteBytesStatic(const void* data);
lazy_instance.h
41
#include "base/
base_export
.h"
113
BASE_EXPORT
bool NeedsLazyInstance(subtle::AtomicWord* state);
117
BASE_EXPORT
void CompleteLazyInstance(subtle::AtomicWord* state,
cpu.h
10
#include "base/
base_export
.h"
15
class
BASE_EXPORT
CPU {
location.cc
96
BASE_EXPORT
const void* GetProgramCounter() {
sys_info.h
14
#include "base/
base_export
.h"
21
class
BASE_EXPORT
SysInfo {
/external/libweave/third_party/chromium/base/memory/
weak_ptr.h
73
#include "base/
base_export
.h"
87
class
BASE_EXPORT
WeakReference {
116
class
BASE_EXPORT
WeakReferenceOwner {
137
class
BASE_EXPORT
WeakPtrBase {
/external/libchrome/base/metrics/
histogram_base.h
16
#include "base/
base_export
.h"
48
BASE_EXPORT
HistogramBase* DeserializeHistogramInfo(base::PickleIterator* iter);
52
class
BASE_EXPORT
HistogramBase {
/external/libchrome/base/threading/
sequenced_worker_pool.h
13
#include "base/
base_export
.h"
79
class
BASE_EXPORT
SequencedWorkerPool : public TaskRunner {
127
class
BASE_EXPORT
SequenceToken {
thread_local.h
54
#include "base/
base_export
.h"
67
struct
BASE_EXPORT
ThreadLocalPlatform {
/external/libchrome/base/trace_event/
trace_event_impl.h
16
#include "base/
base_export
.h"
47
class
BASE_EXPORT
ConvertableToTraceFormat
82
class
BASE_EXPORT
TraceEvent {
trace_event_argument.h
25
class
BASE_EXPORT
TracedValue : public ConvertableToTraceFormat {
memory_dump_manager.h
40
class
BASE_EXPORT
MemoryDumpManager : public TraceLog::EnabledStateObserver {
324
class
BASE_EXPORT
MemoryDumpManagerDelegate {
/external/libchrome/base/json/
json_reader.h
33
#include "base/
base_export
.h"
60
class
BASE_EXPORT
JSONReader {
/external/libchrome/base/memory/
aligned_memory.h
40
#include "base/
base_export
.h"
97
BASE_EXPORT
void* AlignedAlloc(size_t size, size_t alignment);
shared_memory.h
12
#include "base/
base_export
.h"
32
struct
BASE_EXPORT
SharedMemoryCreateOptions {
65
class
BASE_EXPORT
SharedMemory {
/external/libchrome/base/message_loop/
message_pump_libevent.h
23
class
BASE_EXPORT
MessagePumpLibevent : public MessagePump {
/external/libchrome/base/posix/
unix_domain_socket_linux.h
13
#include "base/
base_export
.h"
22
class
BASE_EXPORT
UnixDomainSocket {
/external/libchrome/base/synchronization/
lock.h
8
#include "base/
base_export
.h"
20
class
BASE_EXPORT
Lock {
waitable_event.h
10
#include "base/
base_export
.h"
44
class
BASE_EXPORT
WaitableEvent {
/external/libchrome/base/task/
cancelable_task_tracker.h
41
#include "base/
base_export
.h"
58
class
BASE_EXPORT
CancelableTaskTracker {
/external/libchrome/base/third_party/nspr/
prtime.h
57
#include "base/
base_export
.h"
247
BASE_EXPORT
PRStatus PR_ParseTimeString (
/external/libweave/third_party/chromium/base/json/
json_reader.h
33
#include "base/
base_export
.h"
60
class
BASE_EXPORT
JSONReader {
/external/libweave/third_party/chromium/base/time/
time.h
58
#include "base/
base_export
.h"
92
BASE_EXPORT
int64_t SaturatedAdd(TimeDelta delta, int64_t value);
93
BASE_EXPORT
int64_t SaturatedSub(TimeDelta delta, int64_t value);
97
BASE_EXPORT
int64_t FromCheckedNumeric(const CheckedNumeric<int64_t> value);
103
class
BASE_EXPORT
TimeDelta {
266
BASE_EXPORT
std::ostream& operator<<(std::ostream& os, TimeDelta time_delta);
385
class
BASE_EXPORT
Time : public time_internal::TimeBase<Time> {
612
BASE_EXPORT
std::ostream& operator<<(std::ostream& os, Time time);
/external/libchrome/base/files/
file.h
12
#include "base/
base_export
.h"
53
class
BASE_EXPORT
File {
130
struct
BASE_EXPORT
Info {
/external/libchrome/base/mac/
mach_logging.h
10
#include "base/
base_export
.h"
36
class
BASE_EXPORT
MachLogMessage : public logging::LogMessage {
103
class
BASE_EXPORT
BootstrapLogMessage : public logging::LogMessage {
Completed in 649 milliseconds
1
2
3
4
5
6
7
8