Searched refs:host (Results 426 - 450 of 2743) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/polymer/components/paper-radio-button/
H A Dpaper-radio-button.css10 :host {
15 :host(:focus) {
88 :host([disabled]) {
92 :host([disabled]) #offRadio {
96 :host([disabled]) #onRadio {
/external/chromium_org/third_party/polymer/components-chromium/paper-radio-button/
H A Dpaper-radio-button.css10 :host {
15 :host(:focus) {
88 :host([disabled]) {
92 :host([disabled]) #offRadio {
96 :host([disabled]) #onRadio {
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dsystem_storage_eject_apitest.cc52 void ExecuteCmdAndCheckReply(content::RenderViewHost* host, argument
56 host->GetMainFrame()->ExecuteJavaScript(base::ASCIIToUTF16(js_command));
84 content::RenderViewHost* host = GetHost(); local
85 ExecuteCmdAndCheckReply(host, "addAttachListener()", "add_attach_ok");
96 ExecuteCmdAndCheckReply(host, "ejectTest()", "eject_ok");
/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/content/renderer/pepper/
H A Dpepper_compositor_host.h11 #include "ppapi/host/host_message_context.h"
12 #include "ppapi/host/resource_host.h"
28 class PepperCompositorHost : public ppapi::host::ResourceHost {
30 PepperCompositorHost(RendererPpapiHost* host,
63 ppapi::host::HostMessageContext* context) OVERRIDE;
65 // ppapi::host::ResourceHost overrides:
70 ppapi::host::HostMessageContext* context,
93 ppapi::host::ReplyMessageContext commit_layers_reply_context_;
H A Dpepper_media_stream_video_track_host.h28 PepperMediaStreamVideoTrackHost(RendererPpapiHost* host,
36 PepperMediaStreamVideoTrackHost(RendererPpapiHost* host,
53 ppapi::host::HostMessageContext* context, int32_t index) OVERRIDE;
81 ppapi::host::HostMessageContext* context) OVERRIDE;
85 ppapi::host::HostMessageContext* context,
H A Dpepper_file_chooser_host_unittest.cc15 #include "ppapi/host/host_message_context.h"
16 #include "ppapi/host/ppapi_host.h"
72 MockRendererPpapiHost host(view_, pp_instance());
73 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
76 host.set_has_user_gesture(true);
83 ppapi::host::HostMessageContext context(call_params);
116 ASSERT_TRUE(host.sink().GetFirstResourceReplyMatching(
135 MockRendererPpapiHost host(view_, pp_instance());
136 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
139 host
[all...]
H A Dpepper_media_stream_audio_track_host.h18 #include "ppapi/host/host_message_context.h"
30 PepperMediaStreamAudioTrackHost(RendererPpapiHost* host,
40 explicit AudioSink(PepperMediaStreamAudioTrackHost* host);
50 const ppapi::host::ReplyMessageContext& context);
73 // Unowned host which is available during the AudioSink's lifespan.
144 ppapi::host::ReplyMessageContext pending_configure_reply_;
156 ppapi::host::HostMessageContext* context) OVERRIDE;
160 ppapi::host::HostMessageContext* context,
H A Dpepper_video_decoder_host.cc17 #include "ppapi/host/dispatch_host_message.h"
18 #include "ppapi/host/ppapi_host.h"
70 const ppapi::host::ReplyMessageContext& reply_context)
77 PepperVideoDecoderHost::PepperVideoDecoderHost(RendererPpapiHost* host, argument
80 : ResourceHost(host->GetPpapiHost(), instance, resource),
81 renderer_ppapi_host_(host),
90 ppapi::host::HostMessageContext* context) {
111 ppapi::host::HostMessageContext* context,
158 ppapi::host::HostMessageContext* context,
207 ppapi::host
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
H A DBytestreamsProvider.java38 String host = null;
49 host = parser.getAttributeValue("", "host");
62 toReturn.addStreamHost(JID, host);
65 toReturn.addStreamHost(JID, host, Integer.parseInt(port));
68 host = null;
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_proxy.cc132 PerHostStorageInfo info(itr->host, itr->type);
158 void QuotaInternalsProxy::DidGetHostUsage(const std::string& host, argument
165 PerHostStorageInfo info(host, type);
169 hosts_pending_.erase(make_pair(host, type));
198 std::string host(net::GetHostOrSpecFromURL(*itr));
199 if (hosts.insert(host).second) {
200 PerHostStorageInfo info(host, type);
202 VisitHost(host, type);
209 void QuotaInternalsProxy::VisitHost(const std::string& host, argument
211 if (hosts_visited_.insert(std::make_pair(host, typ
219 GetHostUsage(const std::string& host, storage::StorageType type) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dgpu_message_filter.cc117 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_); local
118 if (!host) {
119 host = GpuProcessHost::Get(GpuProcessHost::GPU_PROCESS_KIND_SANDBOXED,
121 if (!host) {
127 gpu_process_id_ = host->host_id();
134 host->EstablishGpuChannel(
171 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_); local
172 if (!host || compositing_surface.is_null()) {
181 host->CreateViewCommandBuffer(
245 GpuProcessHost* host local
254 GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_); local
[all...]
/external/chromium_org/ppapi/host/
H A Dresource_message_filter_unittest.cc14 #include "ppapi/host/host_message_context.h"
15 #include "ppapi/host/resource_host.h"
16 #include "ppapi/host/resource_message_filter.h"
20 namespace host { namespace in namespace:ppapi
34 // Dummy resource host which simply stores a copy of messages it handles.
41 MyResourceHost(PpapiHost* host, argument
46 : ResourceHost(host, instance, resource),
162 MyResourceHost host(NULL, instance, resource, MSG3_TYPE, REPLY_MSG3_TYPE);
163 host.AddMessageFilter(filter1);
164 host
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlayout_tests_mover_unittest.py43 host = MockHost()
44 super(MockPort, self).__init__(host, host.port_factory.all_port_names()[0], **kwargs)
46 host.filesystem.maybe_make_directory(self._absolute_path('platform'))
47 host.filesystem.maybe_make_directory(self._absolute_path('existing_directory'))
48 host.filesystem.write_text_file(self._absolute_path('existing_file.txt'), '')
49 host.filesystem.write_text_file(self._absolute_path('VirtualTestSuites'), '[]')
50 host.filesystem.write_text_file(self._absolute_path('TestExpectations'), """
55 host.filesystem.write_text_file(self._absolute_path('existing_directory_with_contents', 'test.html'), '')
56 host
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DConnectionConfiguration.java48 * of the server. However, there are some servers like google where host would be
53 private String host; field in class:ConnectionConfiguration
100 * A DNS SRV lookup will be performed to find out the actual host address
106 // Perform DNS lookup to get host and port to use
121 * A DNS SRV lookup will be performed to find out the actual host address
128 // Perform DNS lookup to get host and port to use
134 * Creates a new ConnectionConfiguration using the specified host, port and
143 * @param host the host where the XMPP server is running.
147 public ConnectionConfiguration(String host, in argument
167 ConnectionConfiguration(String host, int port, String serviceName, ProxyInfo proxy) argument
179 ConnectionConfiguration(String host, int port) argument
192 ConnectionConfiguration(String host, int port, ProxyInfo proxy) argument
777 initHostAddresses(String host, int port) argument
[all...]
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h102 explicit GridLayout(View* host);
106 static GridLayout* CreatePanel(View* host);
139 // As a convenience this adds the view to the host. The view becomes owned
140 // by the host, and NOT this GridLayout.
144 // As a convenience this adds the view to the host. The view becomes owned
145 // by the host, and NOT this GridLayout.
149 // As a convenience this adds the view to the host. The view becomes owned
150 // by the host, and NOT this GridLayout.
157 // As a convenience this adds the view to the host. The view becomes owned
158 // by the host, an
[all...]
/external/smack/src/org/xbill/DNS/
H A DSOARecord.java17 private Name host, admin; field in class:SOARecord
29 * @param host The primary name server for the zone
40 SOARecord(Name name, int dclass, long ttl, Name host, Name admin, argument
44 this.host = checkName("host", host);
55 host = new Name(in);
66 host = st.getName(origin);
79 sb.append(host);
112 return host;
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.cc238 RenderViewHost* host = web_contents_->GetRenderViewHost(); local
239 if (!host)
241 host->ExitFullscreen();
250 RenderViewHost* host = web_contents_->GetRenderViewHost(); local
251 if (!host)
253 host->Send(new ViewMsg_UpdateTopControlsState(host->GetRoutingID(),
260 RenderViewHost* host = web_contents_->GetRenderViewHost(); local
261 if (!host)
263 host
269 RenderViewHost* host = web_contents_->GetRenderViewHost(); local
277 RenderViewHost* host = web_contents_->GetRenderViewHost(); local
[all...]
/external/chromium_org/remoting/webapp/
H A Dsession_connector_impl.js93 * String used to identify the host to which to connect. For IT2Me, this is
94 * the first 7 digits of the access code; for Me2Me it is the host identifier.
102 * For paired connections, the client id of this device, issued by the host.
111 * host.
119 * String used to authenticate to the host on connection. For IT2Me, this is
174 * this is the name of the host; for an IT2Me connection, it is the email
186 * @param {remoting.Host} host The Me2Me host to which to connect.
193 * @param {string} clientPairingId The client id issued by the host when
195 * @param {string} clientPairedSecret The shared secret issued by the host whe
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp275 FrameHost* host = frame.host(); local
276 ASSERT(host);
279 FloatRect window = host->chrome().windowRect();
301 FloatSize minimumSize = host->chrome().client().minimumWindowSize();
333 FrameHost* host = frame->host();
334 if (!host)
336 return host->chrome().canRunModalNow();
502 // Oilpan: the frame host an
792 FrameHost* host = document->frameHost(); local
1013 FrameHost* host = m_frame->host(); local
1027 FrameHost* host = m_frame->host(); local
1041 FrameHost* host = m_frame->host(); local
[all...]
/external/chromium_org/cc/layers/
H A Dpicture_layer_unittest.cc39 scoped_ptr<FakeLayerTreeHost> host = FakeLayerTreeHost::Create(&host_client); local
40 host->SetRootLayer(layer);
93 scoped_ptr<FakeLayerTreeHost> host = local
95 host->SetRootLayer(layer);
99 host = FakeLayerTreeHost::Create(&host_client, settings);
100 host->SetRootLayer(layer);
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_platform_verification_message_filter.cc13 #include "ppapi/host/dispatch_host_message.h"
14 #include "ppapi/host/host_message_context.h"
15 #include "ppapi/host/ppapi_host.h"
23 PepperPlatformVerificationMessageFilter(content::BrowserPpapiHost* host, argument
26 host->GetRenderFrameIDsForInstance(
42 ppapi::host::HostMessageContext* context) {
55 ppapi::host::HostMessageContext* context,
64 ppapi::host::ReplyMessageContext reply_context =
90 ppapi::host::ReplyMessageContext reply_context,
/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc84 !canonicalized_url.host().empty()))
216 &http_parts.host,
248 // If we have an empty host it can't be a valid HTTP[S] URL. (This should
250 // valid, non-standard URL; for standard URLs, an empty host would have
252 if (!parts->host.is_nonempty())
261 const base::string16 host(text.substr(parts->host.begin, parts->host.len));
264 base::UTF16ToUTF8(host),
270 base::string16 host_with_tld(host);
410 ParseForEmphasizeComponents( const base::string16& text, const AutocompleteSchemeClassifier& scheme_classifier, url::Component* scheme, url::Component* host) argument
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_network_monitor_host.cc42 PepperNetworkMonitorHost::PepperNetworkMonitorHost(BrowserPpapiHostImpl* host, argument
45 : ResourceHost(host->GetPpapiHost(), instance, resource),
49 host->GetRenderFrameIDsForInstance(
56 host->external_plugin(),
72 host()->SendUnsolicitedReply(pp_resource(),
118 host()->SendUnsolicitedReply(
/external/chromium_org/remoting/signaling/
H A Djingle_info_request.cc74 std::string host = server->Attr(buzz::QN_JINGLE_INFO_HOST); local
76 if (host != buzz::STR_EMPTY && port_str != buzz::STR_EMPTY) {
83 stun_hosts.push_back(rtc::SocketAddress(host, port));
95 std::string host = server->Attr(buzz::QN_JINGLE_INFO_HOST); local
96 if (host != buzz::STR_EMPTY)
97 relay_hosts.push_back(host);

Completed in 4141 milliseconds

<<11121314151617181920>>