Home
last modified time | relevance | path

Searched refs:classid (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp457 : 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/
DHTMLAttributeNames.in53 classid
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmlattrs.in31 classid
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1088 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/
Dqwebpage.h328 …virtual QObject *createPlugin(const QString &classid, const QUrl &url, const QStringList &paramNam…
Dqwebpage.cpp1511 QObject *QWebPage::createPlugin(const QString &classid, const QUrl &url, const QStringList &paramNa… in createPlugin() argument
1513 Q_UNUSED(classid) in createPlugin()
/external/webkit/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3088 properties.classid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
Dconcat-jquery-mootools-prototype.js7464 properties.classid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
/external/webkit/WebKit/qt/
DChangeLog5663 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/
DChangeLog-2003-10-2516558 …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…