Searched refs:host (Results 451 - 475 of 2743) sorted by relevance

<<11121314151617181920>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildProperties.java31 private String host = ""; field in class:BuildProperties
136 host = buildProperties.get("host").toString();
139 "Value for host not found in monitor.properties");
229 * Returns the host.
233 return host;
253 * Sets the host.
254 * @param host The host to set
256 public void setHost(String host) { argument
[all...]
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.cc63 // All SSL decisions are per host (and are shared arcoss schemes), so this
65 // settings. The returned GURL will be the passed in host with an empty path and
67 GURL GetSecureGURLForHost(const std::string& host) { argument
68 std::string url = "https://" + host;
276 void ChromeSSLHostStateDelegate::AllowCert(const std::string& host, argument
279 GURL url = GetSecureGURLForHost(host);
321 ChromeSSLHostStateDelegate::QueryPolicy(const std::string& host, argument
326 GURL url = GetSecureGURLForHost(host);
347 RevokeUserAllowExceptions(host);
363 const std::string& host) {
362 RevokeUserAllowExceptions( const std::string& host) argument
392 RevokeUserAllowExceptionsHard( const std::string& host) argument
428 HostRanInsecureContent(const std::string& host, int pid) argument
433 DidHostRunInsecureContent( const std::string& host, int pid) const argument
[all...]
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc96 aura::WindowTreeHost* host = window->GetHost(); variable
101 SetKeycodeAndSendThenMask(host, &xevent, XK_Control_L, ControlMask);
104 SetKeycodeAndSendThenMask(host, &xevent, XK_Shift_L, ShiftMask);
106 SetKeycodeAndSendThenMask(host, &xevent, XK_Alt_L, Mod1Mask);
110 host->PostNativeEvent(&xevent);
114 host->PostNativeEvent(&xevent);
116 UnmaskAndSetKeycodeThenSend(host, &xevent, Mod1Mask, XK_Alt_L);
118 UnmaskAndSetKeycodeThenSend(host, &xevent, ShiftMask, XK_Shift_L);
120 UnmaskAndSetKeycodeThenSend(host, &xevent, ControlMask, XK_Control_L);
145 aura::WindowTreeHost* host variable
254 SetKeycodeAndSendThenMask(aura::WindowTreeHost* host, XEvent* xevent, KeySym keysym, unsigned int mask) argument
263 UnmaskAndSetKeycodeThenSend(aura::WindowTreeHost* host, XEvent* xevent, unsigned int mask, KeySym keysym) argument
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host.cc13 #include "ppapi/host/dispatch_host_message.h"
14 #include "ppapi/host/ppapi_host.h"
27 explicit CompletionHandler(const base::WeakPtr<PepperFileChooserHost>& host) argument
28 : host_(host) {}
72 PepperFileChooserHost::PepperFileChooserHost(RendererPpapiHost* host, argument
75 : ResourceHost(host->GetPpapiHost(), instance, resource),
76 renderer_ppapi_host_(host),
84 ppapi::host::HostMessageContext* context) {
118 host()->SendReply(reply_context_,
120 reply_context_ = ppapi::host
[all...]
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.cc30 aura::WindowTreeHost* host) {
34 host->event_processor()->OnEventFromSource(&event);
183 aura::WindowTreeHost* host) {
184 if (!host)
202 host->event_processor()->OnEventFromSource(&press_event);
205 details = host->event_processor()->OnEventFromSource(&release_event);
213 host->event_processor()->OnEventFromSource(&press_event);
216 details = host->event_processor()->OnEventFromSource(&release_event);
227 aura::WindowTreeHost* host) {
242 ui::InputMethod* input_method = host
29 SendProcessKeyEvent(ui::EventType type, aura::WindowTreeHost* host) argument
181 MoveCursor(int swipe_direction, int modifier_flags, aura::WindowTreeHost* host) argument
222 SendKeyEvent(const std::string type, int key_value, int key_code, std::string key_name, int modifiers, aura::WindowTreeHost* host) argument
[all...]
/external/chromium_org/ui/views/layout/
H A Dgrid_layout_unittest.cc56 GridLayoutTest() : layout(&host) {}
59 for (int i = host.child_count() - 1; i >= 0; i--)
60 host.RemoveChildView(host.child_at(i));
64 pref = layout.GetPreferredSize(&host);
69 View host; member in class:views::GridLayoutTest
77 layout(&host) {}
80 for (int i = host.child_count() - 1; i >= 0; i--)
81 host.RemoveChildView(host
97 View host; member in class:views::GridLayoutAlignmentTest
[all...]
/external/chromium_org/extensions/browser/
H A Dprocess_manager.cc83 return site_url.host();
93 return render_frame_host->GetSiteInstance()->GetSiteURL().host();
325 ExtensionHost* host =
328 host->CreateRenderViewSoon();
329 OnBackgroundHostCreated(host);
337 ExtensionHost* host = *iter; local
338 if (host->extension_id() == extension_id)
339 return host;
414 ExtensionHost* host = GetBackgroundHostForExtension(extension_id); local
415 return (host
564 ExtensionHost* host = GetBackgroundHostForExtension(extension_id); local
590 ExtensionHost* host = GetBackgroundHostForExtension(extension_id); local
611 ExtensionHost* host = GetBackgroundHostForExtension(extension_id); local
614 ExtensionHost* host = GetBackgroundHostForExtension(extension_id); local
622 ExtensionHost* host = GetBackgroundHostForExtension( local
630 ExtensionHost* host = GetBackgroundHostForExtension( local
638 ExtensionHost* host = GetBackgroundHostForExtension(extension->id()); local
714 ExtensionHost* host = *iter; local
725 ExtensionHost* host = content::Details<ExtensionHost>(details).ptr(); local
735 ExtensionHost* host = content::Details<ExtensionHost>(details).ptr(); local
860 OnBackgroundHostCreated(ExtensionHost* host) argument
875 CloseBackgroundHost(ExtensionHost* host) argument
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Doverlay.css30 .overlay-root > .content-host {
41 .overlay-root > .content-host > * {
45 .overlay-root > .content-host .tool-bar {
52 .overlay-root > .content-host .tool-bar .exit-button {
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_impl.cc30 LayerTreeHostImpl* host)
31 : host_(host) {
29 MicroBenchmarkControllerImpl( LayerTreeHostImpl* host) argument
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc13 #include "ppapi/host/dispatch_host_message.h"
14 #include "ppapi/host/ppapi_host.h"
96 content::RendererPpapiHost* host,
100 : ppapi::host::ResourceHost(host->GetPpapiHost(), instance, resource),
101 renderer_ppapi_host_(host),
124 ppapi::host::HostMessageContext* context) {
133 ppapi::host::HostMessageContext* context,
196 ppapi::host::ReplyMessageContext reply_context(
201 host()
95 PepperFlashMenuHost( content::RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, const ppapi::proxy::SerializedFlashMenu& serial_menu) argument
[all...]
/external/chromium_org/chrome/test/base/
H A Dtest_chrome_web_ui_controller_factory.h17 // by host.
37 // Override the creation for urls having |host| with |provider|.
38 void AddFactoryOverride(const std::string& host, WebUIProvider* provider);
40 // Remove the override for urls having |host|.
41 void RemoveFactoryOverride(const std::string& host);
51 // Return the WebUIProvider for the |url|'s host if it exists, otherwise NULL.
54 // Stores the mapping of host to WebUIProvider.
/external/chromium_org/components/search_engines/
H A Dsearch_host_to_urls_map.h15 // Holds the host to template url mappings for the search providers. WARNING:
37 // Returns the first TemplateURL found with a URL using the specified |host|,
39 TemplateURL* GetTemplateURLForHost(const std::string& host);
41 // Return the TemplateURLSet for the given the |host| or NULL if there are
43 TemplateURLSet* GetURLsForHost(const std::string& host);
54 // Maps from host to set of TemplateURLs whose search url host is host.
/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
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_host.cc14 #include "ppapi/host/dispatch_host_message.h"
15 #include "ppapi/host/ppapi_host.h"
18 using ppapi::host::HostMessageContext;
19 using ppapi::host::ReplyMessageContext;
25 BrowserPpapiHost* host,
29 : ResourceHost(host->GetPpapiHost(), instance, resource),
62 if (!host()->permissions().HasPermission(ppapi::PERMISSION_DEV))
129 host()->SendUnsolicitedReply(
142 host()->SendReply(reply_context,
155 host()
24 PepperTrueTypeFontHost( BrowserPpapiHost* host, PP_Instance instance, PP_Resource resource, const SerializedTrueTypeFontDesc& desc) argument
[all...]
/external/chromium_org/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain.h156 // Returns the registered, organization-identifying host and all its registry
158 // string if the GURL is invalid, has no host (e.g. a file: URL), has multiple
163 // the host is assumed to be the registry.
170 // file:///C:/bar.html -> "" (no host)
174 // http://co.uk/file.html -> "" (host is a registry)
179 // Like the GURL version, but takes a host (which is canonicalized internally)
181 NET_EXPORT std::string GetDomainAndRegistry(const std::string& host,
194 // Finds the length in bytes of the registrar portion of the host in the
196 // host (e.g. a file: URL). Returns 0 if the GURL has multiple trailing dots,
209 // file:///C:/bar.html -> std::string::npos (no host)
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_server_mac.cc35 std::string host = base::SysCFStringRefToUTF8(host_ref); local
46 return ProxyServer(scheme, HostPortPair(host, port));
/external/chromium_org/net/quic/
H A Dport_suggester.cc17 reinterpret_cast<const unsigned char*>(server.host().data()),
18 server.host().length(), hash_bytes);
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_private_resource.cc27 const char* host,
31 return ResolveImpl(host, port, hint, callback);
26 Resolve( const char* host, uint16_t port, const PP_HostResolver_Private_Hint* hint, scoped_refptr<TrackedCallback> callback) argument
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helpee_channel_unittest.js11 var host = null; variable
26 host = {
44 host,
65 'isHostInstalled() should return false if host is not installed',
83 QUnit.asyncTest('isHostInstalled() should return true if host is installed',
101 test('downloadHost() should trigger a host download',
134 sinon.stub(host, 'initialized').returns(true);
135 sinon.stub(host, 'connect')
137 sinon.stub(host, 'getAccessCode').returns('accessCode');
160 sinon.spy(host, 'disconnec
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptManager.cpp64 static v8::Local<v8::Object> createInjectedScriptHostV8Wrapper(PassRefPtrWillBeRawPtr<InjectedScriptHost> host, InjectedScriptManager* injectedScriptManager, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
66 ASSERT(host);
68 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), isolate);
76 callbackData->hostPtr = WrapperPersistent<InjectedScriptHost>::create(host.get());
78 callbackData->host = host.get();
84 V8DOMWrapper::setNativeInfoWithPersistentHandle(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), callbackData->hostPtr);
86 V8DOMWrapper::setNativeInfo(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver_unittest.py293 host = MockHost()
294 port = host.port_factory.get()
299 host.filesystem.write_binary_file(host.filesystem.join(layout_tests_directory, file), '')
301 host.filesystem.write_binary_file(host.filesystem.join(results_directory, file), '')
308 TestMacPort(host, 'mac'),
312 host)
/external/chromium_org/third_party/polymer/components/core-pages/
H A Dcore-pages.css10 :host {
15 polyfill-next-selector { content: ':host > *'; }
26 polyfill-next-selector { content: ':host > .core-selected'; }
/external/chromium_org/third_party/polymer/components/paper-dialog/
H A Dpaper-dialog-transition.css8 :host(.paper-dialog-transition) {
15 :host(.paper-dialog-transition.core-opened) {
21 :host(.paper-dialog-transition-bottom) {
26 :host(.paper-dialog-transition-center.core-opened) {
/external/chromium_org/third_party/polymer/components/paper-progress/
H A Dpaper-progress.css10 :host {
/external/chromium_org/third_party/polymer/components-chromium/core-pages/
H A Dcore-pages.css10 :host {
15 polyfill-next-selector { content: ':host > *'; }
26 polyfill-next-selector { content: ':host > .core-selected'; }

Completed in 737 milliseconds

<<11121314151617181920>>