Home
last modified time | relevance | path

Searched defs:serviceType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLPlugInImageElement.h49 const String& serviceType() const { return m_serviceType; } in serviceType() function
DHTMLPlugInImageElement.cpp94 bool HTMLPlugInImageElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) in wouldLoadAsNetscapePlugin()
DHTMLObjectElement.cpp156 …orPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType) in parametersForPlugin()
268 String serviceType = this->serviceType(); in updateWidget() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerProxy.cpp101 String serviceType; in initEngine() local
/external/mdnsresponder/mDNSPosix/
DClient.c72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable()
DResponder.c152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable()
418 const char * serviceType, in RegisterOneService()