Home
last modified time | relevance | path

Searched refs:serviceType (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLObjectElement.cpp149 …orPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType) in parametersForPlugin() argument
169 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) { in parametersForPlugin()
170 serviceType = p->value(); in parametersForPlugin()
171 size_t pos = serviceType.find(";"); in parametersForPlugin()
173 serviceType = serviceType.left(pos); in parametersForPlugin()
183 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) { in parametersForPlugin()
208 if (shouldUsePlugin(completedURL, serviceType, false, useFallback)) in parametersForPlugin()
284 String serviceType = m_serviceType; in updateWidgetInternal() local
289 parametersForPlugin(paramNames, paramValues, url, serviceType); in updateWidgetInternal()
301 if (!hasValidClassId() || !requestObject(url, serviceType, paramNames, paramValues)) { in updateWidgetInternal()
DHTMLPlugInElement.h132 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
DHTMLObjectElement.h103 …rPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType);
DHTMLPlugInElement.cpp434 bool HTMLPlugInElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) in wouldLoadAsNetscapePlugin() argument
440 …return document().frame()->loader().client()->objectContentType(completedURL, serviceType, shouldP… in wouldLoadAsNetscapePlugin()
/external/mdnsresponder/mDNSPosix/
DClient.c72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable() argument
80 if (result && strlen(serviceType) > 63) { in CheckThatServiceTypeIsUsable()
88 if (result && serviceType[0] == 0) { in CheckThatServiceTypeIsUsable()
DResponder.c152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable() argument
160 if (result && strlen(serviceType) > 63) { in CheckThatServiceTypeIsUsable()
168 if (result && serviceType[0] == 0) { in CheckThatServiceTypeIsUsable()
418 const char * serviceType, in RegisterOneService() argument
437 MakeDomainNameFromDNSNameString(&type, serviceType); in RegisterOneService()
460 serviceType, in RegisterOneService()
/external/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_socket2_win.h66 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
72 virtual int32_t SetTOS(const int32_t serviceType) OVERRIDE;
114 int32_t CreateFlowSpec(int32_t serviceType,
Dudp_socket2_win.cc690 bool UdpSocket2Windows::SetQos(int32_t serviceType, in SetQos() argument
708 int32_t err = CreateFlowSpec(serviceType, tokenRate, bucketSize, in SetQos()
726 if(serviceType == 0) in SetQos()
740 Qos.SendingFlowspec.ServiceType = serviceType; in SetQos()
750 Qos.ReceivingFlowspec.ServiceType = serviceType; in SetQos()
784 Qos.ReceivingFlowspec.ServiceType = serviceType; in SetQos()
790 serviceType | SERVICE_NO_QOS_SIGNALING; in SetQos()
824 int32_t UdpSocket2Windows::SetTOS(int32_t serviceType) in SetTOS() argument
837 int32_t res = SetTrafficControl(serviceType, -1, name); in SetTOS()
847 (int8_t*)&serviceType, 4) != 0) in SetTOS()
[all …]
Dudp_socket_wrapper.h76 virtual int32_t SetTOS(const int32_t serviceType) = 0;
91 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
Dudp_transport_impl.h79 const int32_t serviceType,
83 virtual int32_t QoS(bool& QoS, int32_t& serviceType,
182 int32_t EnableQoS(int32_t serviceType, bool audio,
Dudp_socket_posix.cc136 int32_t UdpSocketPosix::SetTOS(int32_t serviceType) in SetTOS() argument
138 if (SetSockopt(IPPROTO_IP, IP_TOS ,(int8_t*)&serviceType ,4) != 0) in SetTOS()
Dudp_transport.h203 const int32_t serviceType,
212 int32_t& serviceType,
Dudp_transport_impl.cc427 int32_t UdpTransportImpl::SetQoS(bool QoS, int32_t serviceType, in SetQoS() argument
433 return EnableQoS(serviceType, audio, maxBitrate, overrideDSCP); in SetQoS()
440 int32_t UdpTransportImpl::EnableQoS(int32_t serviceType, in EnableQoS() argument
554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
649 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
659 _serviceType = serviceType; in EnableQoS()
[all …]
Dudp_socket_posix.h46 virtual int32_t SetTOS(const int32_t serviceType) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Dprofile_chooser_controller.h71 serviceType:(signin::GAIAServiceType)GAIAServiceType;
131 serviceType:(signin::GAIAServiceType)GAIAServiceType;
Davatar_base_controller.h45 withServiceType:(signin::GAIAServiceType)serviceType;
Davatar_base_controller.mm144 withServiceType:(signin::GAIAServiceType)serviceType {
192 serviceType:serviceType];
Dprofile_chooser_controller_unittest.mm84 serviceType:signin::GAIA_SERVICE_TYPE_NONE]);
Dprofile_chooser_controller.mm1071 serviceType:(signin::GAIAServiceType)serviceType {
1085 serviceType_ = serviceType;
/external/chromium_org/chrome/common/extensions/api/
Dmdns.idl31 // 'serviceType' key. Not specifying an event filter will not start any
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java99 for (String serviceType : jmDNSImpl.getServiceTypes().keySet()) { in addAnswers()
100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType); in addAnswers()
/external/chromium_org/extensions/renderer/resources/
Devent.js272 if (filters.serviceType &&
273 !(typeof filters.serviceType === 'string')) {