Searched refs:serviceType (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLObjectElement.cpp155 // FIXME: This function should not deal with url or serviceType!
156 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType) argument
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, shouldPreferPlugInsForImage
268 String serviceType = this->serviceType(); local
[all...]
H A DHTMLPlugInImageElement.h49 const String& serviceType() const { return m_serviceType; } function in class:WebCore::HTMLPlugInImageElement
70 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
H A DHTMLPlugInImageElement.cpp94 bool HTMLPlugInImageElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) argument
104 if (frameLoader->client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin)
H A DHTMLObjectElement.h92 // FIXME: This function should not deal with url or serviceType
94 void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DMediaPlayerProxy.cpp101 String serviceType; local
111 serviceType = "application/x-mplayer2";
112 frame->loader()->subframeLoader()->requestObject(static_cast<RenderPartObject*>(element->renderer()), url, nullAtom, serviceType, paramNames, paramValues);
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.h66 const String& serviceType, const Vector<String>& paramNames, const Vector<String>& paramValues);
83 bool requestPlugin(HTMLPlugInImageElement*, const KURL&, const String& serviceType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback);
/external/mdnsresponder/mDNSPosix/
H A DClient.c72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) argument
73 // Checks that serviceType is a reasonable service type
80 if (result && strlen(serviceType) > 63) {
88 if (result && serviceType[0] == 0) {
H A DResponder.c152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) argument
153 // Checks that serviceType is a reasonable service type
160 if (result && strlen(serviceType) > 63) {
168 if (result && serviceType[0] == 0) {
418 const char * serviceType,
437 MakeDomainNameFromDNSNameString(&type, serviceType);
460 serviceType,
417 RegisterOneService(const char * richTextName, const char * serviceType, const char * serviceDomain, const mDNSu8 text[], mDNSu16 textLen, long portNumber) argument
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java99 for (String serviceType : jmDNSImpl.getServiceTypes().keySet()) {
100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp456 m_page->send(Messages::WebPageProxy::MissingPluginButtonClicked(pluginElement->serviceType(), pluginElement->url(), pluginElement->getAttribute(pluginspageAttr)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 185 milliseconds