HomeSort by relevance Sort by last modified time
    Searched refs:BSTR (Results 76 - 100 of 147) sorted by null

1 2 34 5 6

  /external/webkit/WebKit/win/
WebSecurityOrigin.h 53 /* [retval][out] */ BSTR* result);
56 /* [retval][out] */ BSTR* result);
WebNotification.cpp 35 WebNotification::WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo)
65 WebNotification* WebNotification::createInstance(BSTR name /*=0*/, IUnknown* anObject /*=0*/, IPropertyBag* userInfo /*=0*/)
105 /* [in] */ BSTR /*aName*/,
114 /* [retval][out] */ BSTR* result)
DefaultDownloadDelegate.h 51 virtual HRESULT STDMETHODCALLTYPE decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename);
53 virtual HRESULT STDMETHODCALLTYPE didCreateDestination(IWebDownload* download, BSTR destination);
58 virtual HRESULT STDMETHODCALLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode);
WebDatabaseManager.h 63 /* [in] */ BSTR databaseName,
73 /* [in] */ BSTR databaseName,
77 /* [in] */ BSTR origin,
WebHTMLRepresentation.cpp 107 /* [out][in] */ BSTR* /*types*/,
115 /* [out][in] */ BSTR* /*types*/,
123 /* [out][in] */ BSTR* /*types*/,
142 /* [in] */ BSTR name,
200 /* [size_is][in] */ BSTR* labels,
203 /* [retval][out] */ BSTR* result)
209 /* [size_is][in] */ BSTR* labels,
212 /* [retval][out] */ BSTR* result)
217 HRESULT WebHTMLRepresentation::searchForLabels(BSTR* labels, unsigned cLabels, IDOMElement* beforeElement, unsigned* resultDistance, BOOL* resultIsInCellAbove, BSTR* result
    [all...]
WebNavigationData.h 49 /* [retval][out] */ BSTR*);
52 /* [retval][out] */ BSTR*);
64 /* [retval][out] */ BSTR*);
WebDownload.h 68 /* [in] */ BSTR bundlePath,
72 /* [in] */ BSTR mimeType,
85 /* [in] */ BSTR target,
86 /* [out, retval] */ BSTR* bundle);
95 /* [in] */ BSTR path,
WebError.cpp 107 /* [in] */ BSTR domain,
109 /* [in] */ BSTR url)
123 /* [retval][out] */ BSTR* result)
133 /* [retval][out] */ BSTR* result)
152 /* [retval][out] */ BSTR* /*result*/)
166 /* [retval][out] */ BSTR* /*result*/)
193 /* [retval][out] */ BSTR* result)
WebMutableURLRequest.cpp 143 /* [in] */ BSTR /*theURL*/,
180 /* [retval][out] */ BSTR* result)
195 /* [in] */ BSTR url,
207 /* [retval][out] */ BSTR* result)
221 /* [retval][out] */ BSTR* result)
228 /* [in] */ BSTR field,
229 /* [retval][out] */ BSTR* result)
266 /* [in] */ BSTR /*value*/,
267 /* [in] */ BSTR /*field*/)
302 /* [in] */ BSTR method
    [all...]
DefaultPolicyDelegate.cpp 124 BSTR url;
142 /*[in]*/ BSTR /*frameName*/,
151 /*[in]*/ BSTR type,
160 BSTR url;
188 BSTR errorStr;
191 BSTR frameName;
WebKitStatistics.h 67 /* [retval][out] */ BSTR *output);
WebURLCredential.cpp 108 /* [in] */ BSTR user,
109 /* [in] */ BSTR password,
132 /* [out, retval] */ BSTR* password)
160 /* [out, retval] */ BSTR* result)
DOMEventsClasses.cpp 122 /* [retval][out] */ BSTR* /*result*/)
174 /* [in] */ BSTR /*eventTypeArg*/,
208 /* [in] */ BSTR /*type*/,
274 /* [retval][out] */ BSTR* /*result*/)
346 /* [in] */ BSTR /*keyIdentifierArg*/,
353 /* [in] */ BSTR /*type*/,
357 /* [in] */ BSTR /*keyIdentifier*/,
467 /* [in] */ BSTR /*type*/,
543 /* [retval][out] */ BSTR* /*result*/)
549 /* [retval][out] */ BSTR* /*result*/
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebEditingDelegate.idl 58 HRESULT Next(ULONG celt, [out] BSTR* guess, [out] ULONG* pceltFetched);
74 HRESULT userDescription([out, retval] BSTR* value);
121 HRESULT shouldInsertText([in] IWebView* webView, [in] BSTR text, [in] IDOMRange* range, [in] WebViewInsertAction action, [out, retval] BOOL* result);
145 HRESULT doPlatformCommand([in] IWebView* webView, [in] BSTR command, [out, retval] BOOL* result);
177 HRESULT ignoreWordInSpellDocument([in] IWebView* view, [in] BSTR word);
178 HRESULT learnWord([in] BSTR word);
181 HRESULT updateSpellingUIWithGrammarString([in] BSTR string, [in] int location, [in] int length, [in] BSTR userDescription, [in] BSTR* guesses, [in] int guessesCount);
182 HRESULT updateSpellingUIWithMisspelledWord([in] BSTR word)
    [all...]
