Searched refs:host (Results 326 - 350 of 2743) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/android_webview/browser/
H A Daw_ssl_host_state_delegate.cc58 void AwSSLHostStateDelegate::HostRanInsecureContent(const std::string& host, argument
63 bool AwSSLHostStateDelegate::DidHostRunInsecureContent(const std::string& host, argument
69 void AwSSLHostStateDelegate::AllowCert(const std::string& host, argument
72 cert_policy_for_host_[host].Allow(cert, error);
80 const std::string& host,
84 return cert_policy_for_host_[host].Check(cert, error)
79 QueryPolicy( const std::string& host, const net::X509Certificate& cert, net::CertStatus error, bool* expired_previous_decision) argument
/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_shared_memory_message_filter.h11 #include "ppapi/host/instance_message_filter.h"
25 : public ppapi::host::InstanceMessageFilter {
27 explicit PepperSharedMemoryMessageFilter(content::RendererPpapiHost* host);
/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/renderer/pepper/
H A Dpepper_video_destination_host.cc11 #include "ppapi/host/dispatch_host_message.h"
12 #include "ppapi/host/host_message_context.h"
13 #include "ppapi/host/ppapi_host.h"
18 using ppapi::host::HostMessageContext;
19 using ppapi::host::ReplyMessageContext;
23 PepperVideoDestinationHost::PepperVideoDestinationHost(RendererPpapiHost* host, argument
26 : ResourceHost(host->GetPpapiHost(), instance, resource),
27 renderer_ppapi_host_(host),
61 host()->SendReply(reply_context, PpapiPluginMsg_VideoDestination_OpenReply());
H A Dpepper_media_stream_track_host_base.cc12 #include "ppapi/host/dispatch_host_message.h"
13 #include "ppapi/host/host_message_context.h"
14 #include "ppapi/host/ppapi_host.h"
18 using ppapi::host::HostMessageContext;
24 RendererPpapiHost* host,
27 : ResourceHost(host->GetPpapiHost(), instance, resource),
28 host_(host),
76 host()->SendUnsolicitedReplyWithHandles(
90 host()->SendUnsolicitedReply(
97 host()
23 PepperMediaStreamTrackHostBase( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
[all...]
H A Dpepper_url_loader_host.h13 #include "ppapi/host/resource_host.h"
28 class PepperURLLoaderHost : public ppapi::host::ResourceHost,
33 PepperURLLoaderHost(RendererPpapiHostImpl* host,
42 ppapi::host::HostMessageContext* context) OVERRIDE;
71 int32_t OnHostMsgOpen(ppapi::host::HostMessageContext* context,
73 int32_t InternalOnHostMsgOpen(ppapi::host::HostMessageContext* context,
75 int32_t OnHostMsgSetDeferLoading(ppapi::host::HostMessageContext* context,
77 int32_t OnHostMsgClose(ppapi::host::HostMessageContext* context);
79 ppapi::host::HostMessageContext* context);
83 // the case where we have created a pending host resourc
[all...]
H A Dpepper_websocket_host.cc13 #include "ppapi/host/dispatch_host_message.h"
14 #include "ppapi/host/host_message_context.h"
15 #include "ppapi/host/ppapi_host.h"
67 PepperWebSocketHost::PepperWebSocketHost(RendererPpapiHost* host, argument
70 : ResourceHost(host->GetPpapiHost(), instance, resource),
71 renderer_ppapi_host_(host),
84 ppapi::host::HostMessageContext* context) {
106 host()->SendReply(connect_reply_,
117 host()->SendUnsolicitedReply(
130 host()
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dtest_result_writer_unittest.py42 host = MockSystemHost()
43 host.filesystem.files = files or {}
44 port = TestPort(host=host, port_name='test-mac-snowleopard', options=optparse.Values())
47 write_test_result(host.filesystem, port, '/tmp', 'foo.html', actual_output, expected_output, failures)
48 return host.filesystem.written_files
/external/chromium_org/third_party/polymer/components/core-layout/
H A Dcore-layout-host.css10 :host {
18 :host(.core-h) {
26 :host(.core-v) {
34 :host(.core-h.core-reverse) {
42 :host(.core-v.core-reverse) {
51 :host(.core-justify-start) {
59 :host(.core-justify-center) {
67 :host(.core-justify-end) {
75 :host(.core-justify-between) {
84 :host(
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-layout/
H A Dcore-layout-host.css10 :host {
18 :host(.core-h) {
26 :host(.core-v) {
34 :host(.core-h.core-reverse) {
42 :host(.core-v.core-reverse) {
51 :host(.core-justify-start) {
59 :host(.core-justify-center) {
67 :host(.core-justify-end) {
75 :host(.core-justify-between) {
84 :host(
[all...]
/external/javassist/src/main/javassist/
H A DURLClassPath.java46 * <p>Here, we assume that <code>host</code> is "www.javassist.org",
52 * @param host host name
59 public URLClassPath(String host, int port, argument
61 hostname = host;
122 * @param host host name
129 public static byte[] fetchClass(String host, int port, argument
134 URLConnection con = fetchClass0(host, port,
161 private static URLConnection fetchClass0(String host, in argument
[all...]
/external/openssl/
H A DApps.mk21 LOCAL_SHARED_LIBRARIES := libssl-host libcrypto-host
22 include $(LOCAL_PATH)/Apps-config-host.mk
/external/chromium-libpac/src/
H A Dproxy_resolver_js_bindings.h35 // Handler for "dnsResolve(host)". Returns true on success and fills
37 virtual bool DnsResolve(const std::string& host,
40 // Handler for "dnsResolveEx(host)". Returns true on success and fills
45 virtual bool DnsResolveEx(const std::string& host,
49 // - Use the provided host resolver to service dnsResolve().
/external/chromium-libpac/test/js-unittest/
H A Dpassthrough.js4 function FindProxyForURL(url, host) {
10 return "PROXY " + makePseudoHost(url + "." + host);
13 // Form a string that kind-of resembles a host. We will replace any
/external/chromium_org/
H A DAndroid.mk21 js2c.host \
22 mksnapshot.host \
23 v8_base.host \
24 v8_libbase.host \
25 v8_libplatform.host \
26 v8_nosnapshot.host \
32 icudata.host \
33 icui18n.host \
34 icuuc.host \
46 # If the gyp-generated makefile exists for the current host O
[all...]
/external/chromium_org/cc/resources/
H A Dscoped_ui_resource.h19 // This class holds a pointer to the host so that when the instance goes out of
26 static scoped_ptr<ScopedUIResource> Create(LayerTreeHost* host,
36 ScopedUIResource(LayerTreeHost* host, const UIResourceBitmap& bitmap);
/external/chromium_org/chrome/browser/android/
H A Dnew_tab_page_url_handler.cc26 url->host() == chrome::kChromeUINewTabHost) {
39 url->host() == kLegacyRecentTabsHost) {
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_quota_helper.h19 virtual void RevokeHostQuota(const std::string& host) OVERRIDE;
21 void AddHost(const std::string& host,
/external/chromium_org/chrome/browser/download/
H A Ddownload_permission_request.cc13 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host)
14 : host_(host) {}
59 // TODO(gbillock): There's currently no suitable method for telling the host
12 DownloadPermissionRequest( base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dearcons.js50 cvox.ChromeVox.host.sendToBackgroundPage({
57 cvox.ChromeVox.host.sendToBackgroundPage({
/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.h13 // Tracks the most-recently activated host desktop type by observing
22 // Returns the host desktop type of the most-recently activated
29 // Returns true if |host| is a DesktopWindowTreeHost.
30 static bool IsDesktopWindow(aura::WindowTreeHost* host);
34 virtual void OnHostActivated(aura::WindowTreeHost* host) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.h26 explicit DropdownBarView(DropdownBarHost* host);
29 // Updates the view to let it know where the host is clipping the
41 DropdownBarHost* host() const { return host_; } function in class:DropdownBarView
50 // The dropdown bar host that controls this view.
53 // While animating, the host clips the widget and draws only the bottom
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Duninstall_host.sh25 echo Native messaging host $HOST_NAME has been uninstalled.
/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;

Completed in 587 milliseconds

<<11121314151617181920>>