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

1 2 34 5

  /external/webkit/Source/WebKit/win/
WebKitClassFactory.cpp 131 // FIXME: Remove these functions once all createInstance() functions return COMPtr.
139 static T* releaseRefFromCreateInstance(COMPtr<T> object)
WebResource.cpp 58 COMPtr<MemoryStream> memoryStream = MemoryStream::createInstance(data);
WebView.cpp 227 COMPtr<IUnknown> unkPrefs;
232 COMPtr<IWebPreferences> preferences(Query, unkPrefs);
637 COMPtr<IWebPreferences> pref;
714 if (COMPtr<WebPreferences> preferences = m_preferences) {
    [all...]
DefaultDownloadDelegate.cpp 33 #include <WebCore/COMPtr.h>
64 static COMPtr<DefaultDownloadDelegate> shared;
WebHTMLRepresentation.cpp 273 COMPtr<IWebDataSource> dataSource;
278 COMPtr<IStream> data;
DOMCoreClasses.cpp 36 #include <WebCore/COMPtr.h>
229 COMPtr<DOMNode> newChildNode(Query, newChild);
233 COMPtr<DOMNode> refChildNode(Query, refChild);
265 COMPtr<DOMNode> oldChildNode(Query, oldChild);
365 COMPtr<DOMNode> domOther;
430 COMPtr<DOMEvent> domEvent;
759 COMPtr<DOMElement> domEle;
    [all...]
WebFrame.h 376 COMPtr<WebFramePolicyListener> setUpPolicyListener(WebCore::FramePolicyFunction function);
384 COMPtr<IAccessible> accessible() const;
406 mutable COMPtr<AccessibleDocument> m_accessible;
CFDictionaryPropertyBag.cpp 48 COMPtr<CFDictionaryPropertyBag> CFDictionaryPropertyBag::createInstance()
MemoryStream.cpp 50 COMPtr<MemoryStream> MemoryStream::createInstance(PassRefPtr<SharedBuffer> buffer)
WebActionPropertyBag.cpp 34 #include <WebCore/COMPtr.h>
WebCoreStatistics.cpp 150 COMPtr<IPropertyBag2> results(AdoptCOM, COMPropertyBag<int>::createInstance(typeCountMap));
WebHistoryItem.cpp 34 #include <WebCore/COMPtr.h>
319 COMPtr<WebHistoryItem> otherWebHistoryItem(Query, otherItem);
411 COMPtr<WebHistoryItem> item(AdoptCOM, WebHistoryItem::createInstance(coreChildren[i]));
479 COMPtr<COMEnumVariant<Vector<String> > > enumVariant(AdoptCOM, COMEnumVariant<Vector<String> >::createInstance(*urlVector));
WebKitDLL.cpp 33 #include <WebCore/COMPtr.h>
WebIconDatabase.cpp 35 #include <WebCore/COMPtr.h>
402 COMPtr<CFDictionaryPropertyBag> userInfo = CFDictionaryPropertyBag::createInstance();
WebMutableURLRequest.cpp 34 #include <WebCore/COMPtr.h>
252 COMPtr<WebMutableURLRequest> requestImpl(Query, other);
WebCache.cpp 129 COMPtr<CFDictionaryPropertyBag> propBag = CFDictionaryPropertyBag::createInstance();
DOMHTMLClasses.cpp 32 #include <WebCore/COMPtr.h>
265 COMPtr<IDOMElement> domElement;
998 COMPtr<IDOMElement> domElement;
    [all...]
AccessibleBase.cpp 724 COMPtr<AccessibleBase> otherAccessibleBase(Query, other);
  /external/webkit/Source/WebCore/platform/win/
DragDataWin.cpp 29 #include "COMPtr.h"
74 COMPtr<IEnumFORMATETC> itr;
ClipboardWin.cpp 528 COMPtr<IEnumFORMATETC> itr;
810 COMPtr<IEnumFORMATETC> itr;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 39 template <typename T> class COMPtr;
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 38 #include <WebCore/COMPtr.h>
70 COMPtr<IUnknown> m_obj;
UIDelegate.h 32 #include <WebCore/COMPtr.h>
412 COMPtr<IWebDesktopNotificationsDelegate> m_desktopNotifications;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 157 COMPtr<IDirect3DDevice9> device;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h 44 #include "COMPtr.h"
615 COMPtr<AccessibilityObjectWrapper> m_wrapper;

Completed in 500 milliseconds

1 2 34 5