Searched refs:host (Results 1 - 25 of 2743) sorted by relevance
1234567891011>>
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/ |
H A D | simple.js | 1 function FindProxyForURL(url, host) { 2 return "PROXY " + host + ":99";
|
H A D | error.js | 1 function FindProxyForURL(url, host) { 2 if (host == 'throw-an-error') {
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
H A D | resolve_host.js | 5 // This script passes the URL's host to dnsResolveEx(). 6 function FindProxyForURL(url, host) { 7 dnsResolveEx(host);
|
H A D | direct.js | 1 function FindProxyForURL(url, host) {
|
H A D | ends_with_comment.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_empty_string.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_integer.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_null.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_unicode.js | 2 function FindProxyForURL(url, host) {
|
H A D | missing_close_brace.js | 4 function FindProxyForURL(url, host) {
|
H A D | terminate.js | 5 function FindProxyForURL(url, host) { 6 if (host != 'hang') 7 return 'PROXY ' + host + ':88';
|
/external/chromium_org/ppapi/host/ |
H A D | instance_message_filter.cc | 5 #include "ppapi/host/instance_message_filter.h" 7 #include "ppapi/host/ppapi_host.h" 10 namespace host { namespace in namespace:ppapi 12 InstanceMessageFilter::InstanceMessageFilter(PpapiHost* host) : host_(host) { argument 18 } // namespace host
|
/external/chromium-libpac/test/js-unittest/ |
H A D | direct.js | 1 function FindProxyForURL(url, host) {
|
H A D | ends_with_comment.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_empty_string.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_integer.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_null.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_unicode.js | 2 function FindProxyForURL(url, host) {
|
H A D | missing_close_brace.js | 4 function FindProxyForURL(url, host) {
|
H A D | ends_with_statement_no_semicolon.js | 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
|
H A D | return_function.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_object.js | 1 function FindProxyForURL(url, host) {
|
H A D | return_undefined.js | 1 function FindProxyForURL(url, host) {
|
H A D | simple.js | 4 function FindProxyForURL(url, host) { 12 isInNet(host, "10.0.0.0", "255.0.0.0")) { 16 if (dnsDomainIs(host, "foo.bar.baz.com") || !isResolvable(host)) {
|
/external/chromium_org/chrome/renderer/pepper/ |
H A D | pepper_helper.cc | 10 #include "ppapi/host/ppapi_host.h" 17 void PepperHelper::DidCreatePepperPlugin(content::RendererPpapiHost* host) { argument 18 // TODO(brettw) figure out how to hook up the host factory. It needs some 20 host->GetPpapiHost()->AddHostFactoryFilter( 21 scoped_ptr<ppapi::host::HostFactory>( 22 new ChromeRendererPepperHostFactory(host))); 23 host->GetPpapiHost()->AddInstanceMessageFilter( 24 scoped_ptr<ppapi::host::InstanceMessageFilter>( 25 new PepperSharedMemoryMessageFilter(host)));
|
Completed in 175 milliseconds
1234567891011>>