Home
last modified time | relevance | path

Searched refs:LPCTSTR (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit/win/
DWebKitGraphics.h38 typedef LPCWSTR LPCTSTR; typedef
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 wid…
72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float widt…
DWebLocalizableStrings.h41 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle*, LPCSTR key);
46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
47 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle *bundle, LPCTSTR key);
DWebLocalizableStrings.cpp82 operator LPCTSTR() const;
90 LocalizedString::operator LPCTSTR() const in operator LPCTSTR()
227 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key) in WebLocalizedLPCTSTRUTF8()
237 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key) in WebLocalizedString()
245 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key) in WebLocalizedLPCTSTR()
DWebKitGraphics.cpp81 LPCTSTR text;
123 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription& description) in TextFloatWidth()
146 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& descriptio… in CenterTruncateStringToWidth()
156 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description… in RightTruncateStringToWidth()
DWebNodeHighlight.cpp44 static LPCTSTR kOverlayWindowClassName = TEXT("WebNodeHighlightWindowClass");
46 static LPCTSTR kWebNodeHighlightPointerProp = TEXT("WebNodeHighlightPointer");
DMarshallingHelpers.cpp97 return SysAllocStringLen((LPCTSTR)uniChars, CFStringGetLength(str)); in CFStringRefToBSTR()
DWebPreferences.h467 void setStringValue(CFStringRef key, LPCTSTR value);
DWebPreferences.cpp307 return SysAllocStringLen((LPCTSTR)uniChars, length); in stringValueForKey()
342 void WebPreferences::setStringValue(CFStringRef key, LPCTSTR value) in setStringValue()
/external/webkit/Tools/FindSafari/
DFindSafari.cpp44 static TCHAR* getStringValue(HKEY key, LPCTSTR valueName) in getStringValue()
62 LPCTSTR installPathKeyString = TEXT("SOFTWARE\\Apple Computer, Inc.\\Safari"); in getInstalledWebKitDirectory()
63 LPCTSTR installPathWin64KeyString = TEXT("SOFTWARE\\Wow6432Node\\Apple Computer, Inc.\\Safari"); in getInstalledWebKitDirectory()
119 LPCTSTR lines[] = { in _tmain()
138 LPCTSTR command = TEXT("\"%TMP%\\WebKitNightly\\Safari.exe\""); in _tmain()
140 LPCTSTR launchLines[] = { in _tmain()
144 LPCTSTR debuggerLines[] = { in _tmain()
157 LPCTSTR* endLines = debugger ? debuggerLines : launchLines; in _tmain()
/external/webkit/Tools/WebKitLauncherWin/
DWebKitLauncherWin.cpp31 static LPTSTR getStringValue(HKEY key, LPCTSTR valueName) in getStringValue()
47 static LPTSTR applePathFromRegistry(LPCTSTR key, LPCTSTR value) in applePathFromRegistry()
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
Dwin_ce_semaphore.h9 LPCTSTR lpName;
17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
Dwin_ce_semaphore.c43 LPCTSTR lpName ) in CreateSemaphoreCE()
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp161 static LPCTSTR insertactionstring[] = { in shouldInsertNode()
185 static LPCTSTR insertactionstring[] = { in shouldInsertText()
228 static LPCTSTR affinitystring[] = { in shouldChangeSelectedDOMRange()
232 static LPCTSTR boolstring[] = { in shouldChangeSelectedDOMRange()
375 /* [in] */ LPCTSTR text, in checkSpellingOfString()
DEditingDelegate.h127 /* [in] */ LPCTSTR text,
134 /* [in] */ LPCTSTR text, in checkGrammarOfString()
DPolicyDelegate.cpp111 LPCTSTR typeDescription; in decidePolicyForNavigationAction()
/external/quake/quake/src/WinQuake/
Dconproc.cpp39 BOOL WriteText (LPCTSTR szText);
126 pBuffer[0] = WriteText ((LPCTSTR) (pBuffer + 1)); in RequestProc()
219 BOOL WriteText (LPCTSTR szText) in WriteText()
/external/webkit/Source/WebKit2/win/
DMainWin.cpp46 LPCTSTR webKitDLLName = L"WebKit_debug.dll"; in wWinMain()
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmdef.h242 LPCTSTR lpName;
243 LPCTSTR lpType;
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMDEF.H242 LPCTSTR lpName;
243 LPCTSTR lpType;
/external/zlib/contrib/minizip/
Diowin32.c97 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
142 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp54 static LPCTSTR kWebInspectorWindowClassName = TEXT("WebInspectorWindowClass");
56 static LPCTSTR kWebInspectorPointerProp = TEXT("WebInspectorPointer");
DWebChromeClient.cpp607 LPCTSTR productVersion; in exceededDatabaseQuota()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebEditingDelegate.idl179 …HRESULT checkSpellingOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] int* …
180 …HRESULT checkGrammarOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] IEnumW…
/external/chromium/chrome/browser/importer/
Dnss_decryptor_win.cc12 typedef BOOL (WINAPI* SetDllDirectoryFunc)(LPCTSTR lpPathName);
/external/webkit/Tools/record-memory-win/
Dmain.cpp58 _tprintf(_T("ERROR: unrecognized argument \"%s\"\n"), (LPCTSTR)argument); in ProcessArgs()

12