Searched defs:kFunctionName (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/v8/include/
H A Dv8.h1316 kFunctionName = 1 << 3, enumerator in enum:v8::StackTrace::StackTraceOptions
1322 kOverview = kLineNumber | kColumnOffset | kScriptName | kFunctionName,
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc231 const char kFunctionName[] = "NtClose"; local
233 void* target = ::GetProcAddress(ntdll_base, kFunctionName);
249 ret = resolver->Setup(ntdll_base, NULL, kFunctionName, NULL,
256 ret = resolver->Setup(ntdll_base, NULL, kFunctionName, NULL,
/external/chromium_org/base/
H A Dscoped_native_library_unittest.cc25 const char kFunctionName[] = "DirectDrawCreate"; local
32 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName));
35 GetFunctionPointerFromNativeLibrary(native_library, kFunctionName),
39 GetFunctionPointerFromNativeLibrary(native_library, kFunctionName));

Completed in 4658 milliseconds