HomeSort by relevance Sort by last modified time
    Searched refs:COMPtr (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/webkit/Source/WebKit/win/
WebGeolocationPosition.cpp 28 #include <WebCore/COMPtr.h>
36 COMPtr<WebGeolocationPosition> WebGeolocationPosition::createInstance()
100 COMPtr<WebGeolocationPosition> webGeolocationPosition(Query, position);
WebNavigationData.h 32 #include <WebCore/COMPtr.h>
70 COMPtr<IWebURLRequest> m_request;
71 COMPtr<IWebURLResponse> m_response;
WebDatabaseManager.cpp 43 #include <WebCore/COMPtr.h>
145 static COMPtr<WebDatabaseManager> s_sharedWebDatabaseManager;
224 COMPtr<COMEnumVariant<Vector<RefPtr<SecurityOrigin> > > > enumVariant(AdoptCOM, COMEnumVariant<Vector<RefPtr<SecurityOrigin> > >::adopt(origins));
242 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
249 COMPtr<COMEnumVariant<Vector<String> > > enumVariant(AdoptCOM, COMEnumVariant<Vector<String> >::adopt(databaseNames));
268 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
301 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
323 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
370 COMPtr<WebSecurityOrigin> securityOrigin(AdoptCOM, WebSecurityOrigin::createInstance(origin));
399 COMPtr<WebSecurityOrigin> securityOrigin(AdoptCOM, WebSecurityOrigin::createInstance(origin))
    [all...]
WebError.h 30 #include <WebCore/COMPtr.h>
92 COMPtr<IPropertyBag> m_userInfo;
WebResource.h 30 #include <WebCore/COMPtr.h>
75 COMPtr<IStream> m_data;
WebURLAuthenticationChallenge.h 31 #include <WebCore/COMPtr.h>
84 COMPtr<IWebURLAuthenticationChallengeSender> m_sender;
WebDownload.h 30 #include <WebCore/COMPtr.h>
132 COMPtr<IWebMutableURLRequest> m_request;
133 COMPtr<IWebDownloadDelegate> m_delegate;
WebScriptWorld.cpp 70 COMPtr<WebScriptWorld> WebScriptWorld::createInstance()
75 COMPtr<WebScriptWorld> WebScriptWorld::createInstance(PassRefPtr<DOMWrapperWorld> world)
80 COMPtr<WebScriptWorld> WebScriptWorld::findOrCreateWorld(DOMWrapperWorld* world)
COMVariantSetter.h 30 #include <WebCore/COMPtr.h>
109 template<typename T> struct COMVariantSetter<COMPtr<T> > : COMVariantSetterBase<COMPtr<T> >
113 static void setVariant(VARIANT* variant, const COMPtr<T>& value)
MemoryStream.h 31 #include <WebCore/COMPtr.h>
39 static COMPtr<MemoryStream> createInstance(PassRefPtr<WebCore::SharedBuffer> buffer);
WebDataSource.h 30 #include <WebCore/COMPtr.h>
121 COMPtr<IWebDocumentRepresentation> m_representation;
WebScrollBar.h 34 #include <WebCore/COMPtr.h>
133 COMPtr<IWebScrollBarDelegatePrivate> m_delegate;
WebDownloadCFNet.cpp 130 COMPtr<WebMutableURLRequest> webRequest;
313 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
322 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
335 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
339 COMPtr<WebURLCredential> webCredential(Query, credential);
364 COMPtr<WebMutableURLRequest> webRequest(AdoptCOM, WebMutableURLRequest::createInstance(ResourceRequest(request)));
365 COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(response)));
366 COMPtr<IWebMutableURLRequest> finalRequest;
374 COMPtr<WebMutableURLRequest> finalWebRequest(AdoptCOM, WebMutableURLRequest::createInstance(finalRequest.get()));
393 COMPtr<IWebURLAuthenticationChallenge> webChallenge(AdoptCOM
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 97 static COMPtr<IWebHistoryItem> prevTestBFItem; // current b/f item at the end of the previous test
99 COMPtr<FrameLoadDelegate> sharedFrameLoadDelegate;
100 COMPtr<UIDelegate> sharedUIDelegate;
101 COMPtr<EditingDelegate> sharedEditingDelegate;
102 COMPtr<HistoryDelegate> sharedHistoryDelegate;
119 COMPtr<IWebCookieManager> cookieManager;
148 COMPtr<IWebDataSource> dataSource;
154 COMPtr<IWebMutableURLRequest> request;
364 COMPtr<IWebTextRenderer> textRenderer;
404 COMPtr<IWebFramePrivate> framePrivate
    [all...]
FrameLoadDelegate.cpp 40 #include <WebCore/COMPtr.h>
54 COMPtr<IWebView> webView;
58 COMPtr<IWebFrame> mainFrame;
161 COMPtr<IWebViewPrivate> webViewPrivate;
209 typedef Vector<COMPtr<FrameLoadDelegate> > DelegateVector;
320 COMPtr<IWebScriptWorld> standardWorld;
333 COMPtr<IWebFramePrivate> framePrivate(Query, frame);
382 COMPtr<IWebFramePrivate> webFramePrivate;
AccessibilityUIElementWin.cpp 38 static COMPtr<IAccessibleComparable> comparableObject(IAccessible* accessible)
40 COMPtr<IServiceProvider> serviceProvider(Query, accessible);
43 COMPtr<IAccessibleComparable> comparable;
64 COMPtr<IAccessibleComparable> comparable = comparableObject(m_element.get());
65 COMPtr<IAccessibleComparable> otherComparable = comparableObject(otherElement->m_element.get());
133 COMPtr<IDispatch> child;
141 return COMPtr<IAccessible>(Query, child);
172 COMPtr<IDispatch> parent;
175 COMPtr<IAccessible> parentAccessible(Query, parent);
319 static DWORD accessibilityState(COMPtr<IAccessible> element
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 186 COMPtr<IWebUIDelegate> ui;
189 COMPtr<IWebUIDelegate2> ui2;
193 COMPtr<IWebDesktopNotificationsDelegate> WebDesktopNotificationsDelegate::notificationDelegate()
195 COMPtr<IWebUIDelegate> ui;
198 COMPtr<IWebUIDelegate2> ui2;
199 COMPtr<IWebDesktopNotificationsDelegate> delegate;
WebChromeClient.cpp 177 static COMPtr<IPropertyBag> createWindowFeaturesPropertyBag(const WindowFeatures& features)
196 return COMPtr<IPropertyBag>(AdoptCOM, COMPropertyBag<COMVariant>::adopt(map));
201 COMPtr<IWebUIDelegate> delegate = uiDelegate();
206 COMPtr<IWebMutableURLRequest> request(AdoptCOM, WebMutableURLRequest::createInstance());
208 COMPtr<IWebUIDelegatePrivate2> delegatePrivate(Query, delegate);
210 COMPtr<IWebView> newWebView;
222 COMPtr<IWebView> newWebView;
245 if (COMPtr<IWebUIDelegate> delegate = uiDelegate())
252 if (COMPtr<IWebUIDelegate> delegate = uiDelegate())
315 COMPtr<IWebUIDelegate> delegate = uiDelegate()
    [all...]
WebContextMenuClient.cpp 60 COMPtr<IWebUIDelegate> uiDelegate;
67 COMPtr<WebElementPropertyBag> propertyBag;
85 COMPtr<IWebUIDelegate> uiDelegate;
91 COMPtr<WebElementPropertyBag> propertyBag;
EmbeddedWidget.h 30 #include <WebCore/COMPtr.h>
75 COMPtr<IWebEmbeddedView> m_view;
WebInspectorClient.h 32 #include <WebCore/COMPtr.h>
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
140 COMPtr<WebView> m_frontendWebView;
WebPluginHalterClient.cpp 51 COMPtr<IDOMNode> domNode(AdoptCOM, DOMNode::createInstance(n));
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.h 29 #include "COMPtr.h"
81 COMPtr<IDataObject> dataObject() { return m_dataObject; }
93 COMPtr<IDataObject> m_dataObject;
94 COMPtr<WCDataObject> m_writableDataObject;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.h 68 COMPtr<IDirect3DDevice9> m_d3dDevice;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.h 30 #include <WebCore/COMPtr.h>

Completed in 699 milliseconds

12 3 4 5