Searched refs:classid (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 457 : classid(c), url(u), paramNames(pn), in CallInfo() 460 QString classid; member 470 virtual QObject *createPlugin(const QString &classid, const QUrl &url, in createPlugin() argument 475 if (classid == "pushbutton") in createPlugin() 477 else if (classid == "lineedit") in createPlugin() 480 result->setObjectName(classid); in createPlugin() 481 calls.append(CallInfo(classid, url, paramNames, paramValues, result)); in createPlugin() 510 QCOMPARE(ci.classid, QString::fromLatin1("pushbutton")); in createPlugin() 545 QCOMPARE(ci.classid, QString::fromLatin1("lineedit")); in createPlugin() 560 QCOMPARE(ci.classid, QString::fromLatin1("pushbutton")); in createPlugin()
|
/external/webkit/WebCore/html/ |
D | HTMLAttributeNames.in | 53 classid
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | htmlattrs.in | 31 classid
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.cpp | 1088 QString classid(element->getAttribute("classid")); in createPlugin() local 1093 classid = paramValues[i]; in createPlugin() 1104 object = m_webFrame->page()->createPlugin(classid, qurl, params, values); in createPlugin()
|
/external/webkit/WebKit/qt/Api/ |
D | qwebpage.h | 328 …virtual QObject *createPlugin(const QString &classid, const QUrl &url, const QStringList ¶mNam…
|
D | qwebpage.cpp | 1511 QObject *QWebPage::createPlugin(const QString &classid, const QUrl &url, const QStringList ¶mNa… in createPlugin() argument 1513 Q_UNUSED(classid) in createPlugin()
|
/external/webkit/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 3088 properties.classid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
|
D | concat-jquery-mootools-prototype.js | 7464 properties.classid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 5663 Add <param name="classid"/> support for application/x-qt-object plugins 11378 Use <object>'s classid attribute for creation of plugins through QWebPage::createPlugin.
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 16558 …without an EMBED. khtml actually has a fallback for this. They check the classid and map a mime ty… 16563 …hen this happens, it looks at the classid and maps it to a mime type. This part was successful bec…
|