Searched refs:host (Results 276 - 300 of 2743) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.h119 void LayoutWindowControls(views::View* host);
120 void LayoutTitleBar(views::View* host);
121 void LayoutAvatar(views::View* host);
122 void LayoutNewStyleAvatar(views::View* host);
124 void ConfigureButton(views::View* host,
133 void SetBoundsForButton(views::View* host,
142 virtual void Layout(views::View* host) OVERRIDE;
143 virtual gfx::Size GetPreferredSize(const views::View* host) const OVERRIDE;
144 virtual void ViewAdded(views::View* host, views::View* view) OVERRIDE;
145 virtual void ViewRemoved(views::View* host, view
[all...]
/external/chromium_org/third_party/polymer/components/core-header-panel/
H A Dcore-header-panel.css10 :host {
53 :host([mode=scroll]) #mainContainer {
60 :host([mode=cover]) #mainPanel {
64 :host([mode=cover]) #mainContainer {
72 :host([mode=cover]) #dropShadow {
/external/chromium_org/third_party/polymer/components-chromium/core-header-panel/
H A Dcore-header-panel.css10 :host {
53 :host([mode=scroll]) #mainContainer {
60 :host([mode=cover]) #mainPanel {
64 :host([mode=cover]) #mainContainer {
72 :host([mode=cover]) #dropShadow {
/external/chromium_org/content/browser/appcache/
H A Dappcache_group.cc30 virtual void OnCacheSelectionComplete(AppCacheHost* host) OVERRIDE {} // N/A
31 virtual void OnDestructionImminent(AppCacheHost* host) OVERRIDE {
32 group_->HostDestructionImminent(host);
71 // If observer being added is a host that has been queued for later update,
73 AppCacheHost* host = static_cast<AppCacheHost*>(observer); local
74 if (queued_updates_.find(host) != queued_updates_.end())
156 AppCacheHost* host, const GURL& new_master_resource) {
164 update_job_->StartUpdate(host, new_master_resource);
181 void AppCacheGroup::QueueUpdate(AppCacheHost* host, argument
183 DCHECK(update_job_ && host
155 StartUpdateWithNewMasterEntry( AppCacheHost* host, const GURL& new_master_resource) argument
210 AppCacheHost* host = it->first; local
237 HostDestructionImminent(AppCacheHost* host) argument
[all...]
/external/chromium_org/third_party/polymer/components/core-icon-button/
H A Dcore-icon-button.css10 :host {
25 :host([disabled]) {
30 :host(.outline) {
34 :host(:hover:not([disabled])) {
38 :host(.selected:not([disabled])) {
43 :host(:active:not([disabled]), .selected:active:not([disabled])) {
48 :host(.core-dark-theme.outline) {
53 :host(.core-dark-theme:hover) {
58 :host(.core-dark-theme.selected) {
63 :host(
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-icon-button/
H A Dcore-icon-button.css10 :host {
25 :host([disabled]) {
30 :host(.outline) {
34 :host(:hover:not([disabled])) {
38 :host(.selected:not([disabled])) {
43 :host(:active:not([disabled]), .selected:active:not([disabled])) {
48 :host(.core-dark-theme.outline) {
53 :host(.core-dark-theme:hover) {
58 :host(.core-dark-theme.selected) {
63 :host(
[all...]
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.cc234 Host* host = handler->FindHost( local
237 if (host) {
238 handler->OnShimQuit(host);
250 Host* host = handler->FindHost(profile, app_window->extension_id()); local
251 if (host)
252 host->OnAppHide();
261 Host* host = handler->FindHost(profile, app_id); local
262 if (host) {
263 handler->OnShimFocus(host,
276 Host* host local
295 Host* host = handler->FindHost(profile, app_window->extension_id()); local
313 OnShimLaunch( Host* host, AppShimLaunchType launch_type, const std::vector<base::FilePath>& files) argument
359 OnProfileLoaded( Host* host, AppShimLaunchType launch_type, const std::vector<base::FilePath>& files, Profile* profile) argument
415 Host* host = FindHost(profile, app_id); local
425 OnShimClose(Host* host) argument
435 OnShimFocus( Host* host, AppShimFocusType focus_type, const std::vector<base::FilePath>& files) argument
462 OnShimSetHidden(Host* host, bool hidden) argument
469 OnShimQuit(Host* host) argument
509 Host* host = current->second; local
544 Host* host = FindHost(profile, app_id); local
[all...]
H A Dapp_shim_handler_mac.h31 // Allows the handler to determine which app this host corresponds to.
64 // Invoked by the shim host when the shim process is launched. The handler
69 virtual void OnShimLaunch(Host* host,
73 // Invoked by the shim host when the connection to the shim process is closed.
74 virtual void OnShimClose(Host* host) = 0;
76 // Invoked by the shim host when the shim process receives a focus event.
79 virtual void OnShimFocus(Host* host,
83 // Invoked by the shim host when the shim process is hidden or shown.
84 virtual void OnShimSetHidden(Host* host, bool hidden) = 0;
86 // Invoked by the shim host whe
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper_impl.cc43 void BrowsingDataQuotaHelperImpl::RevokeHostQuota(const std::string& host) { argument
47 base::Bind(&BrowsingDataQuotaHelperImpl::RevokeHostQuota, this, host));
52 host, 0,
93 pending_hosts_.insert(std::make_pair(itr->host(), type));
125 std::string host = itr->first; local
128 GetHostUsage(host, type);
131 void BrowsingDataQuotaHelperImpl::GetHostUsage(const std::string& host, argument
135 host, type,
137 weak_factory_.GetWeakPtr(), host, type));
140 void BrowsingDataQuotaHelperImpl::GotHostUsage(const std::string& host, argument
[all...]
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_flash_drm_host.cc21 #include "ppapi/host/dispatch_host_message.h"
22 #include "ppapi/host/host_message_context.h"
23 #include "ppapi/host/ppapi_host.h"
83 aura::WindowTreeHost* host = native_view->GetHost(); local
84 if (!host)
86 HWND window = host->GetAcceleratedWidget();
113 PepperFlashDRMHost::PepperFlashDRMHost(BrowserPpapiHost* host, argument
116 : ppapi::host::ResourceHost(host->GetPpapiHost(), instance, resource),
121 bool success = host
[all...]
H A Dpepper_talk_host.cc13 #include "ppapi/host/dispatch_host_message.h"
14 #include "ppapi/host/host_message_context.h"
15 #include "ppapi/host/ppapi_host.h"
31 ppapi::host::ReplyMessageContext GetPermissionOnUIThread(
35 ppapi::host::ReplyMessageContext reply) {
91 ppapi::host::ReplyMessageContext StartRemotingOnUIThread(
95 ppapi::host::ReplyMessageContext reply) {
129 ppapi::host::ReplyMessageContext StopRemotingOnUIThreadWithResult(
130 ppapi::host::ReplyMessageContext reply) {
138 PepperTalkHost::PepperTalkHost(content::BrowserPpapiHost* host, argument
[all...]
H A Dchrome_browser_pepper_host_factory.cc17 #include "ppapi/host/message_filter_host.h"
18 #include "ppapi/host/ppapi_host.h"
19 #include "ppapi/host/resource_host.h"
23 using ppapi::host::MessageFilterHost;
24 using ppapi::host::ResourceHost;
25 using ppapi::host::ResourceMessageFilter;
30 content::BrowserPpapiHost* host)
31 : host_(host) {}
36 ppapi::host::PpapiHost* host,
29 ChromeBrowserPepperHostFactory( content::BrowserPpapiHost* host) argument
35 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
[all...]
H A Dpepper_flash_browser_host.cc17 #include "ppapi/host/dispatch_host_message.h"
52 PepperFlashBrowserHost::PepperFlashBrowserHost(BrowserPpapiHost* host, argument
55 : ResourceHost(host->GetPpapiHost(), instance, resource),
56 host_(host),
59 host->GetRenderFrameIDsForInstance(instance, &render_process_id_, &unused);
66 ppapi::host::HostMessageContext* context) {
79 ppapi::host::HostMessageContext* host_context) {
97 ppapi::host::HostMessageContext* host_context,
108 ppapi::host::HostMessageContext* context) {
135 ppapi::host
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.h19 #include "ppapi/host/host_message_context.h"
20 #include "ppapi/host/resource_host.h"
31 : public ppapi::host::ResourceHost,
35 // |type|. The host must be opened before use.
36 PepperFileSystemBrowserHost(BrowserPpapiHost* host,
48 // ppapi::host::ResourceHost overrides.
51 ppapi::host::HostMessageContext* context) OVERRIDE;
54 // Supports FileRefs direct access on the host side.
62 // Supports FileIOs direct access on the host side.
86 ppapi::host
[all...]
H A Dpepper_file_io_host.cc25 #include "ppapi/host/dispatch_host_message.h"
26 #include "ppapi/host/ppapi_host.h"
48 RenderProcessHost* host = RenderProcessHost::FromID(render_process_id); local
49 if (host) {
50 stuff.resolved_render_process_id = base::GetProcId(host->GetHandle());
51 StoragePartition* storage_partition = host->GetStoragePartition();
60 RenderProcessHost* host = RenderProcessHost::FromID(render_process_id); local
61 if (!host)
63 return base::GetProcId(host->GetHandle());
70 RenderProcessHost* host local
106 PepperFileIOHost(BrowserPpapiHostImpl* host, PP_Instance instance, PP_Resource resource) argument
[all...]
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.h30 virtual void AllowCert(const std::string& host,
34 virtual CertJudgment QueryPolicy(const std::string& host,
38 virtual void HostRanInsecureContent(const std::string& host,
40 virtual bool DidHostRunInsecureContent(const std::string& host,
44 // |host| in the given Profile.
45 virtual void RevokeUserAllowExceptions(const std::string& host);
51 virtual void RevokeUserAllowExceptionsHard(const std::string& host);
54 // |host|. This does not mean that *all* certificate errors are allowed, just
57 virtual bool HasAllowException(const std::string& host) const;
111 // A BrokenHostEntry is a pair of (host, process_i
[all...]
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_drm_renderer_host.cc11 #include "ppapi/host/dispatch_host_message.h"
12 #include "ppapi/host/host_message_context.h"
13 #include "ppapi/host/ppapi_host.h"
23 content::RendererPpapiHost* host,
26 : ResourceHost(host->GetPpapiHost(), instance, resource),
27 renderer_ppapi_host_(host),
34 ppapi::host::HostMessageContext* context) {
43 ppapi::host::HostMessageContext* context) {
73 const ppapi::host::ReplyMessageContext& reply_context,
85 host()
22 PepperFlashDRMRendererHost( content::RendererPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Dpassmass.py15 def login(host, user, password):
17 child = pexpect.spawn('ssh -l %s %s'%(user, host))
35 print 'Permission denied on host:', host
75 for host in sys.argv[1:]:
76 child = login(host, user, password)
78 print 'Could not login to host:', host
80 print 'Changing password on host:', host
[all...]
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura_unittest.cc98 host()));
123 EXPECT_EQ(host(), child_win->GetProperty(views::kHostViewKey));
124 EXPECT_EQ(host()->GetWidget()->GetNativeView(),
126 EXPECT_EQ(host(), clipping_window()->GetProperty(views::kHostViewKey));
128 host()->Detach();
133 host()->Attach(child_win);
134 EXPECT_EQ(host(), child_win->GetProperty(views::kHostViewKey));
135 EXPECT_EQ(host()->GetWidget()->GetNativeView(),
137 EXPECT_EQ(host(), clipping_window()->GetProperty(views::kHostViewKey));
153 EXPECT_EQ(ui::kCursorWait, host()
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_system_host.cc16 #include "ppapi/host/dispatch_host_message.h"
17 #include "ppapi/host/ppapi_host.h"
28 PepperFileSystemHost::PepperFileSystemHost(RendererPpapiHost* host, argument
32 : ResourceHost(host->GetPpapiHost(), instance, resource),
33 renderer_ppapi_host_(host),
39 PepperFileSystemHost::PepperFileSystemHost(RendererPpapiHost* host, argument
44 : ResourceHost(host->GetPpapiHost(), instance, resource),
45 renderer_ppapi_host_(host),
56 ppapi::host::HostMessageContext* context) {
75 host()
[all...]
/external/chromium_org/extensions/browser/
H A Dlazy_background_task_queue.cc88 // Creating the background host may fail, e.g. if |profile| is incognito
104 ExtensionHost* host,
115 CHECK(!host); // lazy page should not load without any pending tasks
125 it->Run(host);
132 if (host && BackgroundInfo::HasLazyBackgroundPage(extension)) {
146 ExtensionHost* host = local
148 if (host->extension_host_type() == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE) {
149 CHECK(host->did_stop_loading());
150 ProcessPendingTasks(host, host
103 ProcessPendingTasks( ExtensionHost* host, content::BrowserContext* browser_context, const Extension* extension) argument
161 ExtensionHost* host = local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlint_test_expectations.py34 from webkitpy.common.host import Host
49 def lint(host, options):
54 ports_to_lint = [host.port_factory.get(name) for name in host.port_factory.all_port_names(options.platform)]
79 def check_virtual_test_suites(host, options):
80 port = host.port_factory.get(options=options)
81 fs = host.filesystem
109 def run_checks(host, options, logging_stream):
112 lint_failed = lint(host, options)
113 check_failed = check_virtual_test_suites(host, option
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_permissions.cc30 const std::string host = url.host(); local
33 if (EndsWith(host, kGoogleCom, true)) {
38 if (StartsWithASCII(host, kClient, true)) {
40 for (std::string::const_iterator i = host.begin() + strlen(kClient),
41 end = host.end() - strlen(kGoogleCom); i != end; ++i) {
52 EndsWith(url.host(), ".clients.google.com", true) ||
53 url.host() == "sb-ssl.google.com" ||
54 (url.host() == "chrome.google.com" &&
127 // about: URLs are not covered in host permission
[all...]
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_permissions.cc30 const std::string host = url.host(); local
33 if (EndsWith(host, kGoogleCom, true)) {
38 if (StartsWithASCII(host, kClient, true)) {
40 for (std::string::const_iterator i = host.begin() + strlen(kClient),
41 end = host.end() - strlen(kGoogleCom); i != end; ++i) {
52 EndsWith(url.host(), ".clients.google.com", true) ||
53 url.host() == "sb-ssl.google.com" ||
54 (url.host() == "chrome.google.com" &&
127 // about: URLs are not covered in host permission
[all...]
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer.cc40 void DelegatedRendererLayer::SetLayerTreeHost(LayerTreeHost* host) { argument
41 if (layer_tree_host() == host) {
42 Layer::SetLayerTreeHost(host);
46 if (!host) {
53 // There is no active frame in the new layer tree host to wait for so no
59 Layer::SetLayerTreeHost(host);

Completed in 834 milliseconds

<<11121314151617181920>>