Searched defs:host (Results 1 - 25 of 1144) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dalert_apitest.cc19 ExtensionHost* host = browser()->profile()->GetExtensionProcessManager()-> local
21 ASSERT_TRUE(host);
22 host->render_view_host()->ExecuteJavascriptInWebFrame(string16(),
/external/chromium_org/chrome/browser/extensions/
H A Dalert_apitest.cc21 extensions::ExtensionHost* host = local
24 ASSERT_TRUE(host);
25 host->render_view_host()->ExecuteJavascriptInWebFrame(base::string16(),
H A Dgpu_browsertest.cc27 extensions::ExtensionHost* host = local
30 host->render_view_host()->GetWebkitPreferences();
/external/chromium_org/ppapi/host/
H A Derror_conversion.cc5 #include "ppapi/host/error_conversion.h"
12 namespace host { namespace in namespace:ppapi
74 } // namespace host
H A Derror_conversion.h9 #include "ppapi/host/ppapi_host_export.h"
12 namespace host { namespace in namespace:ppapi
18 } // namespace host
H A Dmessage_filter_host.h10 #include "ppapi/host/ppapi_host_export.h"
11 #include "ppapi/host/resource_host.h"
14 namespace host { namespace in namespace:ppapi
22 // thread. This class can be used as the host in those cases.
25 MessageFilterHost(PpapiHost* host,
35 } // namespace host
H A Dinstance_message_filter.cc5 #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
H A Dresource_message_handler.h10 #include "ppapi/host/ppapi_host_export.h"
17 namespace host { namespace in namespace:ppapi
71 } // namespace host
H A Dinstance_message_filter.h9 #include "ppapi/host/ppapi_host_export.h"
16 namespace host { namespace in namespace:ppapi
22 explicit InstanceMessageFilter(PpapiHost* host);
30 PpapiHost* host() { return host_; } function in class:ppapi::host::InstanceMessageFilter
38 } // namespace host
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-layout-test-times33 from webkitpy.common import host namespace
36 print_layout_test_times.main(host.Host(), sys.argv[1:])
H A Dprint-layout-test-types33 from webkitpy.common import host namespace
36 print_layout_test_types.main(host.Host(), sys.argv[1:])
/external/chromium/chrome/browser/download/
H A Ddownload_request_infobar_delegate.h23 DownloadRequestLimiter::TabDownloadState* host);
25 void set_host(DownloadRequestLimiter::TabDownloadState* host) { argument
26 host_ = host;
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_video_decoder.cc24 ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) {
27 video_decoder.reset(new FakeCdmVideoDecoder(host));
35 video_decoder.reset(new LibvpxCdmVideoDecoder(host));
45 video_decoder.reset(new FFmpegCdmVideoDecoder(host));
23 CreateVideoDecoder( ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) argument
/external/chromium/net/tools/flip_server/
H A Dspdy_util.cc16 std::string EncodeURL(std::string uri, std::string host, std::string method) { argument
18 // TODO(mbelshe): if uri is fully qualified, need to strip protocol/host.
26 "http://" + host + uri, method + "_/", false);
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_helper.cc10 #include "ppapi/host/ppapi_host.h"
19 void PepperHelper::DidCreatePepperPlugin(content::RendererPpapiHost* host) { argument
20 // TODO(brettw) figure out how to hook up the host factory. It needs some
22 host->GetPpapiHost()->AddHostFactoryFilter(
23 scoped_ptr<ppapi::host::HostFactory>(
24 new ChromeRendererPepperHostFactory(host)));
25 host->GetPpapiHost()->AddInstanceMessageFilter(
26 scoped_ptr<ppapi::host::InstanceMessageFilter>(
27 new PepperSharedMemoryMessageFilter(host)));
H A Dpepper_pdf_host.h15 #include "ppapi/host/resource_host.h"
31 namespace host { namespace in namespace:ppapi
36 class PepperPDFHost : public ppapi::host::ResourceHost {
38 PepperPDFHost(content::RendererPpapiHost* host,
45 ppapi::host::HostMessageContext* context) OVERRIDE;
48 int32_t OnHostMsgGetLocalizedString(ppapi::host::HostMessageContext* context,
50 int32_t OnHostMsgDidStartLoading(ppapi::host::HostMessageContext* context);
51 int32_t OnHostMsgDidStopLoading(ppapi::host::HostMessageContext* context);
53 ppapi::host::HostMessageContext* context,
56 ppapi::host
[all...]
/external/chromium_org/content/public/browser/
H A Drender_process_host_observer.h19 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) {} argument
/external/chromium_org/content/renderer/
H A Dwebpublicsuffixlist_impl.cc15 const blink::WebString& host) {
17 host.utf8(),
20 return result ? result : host.length();
14 getPublicSuffixLength( const blink::WebString& host) argument
/external/chromium_org/net/tools/flip_server/
H A Dspdy_util.cc16 std::string EncodeURL(std::string uri, std::string host, std::string method) { argument
18 // TODO(mbelshe): if uri is fully qualified, need to strip protocol/host.
26 "http://" + host + uri, method + "_/", false);
/external/ipsec-tools/src/racoon/
H A Dthrottle.h40 struct sockaddr_storage host; member in struct:throttle_entry
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java45 private final HttpHost host; field in class:HttpHostConnectException
47 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { argument
48 super("Connection to " + host + " refused");
49 this.host = host;
54 return this.host;
/external/apache-http/src/org/apache/http/conn/scheme/
H A DLayeredSocketFactory.java49 * Returns a socket connected to the given host that is layered over an
54 * @param host the host name/IP
55 * @param port the port on the host
62 * @throws UnknownHostException if the IP address of the host cannot be
67 String host,
65 createSocket( Socket socket, String host, int port, boolean autoClose ) argument
/external/chromium/chrome/browser/ui/
H A Dcrypto_module_password_dialog_openssl.cc13 const std::string& host,
21 const std::string& host,
11 UnlockSlotsIfNecessary(const net::CryptoModuleList& modules, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
19 UnlockCertSlotIfNecessary(net::X509Certificate* cert, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
/external/chromium/chrome/browser/ui/views/
H A Ddatabase_open_info_view.cc27 void DatabaseOpenInfoView::SetFields(const std::string& host, argument
31 string16 url = UTF8ToUTF16(host);
/external/chromium/net/base/
H A Dssl_false_start_blacklist.cc10 bool SSLFalseStartBlacklist::IsMember(const char* host) { argument
11 const char* last_two_labels = LastTwoLabels(host);
17 const size_t len = strlen(host);
22 memcmp(&host[len - blacklist_entry_len], &kHashData[i + 1],
25 host[len - blacklist_entry_len - 1] == '.')) {

Completed in 551 milliseconds

1234567891011>>