/external/libchrome/base/power_monitor/ |
power_observer.h | 8 #include "base/base_export.h" 13 class BASE_EXPORT PowerObserver {
|
/external/libchrome/base/ |
single_thread_task_runner.h | 8 #include "base/base_export.h" 25 class BASE_EXPORT SingleThreadTaskRunner : public SequencedTaskRunner {
|
guid.h | 12 #include "base/base_export.h" 21 BASE_EXPORT std::string GenerateGUID(); 24 BASE_EXPORT bool IsValidGUID(const std::string& guid); 28 BASE_EXPORT std::string RandomDataToGUIDString(const uint64_t bytes[2]);
|
base64url.h | 10 #include "base/base_export.h" 30 BASE_EXPORT void Base64UrlEncode(const StringPiece& input, 50 BASE_EXPORT bool Base64UrlDecode(const StringPiece& input,
|
sha1.h | 12 #include "base/base_export.h" 22 BASE_EXPORT std::string SHA1HashString(const std::string& str); 26 BASE_EXPORT void SHA1HashBytes(const unsigned char* data, size_t len,
|
environment.h | 11 #include "base/base_export.h" 21 BASE_EXPORT extern const char kHome[]; 26 class BASE_EXPORT Environment { 66 BASE_EXPORT string16 AlterEnvironment(const wchar_t* env, 82 BASE_EXPORT scoped_ptr<char*[]> AlterEnvironment(
|
thread_task_runner_handle.h | 8 #include "base/base_export.h" 20 class BASE_EXPORT ThreadTaskRunnerHandle {
|
/external/libchrome/base/threading/ |
non_thread_safe_impl.h | 8 #include "base/base_export.h" 19 class BASE_EXPORT NonThreadSafeImpl {
|
thread_checker_impl.h | 8 #include "base/base_export.h" 21 class BASE_EXPORT ThreadCheckerImpl {
|
/external/libchrome/base/strings/ |
string_util.h | 18 #include "base/base_export.h" 66 BASE_EXPORT size_t strlcpy(char* dst, const char* src, size_t dst_size); 67 BASE_EXPORT size_t wcslcpy(wchar_t* dst, const wchar_t* src, size_t dst_size); 90 BASE_EXPORT bool IsWprintfFormatPortable(const wchar_t* format); 111 BASE_EXPORT std::string ToLowerASCII(StringPiece str); 112 BASE_EXPORT string16 ToLowerASCII(StringPiece16 str); 115 BASE_EXPORT std::string ToUpperASCII(StringPiece str); 116 BASE_EXPORT string16 ToUpperASCII(StringPiece16 str); 140 BASE_EXPORT int CompareCaseInsensitiveASCII(StringPiece a, StringPiece b); 141 BASE_EXPORT int CompareCaseInsensitiveASCII(StringPiece16 a, StringPiece16 b) [all...] |
stringprintf.h | 12 #include "base/base_export.h" 19 BASE_EXPORT std::string StringPrintf(_Printf_format_string_ const char* format, 23 BASE_EXPORT std::wstring StringPrintf( 29 BASE_EXPORT std::string StringPrintV(const char* format, va_list ap) 33 BASE_EXPORT const std::string& SStringPrintf( 38 BASE_EXPORT const std::wstring& SStringPrintf( 45 BASE_EXPORT void StringAppendF(std::string* dst, 49 BASE_EXPORT void StringAppendF(std::wstring* dst, 56 BASE_EXPORT void StringAppendV(std::string* dst, const char* format, va_list ap) 59 BASE_EXPORT void StringAppendV(std::wstring* dst [all...] |
string_split.h | 12 #include "base/base_export.h" 46 BASE_EXPORT std::vector<std::string> SplitString( 51 BASE_EXPORT std::vector<string16> SplitString( 69 BASE_EXPORT std::vector<StringPiece> SplitStringPiece( 74 BASE_EXPORT std::vector<StringPiece16> SplitStringPiece( 86 BASE_EXPORT bool SplitStringIntoKeyValuePairs(StringPiece input, 97 BASE_EXPORT void SplitStringUsingSubstr(StringPiece16 input, 100 BASE_EXPORT void SplitStringUsingSubstr(StringPiece input, 116 BASE_EXPORT std::vector<StringPiece16> SplitStringPieceUsingSubstr( 121 BASE_EXPORT std::vector<StringPiece> SplitStringPieceUsingSubstr [all...] |
/external/libchrome/base/mac/ |
scoped_mach_port.h | 10 #include "base/base_export.h" 18 struct BASE_EXPORT SendRightTraits { 23 BASE_EXPORT static void Free(mach_port_t port); 26 struct BASE_EXPORT ReceiveRightTraits { 31 BASE_EXPORT static void Free(mach_port_t port); 39 BASE_EXPORT static void Free(mach_port_t port);
|
foundation_util.h | 13 #include "base/base_export.h" 65 BASE_EXPORT bool AmIBundled(); 66 BASE_EXPORT void SetOverrideAmIBundled(bool value); 74 BASE_EXPORT void ClearAmIBundledCache(); 78 BASE_EXPORT bool IsBackgroundOnlyProcess(); 81 BASE_EXPORT FilePath PathForFrameworkBundleResource(CFStringRef resourceName); 92 BASE_EXPORT OSType CreatorCodeForApplication(); 97 BASE_EXPORT bool GetSearchPathDirectory(NSSearchPathDirectory directory, 104 BASE_EXPORT bool GetLocalDirectory(NSSearchPathDirectory directory, 110 BASE_EXPORT bool GetUserDirectory(NSSearchPathDirectory directory [all...] |
scoped_nsautorelease_pool.h | 8 #include "base/base_export.h" 25 class BASE_EXPORT ScopedNSAutoreleasePool {
|
/external/libchrome/base/process/ |
process_handle.h | 11 #include "base/base_export.h" 41 BASE_EXPORT ProcessId GetCurrentProcId(); 47 BASE_EXPORT uint32_t GetUniqueIdForProcess(); 56 BASE_EXPORT void InitUniqueIdForProcessInPidNamespace( 61 BASE_EXPORT ProcessHandle GetCurrentProcessHandle(); 69 BASE_EXPORT ProcessId GetProcId(ProcessHandle process); 72 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process); 76 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
|
launch.h | 16 #include "base/base_export.h" 42 struct BASE_EXPORT LaunchOptions { 46 class BASE_EXPORT PreExecDelegate { 186 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline, 200 BASE_EXPORT Process LaunchProcess(const string16& cmdline, 208 BASE_EXPORT Process LaunchElevatedProcess(const CommandLine& cmdline, 216 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv, 222 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map); 228 BASE_EXPORT bool SetJobObjectLimitFlags(HANDLE job_object, DWORD limit_flags); 232 BASE_EXPORT void RouteStdioToConsole(bool create_console_if_not_found) [all...] |
process_metrics.h | 16 #include "base/base_export.h" 94 BASE_EXPORT int64_t TimeValToMicroseconds(const struct timeval& tv); 101 class BASE_EXPORT ProcessMetrics { 237 BASE_EXPORT size_t GetSystemCommitCharge(); 240 BASE_EXPORT size_t GetPageSize(); 245 BASE_EXPORT size_t GetMaxFds(); 249 BASE_EXPORT void SetFdLimit(unsigned int max_descriptors); 262 struct BASE_EXPORT SystemMemoryInfoKB { 306 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); 315 BASE_EXPORT int ParseProcStatCPU(const std::string& input) [all...] |
/external/libchrome/base/metrics/ |
metrics_hashes.h | 11 #include "base/base_export.h" 17 BASE_EXPORT uint64_t HashMetricName(const std::string& name);
|
/external/libchrome/base/time/ |
default_clock.h | 8 #include "base/base_export.h" 15 class BASE_EXPORT DefaultClock : public Clock {
|
default_tick_clock.h | 8 #include "base/base_export.h" 15 class BASE_EXPORT DefaultTickClock : public TickClock {
|
/external/libchrome/base/timer/ |
elapsed_timer.h | 8 #include "base/base_export.h" 15 class BASE_EXPORT ElapsedTimer {
|
/external/libchrome/base/trace_event/ |
memory_dump_request_args.h | 14 #include "base/base_export.h" 42 struct BASE_EXPORT MemoryDumpRequestArgs { 54 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type); 56 BASE_EXPORT const char* MemoryDumpLevelOfDetailToString( 59 BASE_EXPORT MemoryDumpLevelOfDetail
|
/external/libchrome/base/message_loop/ |
message_pump.h | 8 #include "base/base_export.h" 16 class BASE_EXPORT MessagePump : public NonThreadSafe { 20 class BASE_EXPORT Delegate {
|
message_pump_dispatcher.h | 10 #include "base/base_export.h" 23 class BASE_EXPORT MessagePumpDispatcher {
|