HomeSort by relevance Sort by last modified time
    Searched refs:BASE_EXPORT (Results 101 - 125 of 245) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/base/android/
jni_weak_ref.h 11 #include "base/base_export.h"
17 class BASE_EXPORT JavaObjectWeakGlobalRef {
40 BASE_EXPORT base::android::ScopedJavaLocalRef<jobject> GetRealObject(
  /external/chromium_org/base/debug/
trace_event_system_stats_monitor.h 8 #include "base/base_export.h"
25 class BASE_EXPORT TraceEventSystemStatsMonitor
68 BASE_EXPORT void AppendSystemProfileAsTraceFormat(const SystemMetrics&
trace_event_win.h 11 #include "base/base_export.h"
24 class BASE_EXPORT TraceEventETWProvider : public base::win::EtwTraceProvider {
95 BASE_EXPORT extern const GUID kChromeTraceProviderName;
98 BASE_EXPORT extern const GUID kTraceEventClass32;
101 BASE_EXPORT extern const GUID kTraceEventClass64;
  /external/chromium_org/base/
ini_parser.h 10 #include "base/base_export.h"
31 class BASE_EXPORT INIParser {
49 class BASE_EXPORT DictionaryValueINIParser : public INIParser {
logging_win.h 10 #include "base/base_export.h"
21 EXTERN_C BASE_EXPORT const GUID kLogEventId;
52 class BASE_EXPORT LogEventProvider : public base::win::EtwTraceProvider {
pending_task.h 10 #include "base/base_export.h"
20 struct BASE_EXPORT PendingTask : public TrackingInfo {
50 class BASE_EXPORT TaskQueue : public std::queue<PendingTask> {
task_runner.h 8 #include "base/base_export.h"
58 class BASE_EXPORT TaskRunner
147 struct BASE_EXPORT TaskRunnerTraits {
file_version_info_win.h 10 #include "base/base_export.h"
20 BASE_EXPORT FileVersionInfoWin(void* data, int language, int code_page);
21 BASE_EXPORT ~FileVersionInfoWin();
43 BASE_EXPORT bool GetValue(const wchar_t* name, std::wstring* value);
47 BASE_EXPORT std::wstring GetStringValue(const wchar_t* name);
scoped_native_library.h 8 #include "base/base_export.h"
18 class BASE_EXPORT ScopedNativeLibrary {
sequence_checker_impl.h 8 #include "base/base_export.h"
21 class BASE_EXPORT SequenceCheckerImpl {
  /external/chromium_org/base/win/
object_watcher.h 10 #include "base/base_export.h"
48 class BASE_EXPORT ObjectWatcher : public MessageLoop::DestructionObserver {
50 class BASE_EXPORT Delegate {
iunknown_impl.h 11 #include "base/base_export.h"
18 class BASE_EXPORT IUnknownImpl : public IUnknown {
shortcut.h 123 BASE_EXPORT bool CreateOrUpdateShortcutLink(
136 BASE_EXPORT bool ResolveShortcutProperties(const FilePath& shortcut_path,
147 BASE_EXPORT bool ResolveShortcut(const FilePath& shortcut_path,
154 BASE_EXPORT bool TaskbarPinShortcutLink(const wchar_t* shortcut);
159 BASE_EXPORT bool TaskbarUnpinShortcutLink(const wchar_t* shortcut);
  /external/chromium_org/base/files/
scoped_file.h 10 #include "base/base_export.h"
21 struct BASE_EXPORT ScopedFDCloseTraits {
scoped_temp_dir.h 18 #include "base/base_export.h"
23 class BASE_EXPORT ScopedTempDir {
  /external/chromium_org/base/mac/
objc_property_releaser.h 10 #include "base/base_export.h"
85 class BASE_EXPORT ObjCPropertyReleaser {
scoped_sending_event.h 8 #include "base/base_export.h"
31 class BASE_EXPORT ScopedSendingEvent {
  /external/chromium_org/base/memory/
memory_pressure_listener.h 16 #include "base/base_export.h"
50 class BASE_EXPORT MemoryPressureListener {
ref_counted_memory.h 11 #include "base/base_export.h"
20 class BASE_EXPORT RefCountedMemory
46 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
68 class BASE_EXPORT RefCountedBytes : public RefCountedMemory {
100 class BASE_EXPORT RefCountedString : public RefCountedMemory {
127 class BASE_EXPORT RefCountedMallocedMemory : public base::RefCountedMemory {
  /external/chromium_org/base/metrics/
histogram_flattener.h 22 class BASE_EXPORT HistogramFlattener {
  /external/chromium_org/base/power_monitor/
power_monitor_source.h 8 #include "base/base_export.h"
19 class BASE_EXPORT PowerMonitorSource {
  /external/chromium_org/base/synchronization/
cancellation_flag.h 8 #include "base/base_export.h"
19 class BASE_EXPORT CancellationFlag {
lock_impl.h 16 #include "base/base_export.h"
25 class BASE_EXPORT LockImpl {
  /external/chromium_org/base/threading/
worker_pool.h 8 #include "base/base_export.h"
30 class BASE_EXPORT WorkerPool {
simple_thread.h 47 #include "base/base_export.h"
58 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate {
60 class BASE_EXPORT Options {
123 class BASE_EXPORT DelegateSimpleThread : public SimpleThread {
125 class BASE_EXPORT Delegate {
153 class BASE_EXPORT DelegateSimpleThreadPool

Completed in 821 milliseconds

1 2 3 45 6 7 8 910