HomeSort by relevance Sort by last modified time
    Searched full:bstr (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /external/webkit/WebKit/win/
WebDatabaseManager.cpp 254 /* [in] */ BSTR databaseName,
309 /* [in] */ BSTR databaseName,
332 static BSTR databaseDidModifyOriginName = SysAllocString(WebDatabaseDidModifyOriginNotification);
340 /* [in] */ BSTR origin,
356 static BSTR databaseDidModifyOriginName = SysAllocString(WebDatabaseDidModifyDatabaseNotification);
AccessibleBase.cpp 171 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accName(VARIANT vChild, BSTR* name)
189 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accValue(VARIANT vChild, BSTR* value)
207 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accDescription(VARIANT vChild, BSTR* description)
328 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accHelp(VARIANT vChild, BSTR* helpText)
346 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accKeyboardShortcut(VARIANT vChild, BSTR* shortcut)
467 HRESULT STDMETHODCALLTYPE AccessibleBase::get_accDefaultAction(VARIANT vChild, BSTR* action)
WebHistory.cpp 99 static COMPtr<CFDictionaryPropertyBag> createUserInfoFromArray(BSTR notificationStr, CFArrayRef arrayItem)
112 static COMPtr<CFDictionaryPropertyBag> createUserInfoFromHistoryItem(BSTR notificationStr, IWebHistoryItem* item)
157 BSTR WebHistory::getNotificationString(NotificationType notifyType)
159 static BSTR keys[6] = {0};
239 /* [in] */ BSTR url,
358 /* [in] */ BSTR url,
617 BSTR urlBStr = 0;
651 BSTR urlBStr = 0;
768 /* [in] */ BSTR url,
    [all...]
WebInspector.h 63 virtual HRESULT STDMETHODCALLTYPE evaluateInFrontend(ULONG callId, BSTR script);
WebKitStatistics.h 67 /* [retval][out] */ BSTR *output);
CFDictionaryPropertyBag.cpp 104 // if caller expects a string, retrieve BSTR from CFStringRef
134 // if caller expects a string, retrieve BSTR from CFStringRef
WebDownloadCurl.cpp 82 /* [in] */ BSTR bundlePath,
122 /* [in] */ BSTR path,
WebElementPropertyBag.cpp 122 BSTR key = (BSTR)pszPropName;
WebSecurityOrigin.cpp 98 /* [retval][out] */ BSTR* result)
109 /* [retval][out] */ BSTR* result)
WebDownload.cpp 147 /* [in] */ BSTR,
155 /* [in] */ BSTR targetPath,
156 /* [out, retval] */ BSTR* bundlePath)
WebInspector.cpp 262 HRESULT STDMETHODCALLTYPE WebInspector::evaluateInFrontend(ULONG callId, BSTR bScript)
WebKitStatistics.cpp 141 /* [retval][out] */ BSTR *output)
  /external/iproute2/tc/
m_ematch.c 257 int em_parse_error(int err, struct bstr *args, struct bstr *carg,
493 struct bstr * bstr_alloc(const char *text)
495 struct bstr *b = calloc(1, sizeof(*b));
511 unsigned long bstrtoul(const struct bstr *b)
527 void bstr_print(FILE *fd, const struct bstr *b, int ascii)
558 struct bstr *b;
em_cmp.c 41 struct bstr *args)
43 struct bstr *a;
em_u32.c 37 struct bstr *args)
39 struct bstr *a;
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl 164 HRESULT chooseFilename([out, retval] BSTR* fileName);
279 HRESULT setStatusText([in] IWebView* sender, [in] BSTR text);
288 HRESULT webViewStatusText([in] IWebView* sender, [out, retval] BSTR* text);
410 HRESULT runJavaScriptAlertPanelWithMessage([in] IWebView* sender, [in] BSTR message);
423 HRESULT runJavaScriptConfirmPanelWithMessage([in] IWebView* sender, [in] BSTR message, [out, retval] BOOL* result);
437 HRESULT runJavaScriptTextInputPanelWithPrompt([in] IWebView* sender, [in] BSTR message, [in] BSTR defaultText, [out, retval] BSTR* result);
451 HRESULT runBeforeUnloadConfirmPanelWithMessage([in] IWebView* sender, [in] BSTR message, [in] IWebFrame* initiatedByFrame, [out, retval] BOOL* result);
644 HRESULT registerUndoWithTarget([in] IWebUndoTarget* target, [in] BSTR actionName, [in] IUnknown* actionArg)
    [all...]
DOMRange.idl 182 HRESULT toString([out, retval] BSTR* str);
IWebFormDelegate.idl 88 HRESULT doPlatformCommand([in] IDOMHTMLInputElement* element, [in] BSTR command, [in] IWebFrame* frame, [out, retval] BOOL* result);
IWebFrameLoadDelegate.idl 114 HRESULT didReceiveTitle([in] IWebView* webView, [in] BSTR title, [in] IWebFrame* frame);
171 HRESULT willPerformClientRedirectToURL([in] IWebView* webView, [in] BSTR url, [in] double delaySeconds, [in] DATE fireDate, [in] IWebFrame* frame);
IWebPolicyDelegate.idl 192 HRESULT decidePolicyForNewWindowAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] BSTR frameName, [in] IWebPolicyDecisionListener* listener);
207 HRESULT decidePolicyForMIMEType([in] IWebView* webView, [in] BSTR type, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 199 BSTR titleBSTR;
209 BSTR descriptionBSTR;
329 BSTR valueBSTR;
507 BSTR valueBSTR;
AccessibilityControllerWin.cpp 116 BSTR nameBSTR;
128 BSTR valueBSTR;
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 75 /* [in] */ BSTR actionName,
116 /* [in] */ BSTR /*actionName*/,
215 static BSTR webViewDidChangeSelectionNotificationName = SysAllocString(WebViewDidChangeSelectionNotification);
537 BSTR actionNameBSTR = SysAllocString(actionName);
688 BSTR userDesc;
698 BSTR guess;
715 Vector<BSTR> guessesBSTRs;
771 BSTR guess;
  /external/wpa_supplicant/
ndis_events.c 53 BSTR bsQueryLanguage, bsQuery;
73 BSTR bsQueryLanguage, bsQuery;
95 BSTR bsNetworkResource, bsUser, bsPassword, bsLocale, bsAuthority;
394 BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam)
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 53 BSTR bsQueryLanguage, bsQuery;
73 BSTR bsQueryLanguage, bsQuery;
95 BSTR bsNetworkResource, bsUser, bsPassword, bsLocale, bsAuthority;
394 BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam)

Completed in 143 milliseconds

1 2 3 4 56 7