Searched defs:host (Results 101 - 125 of 1032) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/renderer/pepper/
H A Dchrome_renderer_pepper_host_factory.cc16 #include "ppapi/host/ppapi_host.h"
17 #include "ppapi/host/resource_host.h"
22 using ppapi::host::ResourceHost;
25 content::RendererPpapiHost* host)
26 : host_(host) {}
31 ppapi::host::PpapiHost* host,
35 DCHECK_EQ(host_->GetPpapiHost(), host);
24 ChromeRendererPepperHostFactory( content::RendererPpapiHost* host) argument
30 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
H A Dpepper_flash_fullscreen_host.cc10 #include "ppapi/host/dispatch_host_message.h"
11 #include "ppapi/host/host_message_context.h"
12 #include "ppapi/host/ppapi_host.h"
16 content::RendererPpapiHost* host,
19 : ResourceHost(host->GetPpapiHost(), instance, resource),
20 renderer_ppapi_host_(host) {}
26 ppapi::host::HostMessageContext* context) {
36 ppapi::host::HostMessageContext* context,
15 PepperFlashFullscreenHost( content::RendererPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
H A Dpepper_shared_memory_message_filter.cc14 #include "ppapi/host/ppapi_host.h"
19 content::RendererPpapiHost* host)
20 : InstanceMessageFilter(host->GetPpapiHost()), host_(host) {}
18 PepperSharedMemoryMessageFilter( content::RendererPpapiHost* host) argument
H A Dpepper_uma_host.h14 #include "ppapi/host/resource_host.h"
22 namespace host { namespace in namespace:ppapi
24 } // namespace host
27 class PepperUMAHost : public ppapi::host::ResourceHost {
29 PepperUMAHost(content::RendererPpapiHost* host,
35 // ppapi::host::ResourceMessageHandler implementation.
38 ppapi::host::HostMessageContext* context) OVERRIDE;
44 int32_t OnHistogramCustomTimes(ppapi::host::HostMessageContext* context,
51 int32_t OnHistogramCustomCounts(ppapi::host::HostMessageContext* context,
58 int32_t OnHistogramEnumeration(ppapi::host
[all...]
/external/chromium_org/chrome/test/base/
H A Dextension_load_waiter_one_shot.cc39 extensions::ExtensionHost* host = local
41 if (host->extension_id() == extension_id_) {
42 browser_context_ = host->browser_context();
/external/chromium_org/components/cronet/
H A Durl_request_context_config.h33 std::string host; member in struct:cronet::URLRequestContextConfig::QuicHint
/external/chromium_org/components/omnibox/
H A Dautocomplete_input_unittest.cc76 { ASCIIToUTF16("host?query"), metrics::OmniboxInputType::UNKNOWN },
77 { ASCIIToUTF16("host#ref"), metrics::OmniboxInputType::UNKNOWN },
78 { ASCIIToUTF16("host/path?query"), metrics::OmniboxInputType::URL },
79 { ASCIIToUTF16("host/path#ref"), metrics::OmniboxInputType::URL },
200 const Component host; member in struct:test_data
228 Component scheme, host; local
232 &host);
239 EXPECT_EQ(input_cases[i].host.begin, host.begin);
240 EXPECT_EQ(input_cases[i].host
[all...]
/external/chromium_org/components/search_engines/
H A Dsearch_host_to_urls_map.cc34 host_to_urls_map_[url.host()].insert(template_url);
56 const std::string& host) {
59 HostToURLsMap::const_iterator iter = host_to_urls_map_.find(host);
66 const std::string& host) {
69 HostToURLsMap::iterator urls_for_host = host_to_urls_map_.find(host);
55 GetTemplateURLForHost( const std::string& host) argument
65 GetURLsForHost( const std::string& host) argument
/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_manager_delegate.h33 void set_web_contents_modal_dialog_host(WebContentsModalDialogHost* host) { argument
34 web_contents_modal_dialog_host_ = host;
/external/chromium_org/content/browser/android/
H A Dui_resource_provider_impl.cc23 void UIResourceProviderImpl::SetLayerTreeHost(cc::LayerTreeHost* host) { argument
24 if (host_ == host)
26 host_ = host;
/external/chromium_org/content/browser/fileapi/
H A Dblob_storage_context_unittest.cc21 void SetupBasicBlob(BlobStorageHost* host, const std::string& id) { argument
22 EXPECT_TRUE(host->StartBuildingBlob(id));
25 EXPECT_TRUE(host->AppendBlobDataItem(id, item));
26 EXPECT_TRUE(host->FinishBuildingBlob(id, "text/plain"));
27 EXPECT_FALSE(host->StartBuildingBlob(id));
33 BlobStorageHost host(&context);
38 SetupBasicBlob(&host, kId);
51 EXPECT_TRUE(host.IncrementBlobRefCount(kId));
52 EXPECT_TRUE(host.DecrementBlobRefCount(kId));
62 EXPECT_TRUE(host
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_memory_buffer_factory_host_impl.cc29 GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_); local
30 if (!host) {
38 host->CreateGpuMemoryBuffer(
53 GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_); local
54 if (!host)
57 host->DestroyGpuMemoryBuffer(handle, sync_point);
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_message_handler.cc68 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame(); local
69 if (host)
70 host->ExecuteJavaScript(script);
82 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame(); local
83 if (host)
84 host->ExecuteJavaScript(update);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_resize_lock_aura.cc16 aura::WindowTreeHost* host,
21 host_(host),
15 CompositorResizeLock( aura::WindowTreeHost* host, const gfx::Size new_size, bool defer_compositor_lock, const base::TimeDelta& timeout) argument
H A Dlegacy_render_widget_host_win.h105 void set_host(RenderWidgetHostViewAura* host) { argument
106 host_ = host;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_gamepad_host.cc11 #include "ppapi/host/dispatch_host_message.h"
12 #include "ppapi/host/host_message_context.h"
13 #include "ppapi/host/ppapi_host.h"
19 PepperGamepadHost::PepperGamepadHost(BrowserPpapiHost* host, argument
22 : ResourceHost(host->GetPpapiHost(), instance, resource),
23 browser_ppapi_host_(host),
29 BrowserPpapiHost* host,
32 : ResourceHost(host->GetPpapiHost(), instance, resource),
33 browser_ppapi_host_(host),
45 ppapi::host
28 PepperGamepadHost(GamepadService* gamepad_service, BrowserPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
[all...]
H A Dpepper_host_resolver_message_filter.h16 #include "ppapi/host/resource_message_filter.h"
28 namespace host { namespace in namespace:ppapi
39 : public ppapi::host::ResourceMessageFilter {
41 PepperHostResolverMessageFilter(BrowserPpapiHostImpl* host,
51 // ppapi::host::ResourceMessageFilter overrides.
56 ppapi::host::HostMessageContext* context) OVERRIDE;
58 int32_t OnMsgResolve(const ppapi::host::HostMessageContext* context,
62 // Backend for OnMsgResolve(). Delegates host resolution to the
64 void DoResolve(const ppapi::host::ReplyMessageContext& context,
71 const ppapi::host
[all...]
H A Dpepper_printing_host.cc9 #include "ppapi/host/dispatch_host_message.h"
10 #include "ppapi/host/host_message_context.h"
11 #include "ppapi/host/ppapi_host.h"
17 ppapi::host::PpapiHost* host,
21 : ResourceHost(host, instance, resource),
29 ppapi::host::HostMessageContext* context) {
39 ppapi::host::HostMessageContext* context) {
48 ppapi::host::ReplyMessageContext reply_context,
51 host()
16 PepperPrintingHost( ppapi::host::PpapiHost* host, PP_Instance instance, PP_Resource resource, scoped_ptr<PepperPrintSettingsManager> print_settings_manager) argument
[all...]
/external/chromium_org/content/browser/ssl/
H A Dssl_policy_backend.cc20 void SSLPolicyBackend::HostRanInsecureContent(const std::string& host, int id) { argument
22 ssl_host_state_delegate_->HostRanInsecureContent(host, id);
26 bool SSLPolicyBackend::DidHostRunInsecureContent(const std::string& host, argument
31 return ssl_host_state_delegate_->DidHostRunInsecureContent(host, pid);
35 const std::string& host,
38 ssl_host_state_delegate_->AllowCert(host, cert, error);
43 const std::string& host,
48 host, cert, error, expired_previous_decision) :
34 AllowCertForHost(const net::X509Certificate& cert, const std::string& host, net::CertStatus error) argument
41 QueryPolicy( const net::X509Certificate& cert, const std::string& host, net::CertStatus error, bool* expired_previous_decision) argument
/external/chromium_org/content/public/browser/
H A Dbrowser_ppapi_host.h23 namespace host { namespace in namespace:ppapi
48 // Creates a browser host and sets up an out-of-process proxy for an external
62 virtual ppapi::host::PpapiHost* GetPpapiHost() = 0;
H A Drender_process_host_observer.h25 virtual void RenderProcessExited(RenderProcessHost* host, argument
32 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) {} argument
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc76 WriteParam(m, p.host());
83 std::string host; local
85 if (!ReadParam(m, iter, &host) || !ReadParam(m, iter, &port))
88 r->set_host(host);
/external/chromium_org/content/public/renderer/
H A Drenderer_ppapi_host.h32 namespace host { namespace in namespace:ppapi
63 virtual ppapi::host::PpapiHost* GetPpapiHost() = 0;
66 // plugin associated with this host.
129 // plugin module is a host for "external plugins."
132 // be a host for external plugins. Instances of such plugins go through two
133 // two stages of initialization; the first stage initializes a host plugin
136 // two-stage initialization process, the host and child appear to blink as
139 // The host plugin appears as an in-process plugin, while we interact with the
145 // resource host creation messages and |instance| is the PP_Instance which
147 // the pending host ID
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_platform_data_aura.h37 aura::WindowTreeHost* host() { return host_.get(); } function in class:content::ShellPlatformDataAura
/external/chromium_org/net/base/
H A Dfilename_util.cc78 std::string host = url.host(); local
79 if (host.empty()) {
80 // URL contains no host, the path is the filename. In this case, the path
88 // URL contains a host: this means it's UNC. We keep the preceeding slash
91 path.append(host);
96 // Firefox seems to ignore the "host" of a file url if there is one. That is,

Completed in 338 milliseconds

1234567891011>>