IWebHistory.idl 91 HRESULT loadFromURL([in] BSTR url, [out] IWebError** error, [out, retval] BOOL* succeeded);
101 HRESULT saveToURL([in] BSTR url, [out] IWebError** error, [out, retval] BOOL* succeeded);
153 HRESULT itemForURL([in] BSTR url, [out, retval] IWebHistoryItem** item);
DOMEvents.idl 91 HRESULT type([out, retval] BSTR* result);
120 HRESULT initEvent([in] BSTR eventTypeArg, [in] BOOL canBubbleArg, [in] BOOL cancelableArg);
134 HRESULT addEventListener([in] BSTR type, [in] IDOMEventListener* listener, [in] BOOL useCapture);
139 HRESULT removeEventListener([in] BSTR type, [in] IDOMEventListener* listener, [in] BOOL useCapture);
155 HRESULT createEvent([in] BSTR eventType, [out, retval] IDOMEvent** result);
173 HRESULT keyIdentifier([out, retval] BSTR* result);
194 HRESULT getModifierState([in] BSTR keyIdentifierArg, [out, retval] BOOL* result);
208 HRESULT initKeyboardEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] BSTR keyIdentifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] BOOL graphKey);
282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] lon (…)
    [all...]
IWebKitStatistics.idl 46 HRESULT comClassNameCounts([out, retval] BSTR *output);
IWebPreferencesPrivate.idl 58 HRESULT localStorageDatabasePath([out, retval] BSTR* location);
59 HRESULT setLocalStorageDatabasePath([in] BSTR location);
93 HRESULT setPreferenceForTest([in] BSTR key, [in] BSTR value);
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 83 /* [in] */ BSTR) { return E_NOTIMPL; }
87 /* [retval][out] */ BSTR*) { return E_NOTIMPL; }
131 /* [in] */ BSTR) { return E_NOTIMPL; }
135 /* [in] */ BSTR,
140 /* [in] */ BSTR /*message*/,
141 /* [in] */ BSTR /*defaultText*/,
142 /* [retval][out] */ BSTR*) { return E_NOTIMPL; }
146 /* [in] */ BSTR /*message*/,
233 /* [in] */ BSTR /*actionName*/,
240 /* [in] */ BSTR) { return E_NOTIMPL; }
    [all...]
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 48 virtual HRESULT STDMETHODCALLTYPE setStatusText(IWebView*, BSTR) { return E_NOTIMPL; }
49 virtual HRESULT STDMETHODCALLTYPE webViewStatusText(IWebView*, BSTR*) { return E_NOTIMPL; }
60 virtual HRESULT STDMETHODCALLTYPE runJavaScriptAlertPanelWithMessage(IWebView*, BSTR) { return E_NOTIMPL; }
61 virtual HRESULT STDMETHODCALLTYPE runJavaScriptConfirmPanelWithMessage(IWebView*, BSTR, BOOL*) { return E_NOTIMPL; }
62 virtual HRESULT STDMETHODCALLTYPE runJavaScriptTextInputPanelWithPrompt(IWebView*, BSTR, BSTR, BSTR*) { return E_NOTIMPL; }
63 virtual HRESULT STDMETHODCALLTYPE runBeforeUnloadConfirmPanelWithMessage(IWebView*, BSTR, IWebFrame*, BOOL*) { return E_NOTIMPL; }
82 virtual HRESULT STDMETHODCALLTYPE registerUndoWithTarget(IWebUndoTarget*, BSTR, IUnknown*) { return E_NOTIMPL; }
84 virtual HRESULT STDMETHODCALLTYPE setActionTitle(BSTR) { return E_NOTIMPL;
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 50 DRTUndoObject(IWebUndoTarget* target, BSTR actionName, IUnknown* obj)
69 BSTR m_actionName;
92 void registerUndoWithTarget(IWebUndoTarget* target, BSTR actionName, IUnknown* obj);
119 void DRTUndoManager::registerUndoWithTarget(IWebUndoTarget* target, BSTR actionName, IUnknown* obj)
223 /* [in] */ BSTR actionName,
238 /* [in] */ BSTR actionTitle)
286 /* [retval][out] */ BSTR *path)
380 /* [in] */ BSTR displayName,
431 /* [in] */ BSTR message)
440 /* [in] */ BSTR message
    [all...]
ResourceLoadDelegate.cpp 44 static inline wstring wstringFromBSTR(BSTR str)
80 BSTR urlBSTR;
87 BSTR mainDocumentURLBSTR;
94 BSTR httpMethodBSTR;
109 BSTR urlBSTR;
128 BSTR domainSTR;
156 BSTR failingURLSTR;
221 BSTR urlStr;
301 BSTR mimeTypeBSTR;
308 BSTR urlBSTR
    [all...]
DRTDesktopNotificationPresenter.cpp 74 BSTR title, text, url;
100 BSTR identifier;
123 /* [in] */ BSTR origin,
141 /* [in] */ BSTR origin)
WorkQueueItemWin.cpp 62 BSTR targetBSTR = SysAllocString(targetString.c_str());
74 BSTR urlBSTR = SysAllocString(urlString.c_str());
106 BSTR result;
107 BSTR scriptBSTR = SysAllocString(scriptString.c_str());
UIDelegate.h 79 /* [in] */ BSTR text);
83 /* [retval][out] */ BSTR *text) { return E_NOTIMPL; }
127 /* [in] */ BSTR message);
131 /* [in] */ BSTR message,
136 /* [in] */ BSTR message,
137 /* [in] */ BSTR defaultText,
138 /* [retval][out] */ BSTR *result);
142 /* [in] */ BSTR message,
234 /* [in] */ BSTR actionName,
241 /* [in] */ BSTR actionTitle)
    [all...]

Completed in 78 milliseconds

1 2 34 5 6