HomeSort by relevance Sort by last modified time
    Searched defs:serviceType (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLPlugInImageElement.h 49 const String& serviceType() const { return m_serviceType; }
70 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
HTMLObjectElement.cpp 155 // FIXME: This function should not deal with url or serviceType!
156 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType)
179 // FIXME: serviceType calculation does not belong in this function.
180 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) {
181 serviceType = p->value();
182 size_t pos = serviceType.find(";");
184 serviceType = serviceType.left(pos);
194 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) {
220 if (loader->resourceWillUsePlugin(urlParameter, serviceType, shouldPreferPlugInsForImages())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 101 String serviceType;
111 serviceType = "application/x-mplayer2";
112 frame->loader()->subframeLoader()->requestObject(static_cast<RenderPartObject*>(element->renderer()), url, nullAtom, serviceType, paramNames, paramValues);
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 627 milliseconds