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

1 23 4 5 6 7 8 910

  /external/chromium_org/base/debug/
crash_logging.h 11 #include "base/base_export.h"
28 BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key,
30 BASE_EXPORT void ClearCrashKey(const base::StringPiece& key);
33 BASE_EXPORT void SetCrashKeyToStackTrace(const base::StringPiece& key,
39 BASE_EXPORT void SetCrashKeyFromAddresses(const base::StringPiece& key,
45 class BASE_EXPORT ScopedCrashKey {
57 struct BASE_EXPORT CrashKey {
73 BASE_EXPORT size_t InitCrashKeys(const CrashKey* const keys, size_t count,
77 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);
87 BASE_EXPORT void SetCrashKeyReportingFunctions
    [all...]
gdi_debug_util_win.h 10 #include "base/base_export.h"
17 void BASE_EXPORT GDIBitmapAllocFailure(BITMAPINFOHEADER* header,
stack_trace.h 11 #include "base/base_export.h"
28 BASE_EXPORT bool EnableInProcessStackDumping();
37 BASE_EXPORT bool EnableInProcessStackDumpingForSandbox();
42 class BASE_EXPORT StackTrace {
100 BASE_EXPORT char *itoa_r(intptr_t i,
  /external/chromium_org/base/
platform_file.h 15 #include "base/base_export.h"
104 struct BASE_EXPORT PlatformFileInfo {
130 BASE_EXPORT PlatformFileError LastErrorToPlatformFileError(DWORD last_error);
134 BASE_EXPORT PlatformFileError ErrnoToPlatformFileError(int saved_errno);
138 BASE_EXPORT bool ClosePlatformFile(PlatformFile file);
143 BASE_EXPORT int64 SeekPlatformFile(PlatformFile file,
152 BASE_EXPORT int ReadPlatformFile(PlatformFile file, int64 offset,
156 BASE_EXPORT int ReadPlatformFileAtCurrentPos(PlatformFile file,
162 BASE_EXPORT int ReadPlatformFileNoBestEffort(PlatformFile file, int64 offset,
166 BASE_EXPORT int ReadPlatformFileCurPosNoBestEffort(PlatformFile file
    [all...]
barrier_closure.h 8 #include "base/base_export.h"
25 BASE_EXPORT base::Closure BarrierClosure(int num_closures,
  /external/chromium_org/base/process/
process_handle.h 8 #include "base/base_export.h"
38 BASE_EXPORT ProcessId GetCurrentProcId();
41 BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
53 BASE_EXPORT bool OpenPrivilegedProcessHandle(ProcessId pid,
58 BASE_EXPORT bool OpenProcessHandleWithAccess(ProcessId pid,
63 BASE_EXPORT void CloseProcessHandle(ProcessHandle process);
68 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
80 BASE_EXPORT bool GetProcessIntegrityLevel(ProcessHandle process,
86 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process)
    [all...]
launch.h 14 #include "base/base_export.h"
39 struct BASE_EXPORT LaunchOptions {
161 BASE_EXPORT bool LaunchProcess(const CommandLine& cmdline,
176 BASE_EXPORT bool LaunchProcess(const string16& cmdline,
186 BASE_EXPORT bool LaunchElevatedProcess(const CommandLine& cmdline,
195 BASE_EXPORT bool LaunchProcess(const std::vector<std::string>& argv,
202 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map);
208 BASE_EXPORT bool SetJobObjectLimitFlags(HANDLE job_object, DWORD limit_flags);
212 BASE_EXPORT void RouteStdioToConsole();
219 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output)
    [all...]
  /external/chromium_org/base/android/
event_log.h 10 #include "base/base_export.h"
15 void BASE_EXPORT EventLogWriteInt(int tag, int value);
command_line_android.h 10 #include "base/base_export.h"
16 void BASE_EXPORT InitNativeCommandLineFromJavaArray(
jni_registrar.h 9 #include "base/base_export.h"
20 BASE_EXPORT bool RegisterNativeMethods(JNIEnv* env,
jni_utils.h 19 BASE_EXPORT ScopedJavaLocalRef<jobject> GetClassLoader(JNIEnv* env);
memory_pressure_listener_android.h 14 class BASE_EXPORT MemoryPressureListenerAndroid {
sys_utils.h 13 class BASE_EXPORT SysUtils {
  /external/chromium_org/base/files/
scoped_platform_file_closer.h 15 struct BASE_EXPORT PlatformFileCloser {
  /external/chromium_org/base/mac/
authorization_util.h 31 #include "base/base_export.h"
42 BASE_EXPORT
50 BASE_EXPORT
58 BASE_EXPORT
71 BASE_EXPORT
launchd.h 13 #include "base/base_export.h"
22 BASE_EXPORT
28 BASE_EXPORT
foundation_util.h 13 #include "base/base_export.h"
64 BASE_EXPORT bool AmIBundled();
65 BASE_EXPORT void SetOverrideAmIBundled(bool value);
68 BASE_EXPORT bool IsBackgroundOnlyProcess();
71 BASE_EXPORT FilePath PathForFrameworkBundleResource(CFStringRef resourceName);
82 BASE_EXPORT OSType CreatorCodeForApplication();
87 BASE_EXPORT bool GetSearchPathDirectory(NSSearchPathDirectory directory,
94 BASE_EXPORT bool GetLocalDirectory(NSSearchPathDirectory directory,
100 BASE_EXPORT bool GetUserDirectory(NSSearchPathDirectory directory,
104 BASE_EXPORT FilePath GetUserLibraryPath()
    [all...]
  /external/chromium_org/base/message_loop/
message_loop_proxy.h 8 #include "base/base_export.h"
25 class BASE_EXPORT MessageLoopProxy : public SingleThreadTaskRunner {
  /external/chromium_org/base/strings/
latin1_string_conversions.h 10 #include "base/base_export.h"
26 BASE_EXPORT string16 Latin1OrUTF16ToUTF16(size_t length,
string_split.h 12 #include "base/base_export.h"
23 BASE_EXPORT void SplitString(const string16& str,
31 BASE_EXPORT void SplitString(const std::string& str,
41 BASE_EXPORT bool SplitStringIntoKeyValuePairs(const std::string& line,
47 BASE_EXPORT void SplitStringUsingSubstr(const string16& str,
50 BASE_EXPORT void SplitStringUsingSubstr(const std::string& str,
56 BASE_EXPORT void SplitStringDontTrim(const string16& str,
63 BASE_EXPORT void SplitStringDontTrim(const std::string& str,
75 BASE_EXPORT void SplitStringAlongWhitespace(const string16& str,
77 BASE_EXPORT void SplitStringAlongWhitespace(const std::string& str
    [all...]
stringprintf.h 12 #include "base/base_export.h"
18 BASE_EXPORT std::string StringPrintf(const char* format, ...)
22 BASE_EXPORT std::wstring StringPrintf(const wchar_t* format, ...)
27 BASE_EXPORT std::string StringPrintV(const char* format, va_list ap)
31 BASE_EXPORT const std::string& SStringPrintf(std::string* dst,
35 BASE_EXPORT const std::wstring& SStringPrintf(std::wstring* dst,
41 BASE_EXPORT void StringAppendF(std::string* dst, const char* format, ...)
46 BASE_EXPORT void StringAppendF(std::wstring* dst, const wchar_t* format, ...)
52 BASE_EXPORT void StringAppendV(std::string* dst, const char* format, va_list ap)
55 BASE_EXPORT void StringAppendV(std::wstring* dst
    [all...]
string_util.h 16 #include "base/base_export.h"
68 BASE_EXPORT size_t strlcpy(char* dst, const char* src, size_t dst_size);
69 BASE_EXPORT size_t wcslcpy(wchar_t* dst, const wchar_t* src, size_t dst_size);
92 BASE_EXPORT bool IsWprintfFormatPortable(const wchar_t* format);
137 BASE_EXPORT const std::string& EmptyString();
138 BASE_EXPORT const string16& EmptyString16();
142 BASE_EXPORT extern const wchar_t kWhitespaceWide[];
143 BASE_EXPORT extern const char16 kWhitespaceUTF16[];
144 BASE_EXPORT extern const char kWhitespaceASCII[];
147 BASE_EXPORT extern const char kUtf8ByteOrderMark[]
    [all...]
  /external/chromium_org/base/timer/
elapsed_timer.h 8 #include "base/base_export.h"
15 class BASE_EXPORT ElapsedTimer {
  /external/chromium_org/base/win/
i18n.h 11 #include "base/base_export.h"
21 BASE_EXPORT bool GetUserPreferredUILanguageList(
27 BASE_EXPORT bool GetThreadPreferredUILanguageList(
resource_util.h 13 #include "base/base_export.h"
22 bool BASE_EXPORT GetResourceFromModule(HMODULE module,
31 bool BASE_EXPORT GetDataResourceFromModule(HMODULE module,

Completed in 107 milliseconds

1 23 4 5 6 7 8 910