HomeSort by relevance Sort by last modified time
    Searched refs:LPCTSTR (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 38 typedef LPCWSTR LPCTSTR;
41 LPCTSTR family;
53 LPCTSTR text;
67 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription&);
71 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
WebLocalizableStrings.h 41 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle*, LPCSTR key);
46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
47 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle *bundle, LPCTSTR key);
WebKitGraphics.cpp 81 LPCTSTR text;
123 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription& description)
146 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description, float width, WCHAR* buffer)
156 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description, float width, WCHAR* buffer)
WebLocalizableStrings.cpp 82 operator LPCTSTR() const;
90 LocalizedString::operator LPCTSTR() const
227 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key)
237 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)
245 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)
WebNodeHighlight.cpp 44 static LPCTSTR kOverlayWindowClassName = TEXT("WebNodeHighlightWindowClass");
46 static LPCTSTR kWebNodeHighlightPointerProp = TEXT("WebNodeHighlightPointer");
MarshallingHelpers.cpp 97 return SysAllocStringLen((LPCTSTR)uniChars, CFStringGetLength(str));
WebPreferences.h 467 void setStringValue(CFStringRef key, LPCTSTR value);
WebPreferences.cpp 307 return SysAllocStringLen((LPCTSTR)uniChars, length);
342 void WebPreferences::setStringValue(CFStringRef key, LPCTSTR value)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.h 9 LPCTSTR lpName;
17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
win_ce_semaphore.c 43 LPCTSTR lpName )
  /external/webkit/Tools/FindSafari/
FindSafari.cpp 44 static TCHAR* getStringValue(HKEY key, LPCTSTR valueName)
62 LPCTSTR installPathKeyString = TEXT("SOFTWARE\\Apple Computer, Inc.\\Safari");
63 LPCTSTR installPathWin64KeyString = TEXT("SOFTWARE\\Wow6432Node\\Apple Computer, Inc.\\Safari");
119 LPCTSTR lines[] = {
138 LPCTSTR command = TEXT("\"%TMP%\\WebKitNightly\\Safari.exe\"");
140 LPCTSTR launchLines[] = {
144 LPCTSTR debuggerLines[] = {
157 LPCTSTR* endLines = debugger ? debuggerLines : launchLines;
  /external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.cpp 31 static LPTSTR getStringValue(HKEY key, LPCTSTR valueName)
47 static LPTSTR applePathFromRegistry(LPCTSTR key, LPCTSTR value)
  /external/webkit/Source/WebKit2/win/
MainWin.cpp 46 LPCTSTR webKitDLLName = L"WebKit_debug.dll";
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 161 static LPCTSTR insertactionstring[] = {
185 static LPCTSTR insertactionstring[] = {
228 static LPCTSTR affinitystring[] = {
232 static LPCTSTR boolstring[] = {
375 /* [in] */ LPCTSTR text,
EditingDelegate.h 127 /* [in] */ LPCTSTR text,
134 /* [in] */ LPCTSTR text,
PolicyDelegate.cpp 111 LPCTSTR typeDescription;
  /external/quake/quake/src/WinQuake/
conproc.cpp 39 BOOL WriteText (LPCTSTR szText);
126 pBuffer[0] = WriteText ((LPCTSTR) (pBuffer + 1));
219 BOOL WriteText (LPCTSTR szText)
  /external/webkit/Source/WebKit/win/Interfaces/
IWebEditingDelegate.idl 179 HRESULT checkSpellingOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] int* misspellingLocation, [out] int* misspellingLength);
180 HRESULT checkGrammarOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] IEnumWebGrammarDetails** grammarDetails, [out] int* badGrammarLocation, [out] int* badGrammarLength);
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 242 LPCTSTR lpName;
243 LPCTSTR lpType;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 242 LPCTSTR lpName;
243 LPCTSTR lpType;
  /external/chromium/chrome/browser/importer/
nss_decryptor_win.cc 12 typedef BOOL (WINAPI* SetDllDirectoryFunc)(LPCTSTR lpPathName);
  /external/webkit/Tools/record-memory-win/
main.cpp 58 _tprintf(_T("ERROR: unrecognized argument \"%s\"\n"), (LPCTSTR)argument);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 54 static LPCTSTR kWebInspectorWindowClassName = TEXT("WebInspectorWindowClass");
56 static LPCTSTR kWebInspectorPointerProp = TEXT("WebInspectorPointer");
WebChromeClient.cpp 607 LPCTSTR productVersion;
  /external/zlib/contrib/minizip/
iowin32.c 97 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
142 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);

Completed in 422 milliseconds

1 2