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

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dalert_apitest.cc21 extensions::ExtensionHost* host = local
24 ASSERT_TRUE(host);
25 host->host_contents()->GetMainFrame()->ExecuteJavaScript(
H A Dgpu_browsertest.cc23 extensions::ExtensionHost* host = local
25 ASSERT_TRUE(host->host_contents()->GetDelegate()->IsNeverVisible(
26 host->host_contents()));
/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_org/ui/views/controls/native/
H A Dnative_view_host_mac.cc14 NativeViewHost* host) {
13 CreateWrapper( NativeViewHost* host) argument
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.cc24 ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) {
27 video_decoder.reset(new FakeCdmVideoDecoder(host));
36 video_decoder.reset(new LibvpxCdmVideoDecoder(host));
46 video_decoder.reset(new FFmpegCdmVideoDecoder(host));
23 CreateVideoDecoder( ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) argument
/external/chromium_org/chrome/browser/metrics/rappor/
H A Dsampling.cc21 return gurl.scheme() + "://" + gurl.host();
35 const std::string& host) {
42 host, net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES));
34 SampleDomainAndRegistryFromHost(const std::string& metric, const std::string& host) argument
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_helper.cc10 #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)));
H A Dpepper_pdf_host.h16 #include "ppapi/host/resource_host.h"
32 namespace host { namespace in namespace:ppapi
37 class PepperPDFHost : public ppapi::host::ResourceHost {
39 PepperPDFHost(content::RendererPpapiHost* host,
46 ppapi::host::HostMessageContext* context) OVERRIDE;
49 int32_t OnHostMsgGetLocalizedString(ppapi::host::HostMessageContext* context,
51 int32_t OnHostMsgDidStartLoading(ppapi::host::HostMessageContext* context);
52 int32_t OnHostMsgDidStopLoading(ppapi::host::HostMessageContext* context);
54 ppapi::host::HostMessageContext* context,
57 ppapi::host
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser_delegate.h20 namespace host { namespace in namespace:ppapi
56 virtual ppapi::host::HostFactory* CreatePpapiHostFactory(
/external/chromium_org/components/nacl/renderer/
H A Dnacl_helper.cc16 void NaClHelper::DidCreatePepperPlugin(content::RendererPpapiHost* host) { argument
17 // The Native Client plugin is a host for external plugins.
18 if (host->GetPluginName() == "Native Client")
19 host->SetToExternalPluginHost();
/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/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDraggedIsolatedFileSystem.h48 static PassOwnPtrWillBeRawPtr<DraggedIsolatedFileSystem> create(DataObject& host, const String& filesystemId) argument
50 return adoptPtrWillBeNoop(new DraggedIsolatedFileSystem(host, filesystemId));
53 static DOMFileSystem* getDOMFileSystem(DataObject* host, ExecutionContext*);
61 DraggedIsolatedFileSystem(DataObject& host, const String& filesystemId);
/external/chromium_org/ui/aura/test/
H A Daura_test_utils.cc14 explicit WindowTreeHostTestApi(WindowTreeHost* host) : host_(host) {} argument
26 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host) { argument
27 WindowTreeHostTestApi host_test_api(host);
/external/ipsec-tools/src/racoon/
H A Dthrottle.h40 struct sockaddr_storage host; member in struct:throttle_entry
/external/libnl/src/
H A Dnl-util-addr.c17 char host[256]; local
26 err = nl_addr_resolve(a, host, sizeof(host));
31 printf("%s\n", host);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHostResolver.java27 @Override public InetAddress[] getAllByName(String host) throws UnknownHostException {
28 if (host == null) throw new UnknownHostException("host == null");
29 return InetAddress.getAllByName(host);
33 InetAddress[] getAllByName(String host) throws UnknownHostException; argument
/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;

Completed in 1185 milliseconds

1234567891011>>