HomeSort by relevance Sort by last modified time
    Searched defs:host (Results 1 - 25 of 825) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
alert_apitest.cc 19 ExtensionHost* host = browser()->profile()->GetExtensionProcessManager()-> local
21 ASSERT_TRUE(host);
22 host->render_view_host()->ExecuteJavascriptInWebFrame(string16(),
  /external/chromium_org/chrome/browser/extensions/
alert_apitest.cc 21 extensions::ExtensionHost* host = local
24 ASSERT_TRUE(host);
25 host->render_view_host()->ExecuteJavascriptInWebFrame(string16(),
gpu_browsertest.cc 27 extensions::ExtensionHost* host = local
30 host->render_view_host()->GetWebkitPreferences();
extension_bindings_apitest.cc 39 extensions::ExtensionHost* host = FindHostWithPath(manager, "/bg.html", 1); local
43 host->render_view_host(), "testLastError()", &result));
suggest_permission_util.cc 27 content::RenderViewHost* host) {
28 if (!extension || !host)
43 host->Send(new ExtensionMsg_AddMessageToConsole(
44 host->GetRoutingID(), CONSOLE_MESSAGE_LEVEL_WARNING, message));
58 RenderViewHost* host = *iter; local
59 SuggestAPIPermissionInDevToolsConsole(permission, extension, host);
66 content::RenderViewHost* host) {
71 SuggestAPIPermissionInDevToolsConsole(permission, extension, host);
  /external/chromium_org/ppapi/host/
error_conversion.cc 5 #include "ppapi/host/error_conversion.h"
12 namespace host { namespace in namespace:ppapi
74 } // namespace host
error_conversion.h 9 #include "ppapi/host/ppapi_host_export.h"
12 namespace host { namespace in namespace:ppapi
18 } // namespace host
message_filter_host.h 10 #include "ppapi/host/ppapi_host_export.h"
11 #include "ppapi/host/resource_host.h"
14 namespace host { namespace in namespace:ppapi
22 // thread. This class can be used as the host in those cases.
25 MessageFilterHost(PpapiHost* host,
35 } // namespace host
instance_message_filter.cc 5 #include "ppapi/host/instance_message_filter.h"
7 #include "ppapi/host/ppapi_host.h"
10 namespace host { namespace in namespace:ppapi
12 InstanceMessageFilter::InstanceMessageFilter(PpapiHost* host) : host_(host) {
18 } // namespace host
message_filter_host.cc 5 #include "ppapi/host/message_filter_host.h"
7 #include "ppapi/host/ppapi_host.h"
8 #include "ppapi/host/resource_message_filter.h"
11 namespace host { namespace in namespace:ppapi
14 PpapiHost* host,
18 : ResourceHost(host, instance, resource) {
25 } // namespace host
resource_message_handler.h 10 #include "ppapi/host/ppapi_host_export.h"
17 namespace host { namespace in namespace:ppapi
71 } // namespace host
dispatch_host_message.h 5 // This file provides infrastructure for dispatching host resource call
18 namespace host { namespace in namespace:ppapi
72 return ppapi::host::DispatchResourceCall( \
86 } // namespace host
instance_message_filter.h 9 #include "ppapi/host/ppapi_host_export.h"
16 namespace host { namespace in namespace:ppapi
22 explicit InstanceMessageFilter(PpapiHost* host);
30 PpapiHost* host() { return host_; } function in class:ppapi::host::InstanceMessageFilter
38 } // namespace host
  /external/openssh/
auth-sia.c 57 const char *host; local
59 host = get_canonical_hostname(options.use_dns);
64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user,
70 authctxt->user, host);
86 const char *host; local
88 host = get_canonical_hostname(options.use_dns);
90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name,
102 pw->pw_name, host);
106 pw->pw_name, host);
  /ndk/build/core/
definitions-host.mk 16 # These definitions contain a few host-specific functions. I.e. they are
22 # Function : host-path
24 # Returns : file path, as understood by the host file system
25 # Usage : $(call host-path,<path>)
31 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
33 host-path = $1
37 # Function : host-rm
39 # Usage : $(call host-rm,<files>)
40 # Rationale: This function expands to the host-specific shell command use
    [all...]
  /external/chromium/net/proxy/
proxy_server_mac.cc 36 std::string host = base::SysCFStringRefToUTF8(host_ref); local
48 return ProxyServer(scheme, HostPortPair(host, port));
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc 24 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); local
25 if (host) {
26 content::RenderWidgetHostView* view = host->GetView();
  /external/chromium_org/net/proxy/
proxy_server_mac.cc 35 std::string host = base::SysCFStringRefToUTF8(host_ref); local
46 return ProxyServer(scheme, HostPortPair(host, port));
  /external/ipsec-tools/src/racoon/
throttle.h 40 struct sockaddr_storage host; member in struct:throttle_entry
  /system/extras/tests/bionic/libstdc++/
Android.mk 41 # same as 'device-test' but builds a host executable instead
44 define host-test
71 $(call host-test, $(sources))
76 # host environments don't provide it unless you use specific
  /external/apache-http/src/org/apache/http/conn/
HttpHostConnectException.java 45 private final HttpHost host; field in class:HttpHostConnectException
47 public HttpHostConnectException(final HttpHost host, final ConnectException cause) {
48 super("Connection to " + host + " refused");
49 this.host = host;
54 return this.host;
  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 52 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); local
53 if (host) {
54 host->Send(message);
  /external/chromium/chrome/browser/
spellcheck_host.cc 20 scoped_refptr<SpellCheckHostImpl> host = local
24 if (!host)
27 host->Initialize();
28 return host;
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_view.h 21 explicit DropdownBarView(DropdownBarHost* host)
22 : host_(host),
30 // Updates the view to let it know where the host is clipping the
39 DropdownBarHost* host() const { return host_; } function in class:DropdownBarView
42 // The dropdown bar host that controls this view.
45 // While animating, the host clips the widget and draws only the bottom
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 32 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); local
33 if (host)
34 host->DesktopNotificationPostDisplay(notification_id_);
38 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); local
39 if (host)
40 host->DesktopNotificationPostError(notification_id_, string16());
44 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); local
45 if (host)
46 host->DesktopNotificationPostClose(notification_id_, by_user);
50 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_) local
    [all...]

Completed in 1784 milliseconds

1 2 3 4 5 6 7 8 91011>>