/external/webkit/Source/WebKit/win/ |
WebKitCOMAPI.cpp | 35 static unsigned hash(const CLSID& clsid) 38 return ::UuidHash(const_cast<CLSID*>(&clsid), &status); 40 static bool equal(const CLSID& a, const CLSID& b) { return ::IsEqualCLSID(a, b); } 44 struct CLSIDHashTraits : WTF::GenericHashTraits<CLSID> { 45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } 46 static bool isDeletedValue(const CLSID& value) { return value == CLSID_NULL; } 49 static COMPtr<IClassFactory> classFactory(const CLSID& clsid [all...] |
WebKitClassFactory.h | 34 WebKitClassFactory(CLSID targetClass); 48 CLSID m_targetClass;
|
WebKitDLL.h | 53 extern CLSID gRegCLSIDs[];
|
COMPropertyBag.h | 215 //pPropBag[j].clsid; // (CLSID) CLSID of the object. This member is valid only if dwType is PROPBAG2_TYPE_OBJECT.
|
WebKitClassFactory.cpp | 75 WebKitClassFactory::WebKitClassFactory(CLSID targetClass)
|
WebKitDLL.cpp | 53 CLSID gRegCLSIDs[] = {
|
/external/webkit/Source/WebCore/platform/win/ |
COMPtr.h | 60 COMPtr(CreateTag, const IID& clsid) : m_ptr(createInstance(clsid)) { } 91 void create(const IID& clsid) { adoptRef(createInstance(clsid)); } 101 static T* createInstance(const IID& clsid); 122 template<typename T> inline T* COMPtr<T>::createInstance(const IID& clsid) 125 if (FAILED(CoCreateInstance(clsid, 0, CLSCTX_ALL, __uuidof(result), reinterpret_cast<void**>(&result))))
|
/external/webkit/Tools/FindSafari/ |
Safari.exe.manifest | 13 <comClass progid="OpenSourceWebKit.WebView" clsid="{D6BCA079-F61C-4E1E-B453-32A0477D02E3}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
14 <comClass progid="OpenSourceWebKit.WebIconDatabase" clsid="{66827EC1-3AEF-4241-BAC5-F776B44F030F}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
15 <comClass progid="OpenSourceWebKit.WebMutableURLRequest" clsid="{A062ECC3-BB1B-4694-A569-F59E0AD6BE0C}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
16 <comClass progid="OpenSourceWebKit.WebNotificationCenter" clsid="{BA590766-0A6F-46C7-B96E-743490D94CB7}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
17 <comClass progid="OpenSourceWebKit.WebHistory" clsid="{A4B9B45D-949F-4C8C-9B92-6FBFCC1CAAA2}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
18 <comClass progid="OpenSourceWebKit.CFDictionaryPropertyBag" clsid="{DD653964-4D37-4FB2-9CB6-6A9A97719332}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
19 <comClass progid="OpenSourceWebKit.WebHistoryItem" clsid="{6BE190E9-1725-4E4A-88DB-6A9FE242C9E5}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
20 <comClass progid="OpenSourceWebKit.WebCache" clsid="{F71071FD-A51B-4B69-9EB6-44374405E80C}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
21 <comClass progid="OpenSourceWebKit.WebJavaScriptCollector" clsid="{1820D883-42FE-4B78-88C8-5456BB19D224}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass>
22 <comClass progid="OpenSourceWebKit.WebPreferences" clsid="{67B89F90-F778-438B-ABBF-34D1ACBF8651}" tlbid="{2A748656-625D-4207-B29F-40C95BFEB3A9}"></comClass (…) [all...] |
/external/chromium/chrome/browser/history/ |
history_publisher_win.cc | 28 CLSID clsid; local 29 HRESULT hr = CLSIDFromString(const_cast<wchar_t*>(name), &clsid); 32 hr = CoCreateInstance(clsid, NULL, CLSCTX_INPROC,
|
history_publisher.h | 73 // CLSID.
|
/external/chromium/base/win/ |
scoped_comptr.h | 115 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL, 118 HRESULT hr = ::CoCreateInstance(clsid, outer, context, *interface_id,
|
/external/webkit/Source/WebCore/manual-tests/plugins/ |
timeout-dialog-displayed-over-navigation.html | 15 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="550" height="400" align="middle">
|
/external/webkit/Source/WebCore/manual-tests/ |
show-hide-object.html | 52 <object id="scopeFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
|
/external/skia/src/utils/win/ |
SkIStream.cpp | 208 pStatstg->clsid = CLSID_NULL; 266 pStatstg->clsid = CLSID_NULL;
|
/external/webkit/Tools/WebKitAPITest/tests/ |
WebViewDestruction.cpp | 37 static HRESULT WebKitCreateInstance(REFCLSID clsid, T** object) 39 return WebKitCreateInstance(clsid, 0, __uuidof(T), reinterpret_cast<void**>(object));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cil.php | 68 'error', 'enum', 'endmac', 'deny', 'demand', 'default', 'custom', 'compilercontrolled', 'clsid', 'class', 'cil',
|
visualfoxpro.php | 320 'CLSID','CanAccelerate','CanGetFocus','CanLoseFocus','Cancel','Caption',
|
/external/chromium/chrome/browser/ |
enumerate_modules_model_win.cc | 475 std::wstring key(std::wstring(L"CLSID\\") + registration.Name() + 477 base::win::RegKey clsid; local 478 if (clsid.Open(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ) != ERROR_SUCCESS) { 483 if (clsid.ReadValue(L"", &dll) != ERROR_SUCCESS) { 487 clsid.Close(); [all...] |
jumplist_win.cc | 121 const CLSID CLSID_DestinationList = { 125 const CLSID CLSID_EnumerableObjectCollection = {
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 193 # The config file names must obey mandatory format: cbq-<clsid>.<name> where 194 # <clsid> is two-byte hexadecimal number in range <0002-FFFF> (which in fact 197 # often possible (and convenient) to let <clsid> resemble bandwidth of the 244 # PARENT=<clsid> optional, default not set [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager.cc | 136 static bool GetDevices(const CLSID& catid, std::vector<Device>* out); 389 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) {
|
/external/chromium/chrome/browser/download/ |
download_util.cc | 123 // if their end in a CLSID. Here we block extensions that look like CLSIDs. [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/ |
webdefault.xml | 202 <!-- [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93] -->
|
/external/sonivox/docs/ |
JET_Programming_Manual.html | 71 classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></object>
[all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |