HomeSort by relevance Sort by last modified time
    Searched refs:BASE_EXPORT (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /external/libchrome/base/trace_event/
memory_dump_provider.h 8 #include "base/base_export.h"
25 class BASE_EXPORT MemoryDumpProvider {
memory_dump_session_state.h 8 #include "base/base_export.h"
18 class BASE_EXPORT MemoryDumpSessionState
process_memory_maps_dump_provider.h 18 class BASE_EXPORT ProcessMemoryMapsDumpProvider : public MemoryDumpProvider {
process_memory_maps.h 13 #include "base/base_export.h"
22 class BASE_EXPORT ProcessMemoryMaps {
24 struct BASE_EXPORT VMRegion {
heap_profiler_allocation_context_tracker.h 11 #include "base/base_export.h"
24 class BASE_EXPORT AllocationContextTracker {
memory_allocator_dump_guid.h 12 #include "base/base_export.h"
17 class BASE_EXPORT MemoryAllocatorDumpGuid {
process_memory_totals_dump_provider.h 23 class BASE_EXPORT ProcessMemoryTotalsDumpProvider : public MemoryDumpProvider {
trace_buffer.h 11 #include "base/base_export.h"
20 class BASE_EXPORT TraceBufferChunk {
60 class BASE_EXPORT TraceBuffer {
89 class BASE_EXPORT TraceResultBuffer {
96 struct BASE_EXPORT SimpleOutput {
  /external/libchrome/base/threading/
simple_thread.h 49 #include "base/base_export.h"
59 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate {
61 class BASE_EXPORT Options {
125 class BASE_EXPORT DelegateSimpleThread : public SimpleThread {
127 class BASE_EXPORT Delegate {
156 class BASE_EXPORT DelegateSimpleThreadPool
  /external/libchrome/base/strings/
string16.h 34 #include "base/base_export.h"
56 BASE_EXPORT int c16memcmp(const char16* s1, const char16* s2, size_t n);
57 BASE_EXPORT size_t c16len(const char16* s);
58 BASE_EXPORT const char16* c16memchr(const char16* s, char16 c, size_t n);
59 BASE_EXPORT char16* c16memmove(char16* s1, const char16* s2, size_t n);
60 BASE_EXPORT char16* c16memcpy(char16* s1, const char16* s2, size_t n);
61 BASE_EXPORT char16* c16memset(char16* s, char16 c, size_t n);
135 BASE_EXPORT extern std::ostream& operator<<(std::ostream& out,
139 BASE_EXPORT extern void PrintTo(const string16& str, std::ostream* out);
183 class BASE_EXPORT std::basic_string<base::char16, base::string16_char_traits>
    [all...]
  /external/libchrome/base/files/
important_file_writer.h 10 #include "base/base_export.h"
40 class BASE_EXPORT ImportantFileWriter : public NonThreadSafe {
44 class BASE_EXPORT DataSerializer {
memory_mapped_file.h 11 #include "base/base_export.h"
24 class BASE_EXPORT MemoryMappedFile {
31 struct BASE_EXPORT Region {
  /external/libchrome/base/json/
json_string_value_serializer.h 10 #include "base/base_export.h"
16 class BASE_EXPORT JSONStringValueSerializer : public base::ValueSerializer {
47 class BASE_EXPORT JSONStringValueDeserializer : public base::ValueDeserializer {
  /external/libchrome/base/metrics/
bucket_ranges.h 27 #include "base/base_export.h"
33 class BASE_EXPORT BucketRanges {
79 BASE_EXPORT extern const uint32_t kCrcTable[256];
  /external/libchrome/base/process/
process.h 8 #include "base/base_export.h"
33 class BASE_EXPORT Process {
145 BASE_EXPORT bool IsProcessBackgroundedCGroup(
port_provider_mac.h 10 #include "base/base_export.h"
21 class BASE_EXPORT PortProvider {
process_iterator.h 16 #include "base/base_export.h"
42 struct BASE_EXPORT ProcessEntry {
77 class BASE_EXPORT ProcessIterator {
127 class BASE_EXPORT NamedProcessIterator : public ProcessIterator {
145 BASE_EXPORT int GetProcessCount(const FilePath::StringType& executable_name,
  /external/libchrome/base/profiler/
tracked_time.h 10 #include "base/base_export.h"
26 class BASE_EXPORT Duration { // Similar to base::TimeDelta.
49 class BASE_EXPORT TrackedTime { // Similar to base::TimeTicks.
  /external/libchrome/base/
at_exit.h 10 #include "base/base_export.h"
31 class BASE_EXPORT AtExitManager {
callback_helpers.h 32 class BASE_EXPORT ScopedClosureRunner {
tracking_info.h 14 #include "base/base_export.h"
26 struct BASE_EXPORT TrackingInfo {
  /external/libchrome/base/debug/
task_annotator.h 10 #include "base/base_export.h"
19 class BASE_EXPORT TaskAnnotator {
  /external/libchrome/base/memory/
ref_counted_memory.h 13 #include "base/base_export.h"
23 class BASE_EXPORT RefCountedMemory
49 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
71 class BASE_EXPORT RefCountedBytes : public RefCountedMemory {
103 class BASE_EXPORT RefCountedString : public RefCountedMemory {
  /external/libchrome/base/power_monitor/
power_monitor.h 8 #include "base/base_export.h"
20 class BASE_EXPORT PowerMonitor {
  /external/libchrome/base/synchronization/
condition_variable.h 68 #include "base/base_export.h"
83 class BASE_EXPORT ConditionVariable {

Completed in 3400 milliseconds

1 2 34 5 6 7 8