Searched refs:host (Results 251 - 275 of 2743) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/MC/MCDisassembler/
H A DAndroid.mk3 # For the host
/external/nist-sip/java/javax/sip/
H A DIOExceptionEvent.java10 public IOExceptionEvent(Object source, String host, int port, argument
13 mHost = host;
/external/chromium_org/ash/wm/
H A Dboot_splash_screen_chromeos.cc18 // ui::LayerDelegate that copies the aura host window's content to a ui::Layer.
22 explicit CopyHostContentLayerDelegate(aura::WindowTreeHost* host) argument
23 : host_(host) {
61 BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host) argument
62 : layer_delegate_(new CopyHostContentLayerDelegate(host)),
66 ui::Layer* root_layer = host->window()->layer();
67 layer_->SetBounds(gfx::Rect(host->window()->bounds().size()));
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate.cc24 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) {
27 DownloadRequestInfoBarDelegate::callback_->Run(infobar_service, host);
37 host->Cancel();
41 new DownloadRequestInfoBarDelegate(host))));
52 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host)
55 host_(host) {
22 Create( InfoBarService* infobar_service, base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) argument
51 DownloadRequestInfoBarDelegate( base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) argument
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_platform_verification_message_filter.h10 #include "ppapi/host/resource_message_filter.h"
17 namespace host { namespace in namespace:ppapi
19 } // namespace host
26 : public ppapi::host::ResourceMessageFilter {
28 PepperPlatformVerificationMessageFilter(content::BrowserPpapiHost* host,
34 // ppapi::host::ResourceMessageFilter overrides.
39 ppapi::host::HostMessageContext* context) OVERRIDE;
41 int32_t OnChallengePlatform(ppapi::host::HostMessageContext* context,
47 ppapi::host::ReplyMessageContext reply_context,
/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/service_worker/
H A Dservice_worker_dispatcher_host_unittest.cc129 scoped_ptr<ServiceWorkerProviderHost> host(new ServiceWorkerProviderHost(
131 host->SetDocumentUrl(GURL("https://www.example.com/foo"));
132 base::WeakPtr<ServiceWorkerProviderHost> provider_host = host->AsWeakPtr();
133 context()->AddProviderHost(host.Pass());
143 scoped_ptr<ServiceWorkerProviderHost> host(new ServiceWorkerProviderHost(
145 host->SetDocumentUrl(GURL("https://www.example.com/foo"));
146 base::WeakPtr<ServiceWorkerProviderHost> provider_host = host->AsWeakPtr();
147 context()->AddProviderHost(host.Pass());
149 // Script has a different host
155 // Scope has a different host
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_ref_renderer_host.cc11 #include "ppapi/host/ppapi_host.h"
17 RendererPpapiHost* host,
22 : ResourceHost(host->GetPpapiHost(), instance, resource),
27 ResourceHost* fs_host = host->GetPpapiHost()->GetResourceHost(file_system);
35 RendererPpapiHost* host,
39 : ResourceHost(host->GetPpapiHost(), instance, resource),
72 ppapi::host::HostMessageContext* context) {
73 // We don't handle any messages from the plugin in this host.
16 PepperFileRefRendererHost( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, PP_Resource file_system, const std::string& internal_path) argument
34 PepperFileRefRendererHost( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, const base::FilePath& external_path) argument
H A Dpepper_video_decoder_host.h18 #include "ppapi/host/host_message_context.h"
19 #include "ppapi/host/resource_host.h"
34 : public ppapi::host::ResourceHost,
37 PepperVideoDecoderHost(RendererPpapiHost* host,
45 const ppapi::host::ReplyMessageContext& reply_context);
49 const ppapi::host::ReplyMessageContext reply_context;
57 ppapi::host::HostMessageContext* context) OVERRIDE;
70 int32_t OnHostMsgInitialize(ppapi::host::HostMessageContext* context,
74 int32_t OnHostMsgGetShm(ppapi::host::HostMessageContext* context,
77 int32_t OnHostMsgDecode(ppapi::host
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPSource.cpp16 CSPSource::CSPSource(ContentSecurityPolicy* policy, const String& scheme, const String& host, int port, const String& path, WildcardDisposition hostWildcard, WildcardDisposition portWildcard) argument
19 , m_host(host)
45 const String& host = url.host(); local
46 if (equalIgnoringCase(host, m_host))
48 return m_hostWildcard == HasWildcard && host.endsWith("." + m_host, false);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmac.py65 def determine_full_port_name(cls, host, options, port_name):
67 if host.platform.os_version in ('future',):
70 version = host.platform.os_version
71 if host.platform.is_highdpi():
76 def __init__(self, host, port_name, **kwargs):
77 super(MacPort, self).__init__(host, port_name, **kwargs)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py38 from webkitpy.common.host import Host
50 def __init__(self, file_path, handle_style_error, host=None):
55 # FIXME: host should be a required parameter, not an optional one.
56 host = host or Host()
57 host.initialize_scm()
59 self._port_obj = host.port_factory.get()
/external/chromium_org/third_party/polymer/components/core-splitter/
H A Dcore-splitter.css10 :host {
18 :host(.horizontal) {
25 :host(:hover, :active) {
/external/chromium_org/third_party/polymer/components/paper-toast/
H A Dpaper-toast.css10 :host {
27 :host(.capsule) {
31 :host(.fit-bottom) {
39 :host(.core-transition.dragging) {
43 :host(.core-transition.fade-out-down),
44 :host(.core-transition.fade-out-up),
45 :host(.core-transition.fade-out-right),
46 :host(.core-transition.fade-out-left) {
52 :host(.core-transition.fade-out-down) {
57 :host(
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter.css10 :host {
18 :host(.horizontal) {
25 :host(:hover, :active) {
/external/chromium_org/third_party/polymer/components-chromium/paper-toast/
H A Dpaper-toast.css10 :host {
27 :host(.capsule) {
31 :host(.fit-bottom) {
39 :host(.core-transition.dragging) {
43 :host(.core-transition.fade-out-down),
44 :host(.core-transition.fade-out-up),
45 :host(.core-transition.fade-out-right),
46 :host(.core-transition.fade-out-left) {
52 :host(.core-transition.fade-out-down) {
57 :host(
[all...]
/external/smack/src/org/jivesoftware/smack/proxy/
H A DDirectSocketFactory.java43 public Socket createSocket(String host, int port) argument
47 InetAddress resolved[] = InetAddress.getAllByName(host);
52 public Socket createSocket(String host ,int port, InetAddress localHost,
56 return new Socket(host,port,localHost,localPort);
59 public Socket createSocket(InetAddress host, int port) argument
63 newSocket.connect(new InetSocketAddress(host,port));
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac_unittest.cc61 TestingAppShimHost* host() { return host_.get(); } function in class:__anon2891::AppShimHostTest
64 EXPECT_TRUE(host()->ReceiveMessage(
72 EXPECT_EQ(1u, host()->sent_messages().size());
73 IPC::Message* message = host()->sent_messages()[0];
85 virtual void OnShimLaunch(Host* host,
91 host->OnAppLaunchComplete(launch_result_);
94 virtual void OnShimClose(Host* host) OVERRIDE { ++close_count_; }
96 virtual void OnShimFocus(Host* host,
102 virtual void OnShimSetHidden(Host* host, bool hidden) OVERRIDE {}
104 virtual void OnShimQuit(Host* host) OVERRID
[all...]
/external/chromium_org/components/password_manager/content/browser/
H A Dcontent_password_manager_driver.cc45 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); local
46 host->Send(new AutofillMsg_FormNotBlacklisted(host->GetRoutingID(), form));
51 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); local
52 host->Send(new AutofillMsg_AccountCreationFormsDetected(host->GetRoutingID(),
59 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); local
60 host->Send(
61 new AutofillMsg_FillPasswordSuggestion(host->GetRoutingID(),
69 content::RenderViewHost* host local
77 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); local
[all...]
/external/chromium_org/net/http/
H A Dtransport_security_state.h162 bool ShouldSSLErrorsBeFatal(const std::string& host);
163 bool ShouldUpgradeToSSL(const std::string& host);
164 bool CheckPublicKeyPins(const std::string& host,
168 bool HasPublicKeyPins(const std::string& host);
187 // HashHost(CanonicalizeHost(host)).
200 // Deletes any dynamic data stored for |host| (e.g. HSTS or HPKP data).
201 // If |host| doesn't have an exact entry then no action is taken. Does
207 bool DeleteDynamicDataForHost(const std::string& host);
210 // DomainState for |host|.
212 // If |host| matche
[all...]
/external/chromium_org/storage/browser/quota/
H A Dusage_tracker.cc42 const std::string& host,
44 OriginSetByHost::iterator found = origins_by_host->find(host);
52 origins_by_host->erase(host);
57 const std::string& host,
59 OriginSetByHost::const_iterator itr = origins.find(host);
160 void UsageTracker::GetHostUsage(const std::string& host, argument
162 if (!host_usage_callbacks_.Add(host, callback))
176 base::Owned(info), host);
181 iter->second->GetHostUsage(host, accumulator);
258 const std::string& host,
41 EraseOriginFromOriginSet(OriginSetByHost* origins_by_host, const std::string& host, const GURL& origin) argument
56 OriginSetContainsOrigin(const OriginSetByHost& origins, const std::string& host, const GURL& origin) argument
257 AccumulateClientHostUsage(AccumulateInfo* info, const std::string& host, int64 usage) argument
341 GetHostUsage( const std::string& host, const UsageCallback& callback) argument
360 std::string host = net::GetHostOrSpecFromURL(origin); local
392 const std::string& host = host_iter->first; local
411 std::string host = net::GetHostOrSpecFromURL(origin); local
505 DidGetOriginsForHostUsage( const std::string& host, const std::set<GURL>& origins) argument
511 GetUsageForOrigins( const std::string& host, const std::set<GURL>& origins) argument
542 AccumulateOriginUsage(AccumulateInfo* info, const std::string& host, const GURL& origin, int64 usage) argument
578 std::string host = net::GetHostOrSpecFromURL(origin); local
592 AddCachedHost(const std::string& host) argument
613 std::string host = net::GetHostOrSpecFromURL(origin); local
629 std::string host = net::GetHostOrSpecFromURL(origin); local
646 std::string host = net::GetHostOrSpecFromURL(origin); local
663 std::string host = net::GetHostOrSpecFromURL(origin); local
[all...]
/external/chromium_org/url/
H A Durl_canon_ip.cc34 const Component& host,
36 if (!host.is_nonempty())
40 int cur_component_begin = host.begin; // Start of the current component.
41 int end = host.end();
42 for (int i = host.begin; /* nothing */; i++) {
160 const Component& host,
165 if (!FindIPv4Components(spec, host, components))
236 const Component& host,
240 spec, host, host_info->address, &host_info->num_ipv4_components);
321 bool DoParseIPv6(const CHAR* spec, const Component& host, IPv6Parse argument
33 DoFindIPv4Components(const CHAR* spec, const Component& host, Component components[4]) argument
159 DoIPv4AddressToNumber(const CHAR* spec, const Component& host, unsigned char address[4], int* num_ipv4_components) argument
235 DoCanonicalizeIPv4Address(const CHAR* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) argument
464 DoIPv6AddressToNumber(const CHAR* spec, const Component& host, unsigned char address[16]) argument
561 DoCanonicalizeIPv6Address(const CHAR* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) argument
645 FindIPv4Components(const char* spec, const Component& host, Component components[4]) argument
651 FindIPv4Components(const base::char16* spec, const Component& host, Component components[4]) argument
658 CanonicalizeIPAddress(const char* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) argument
670 CanonicalizeIPAddress(const base::char16* spec, const Component& host, CanonOutput* output, CanonHostInfo* host_info) argument
682 IPv4AddressToNumber(const char* spec, const Component& host, unsigned char address[4], int* num_ipv4_components) argument
689 IPv4AddressToNumber(const base::char16* spec, const Component& host, unsigned char address[4], int* num_ipv4_components) argument
697 IPv6AddressToNumber(const char* spec, const Component& host, unsigned char address[16]) argument
703 IPv6AddressToNumber(const base::char16* spec, const Component& host, unsigned char address[16]) argument
[all...]
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc20 #include "ash/host/ash_window_tree_host.h"
21 #include "ash/host/ash_window_tree_host_init_params.h"
22 #include "ash/host/root_window_transformer.h"
96 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost(); local
97 host->window()->SetName(
99 host->compositor()->SetBackgroundColor(SK_ColorBLACK);
101 // host.
102 host->AddObserver(Shell::GetInstance()->display_controller());
103 host->AddObserver(this);
105 InitRootWindowSettings(host
124 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost(); local
150 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost(); local
164 OnHostResized(const aura::WindowTreeHost* host) argument
[all...]
/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_entry.cc51 if (pattern_.host < rhs.pattern_.host)
53 if (pattern_.host > rhs.pattern_.host)
68 (pattern_.host == rhs.pattern_.host) &&
78 std::string lhost = base::StringToLowerASCII(request.host);
79 if (pattern_.host != lhost) {
83 if (!pattern_.host.empty()) {
93 // host shoul
[all...]
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc50 void BoxLayout::Layout(View* host) { argument
51 DCHECK_EQ(host_, host);
52 gfx::Rect child_area(host->GetLocalBounds());
53 child_area.Inset(host->GetInsets());
60 for (int i = 0; i < host->child_count(); ++i) {
61 View* child = host->child_at(i);
105 for (int i = 0; i < host->child_count(); ++i) {
106 View* child = host->child_at(i);
154 gfx::Size BoxLayout::GetPreferredSize(const View* host) const {
155 DCHECK_EQ(host_, host);
172 GetPreferredHeightForWidth(const View* host, int width) const argument
178 Installed(View* host) argument
183 Uninstalled(View* host) argument
189 ViewRemoved(View* host, View* view) argument
261 GetPreferredSizeForChildWidth(const View* host, int child_area_width) const argument
[all...]

Completed in 2174 milliseconds

<<11121314151617181920>>