Searched defs:Bind (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/base/
H A Dbind.h33 // Though Bind()'s result is meant to be stored in a Callback<> type, it
36 // discern the correct specialization of Callback<>, Bind would need to
44 // classes). However, it is avoidable in Bind if we return the result
51 // need to crack open bind_internal.h. On the other hand, it makes Bind()
63 Bind(Functor functor) { function in namespace:base
82 Bind(Functor functor, const P1& p1) { function in namespace:base
129 Bind(Functor functor, const P1& p1, const P2& p2) { function in namespace:base
181 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3) { function in namespace:base
238 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { function in namespace:base
301 Bind(Functo function in namespace:base
370 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
444 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Doobe_browsertest.cc47 base::Bind(&FakeGaia::HandleRequest, base::Unretained(&fake_gaia_))); variable
58 base::Bind(&chrome::AttemptExit));
H A Dlogin_utils_browsertest.cc71 base::Bind(&FakeGaia::HandleRequest, base::Unretained(&fake_gaia_))); variable
149 base::Bind(&GetAccessPointRlzInBackgroundThread,
/external/chromium_org/chrome/browser/ui/webui/
H A Dmojo_web_ui_controller.h63 base::Bind(&MojoWebUIController::CreateAndStoreUIHandler, variable
/external/chromium_org/extensions/renderer/api/serial/
H A Ddata_receiver_unittest.cc27 service_provider()->AddService(base::Bind( variable
47 base::Bind(&DataReceiverTest::ReadyToSend, base::Unretained(this)),
48 base::Bind(base::DoNothing)),
H A Ddata_sender_unittest.cc28 base::Bind(&DataSenderTest::CreateDataSink, base::Unretained(this))); variable
49 base::Bind(&DataSenderTest::ReadyToReceive, base::Unretained(this)),
50 base::Bind(&DataSenderTest::OnCancel, base::Unretained(this)),
51 base::Bind(base::DoNothing)),
/external/chromium_org/mojo/examples/dbus_echo/
H A Ddbus_echo_app.cc33 base::Bind(&DBusEchoApp::OnEcho, base::Unretained(this))); member in class:mojo::examples::DBusEchoApp::base
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_request.h30 void Bind(ScopedMessagePipeHandle handle) { function in class:mojo::InterfaceRequest
45 request.Bind(handle.Pass());
70 ptr->Bind(pipe.handle0.Pass());
/external/smack/src/org/jivesoftware/smack/packet/
H A DBind.java25 * There are two ways to bind a resource. One is simply sending an empty Bind packet where the
34 public class Bind extends IQ { class in inherits:IQ
39 public Bind() { method in class:Bind
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_settings_unittest.cc53 base::Bind(&KioskModeSettingsTest::SetUp, variable
65 KioskModeSettings::Get()->Initialize(base::Bind(&base::DoNothing));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_request_handler_unittest.cc55 context()->storage()->LazyInitialize(base::Bind(&EmptyCallback)); variable
H A Dservice_worker_controllee_request_handler_unittest.cc57 context()->storage()->LazyInitialize(base::Bind(&EmptyCallback)); variable
88 base::Bind(&ServiceWorkerUtils::NoOpStatusCallback));
136 base::Bind(&ServiceWorkerUtils::NoOpStatusCallback));
H A Dservice_worker_request_handler_unittest.cc54 context()->storage()->LazyInitialize(base::Bind(&EmptyCallback)); variable
62 base::Bind(&ServiceWorkerUtils::NoOpStatusCallback));
/external/chromium_org/net/dns/
H A Dmdns_client.cc27 int Bind(const IPEndPoint& multicast_addr, function in namespace:net::__anon9211
93 int rv = Bind(multicast_addr, interface_index, socket.get());
96 VLOG(1) << "Bind failed, endpoint=" << multicast_addr.ToStringWithoutPort()
/external/chromium_org/ppapi/c/
H A Dppb_udp_socket.h39 * This option can only be set before calling <code>Bind()</code>.
45 * This option can only be set before calling <code>Bind()</code>.
51 * This option can only be set after a successful <code>Bind()</code> call.
61 * This option can only be set after a successful <code>Bind()</code> call.
82 * <code>udp-bind</code> is required for <code>Bind()</code>; subrule
121 int32_t (*Bind)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_1_0
182 * accessed. It is not valid to call <code>Bind()</code> again.
H A Dppb_tcp_socket.h116 int32_t (*Bind)(PP_Resource tcp_socket, member in struct:PPB_TCPSocket_1_1
/external/chromium_org/ppapi/cpp/private/
H A Dudp_socket_private.cc54 int32_t UDPSocketPrivate::Bind(const PP_NetAddress_Private* addr, function in class:pp::UDPSocketPrivate
57 return get_interface<PPB_UDPSocket_Private_0_4>()->Bind(
61 return get_interface<PPB_UDPSocket_Private_0_3>()->Bind(
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate_browsertest.cc112 base::Bind(&HandleTestRequest)); variable
/external/chromium_org/content/browser/
H A Dsession_history_browsertest.cc53 base::Bind(&HandleEchoTitleRequest, "/echotitle")); variable
329 base::Bind(&HandleEchoTitleRequest, "/echotitle"));
/external/chromium_org/ppapi/c/private/
H A Dppb_udp_socket_private.h67 * Bind(). Possible values for |name|, |value| and |value|'s type
78 int32_t (*Bind)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_Private_0_4
82 * call to Bind must be called first. Returns PP_FALSE if Bind
88 * Bind must be called first. |callback| is invoked when recvfrom
102 * bound(has already called Bind). The callback |callback| is
119 int32_t (*Bind)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_Private_0_2
139 int32_t (*Bind)(PP_Resource udp_socket, member in struct:PPB_UDPSocket_Private_0_3
/external/chromium_org/ppapi/cpp/
H A Dudp_socket.cc53 int32_t UDPSocket::Bind(const NetAddress& addr, function in class:pp::UDPSocket
56 return get_interface<PPB_UDPSocket_1_0>()->Bind(
/external/chromium_org/ppapi/proxy/
H A Dudp_socket_private_resource.cc48 int32_t UDPSocketPrivateResource::Bind( function in class:ppapi::proxy::UDPSocketPrivateResource
H A Dudp_socket_resource.cc34 int32_t UDPSocketResource::Bind(PP_Resource addr, function in class:ppapi::proxy::UDPSocketResource
/external/chromium_org/ppapi/thunk/
H A Dppb_udp_socket_private_thunk.cc42 int32_t Bind(PP_Resource udp_socket, function in namespace:ppapi::thunk::__anon10310
48 return enter.SetResult(enter.object()->Bind(addr, enter.callback()));
103 &Bind,
113 &Bind,
125 &Bind,
H A Dppb_udp_socket_thunk.cc34 int32_t Bind(PP_Resource udp_socket, function in namespace:ppapi::thunk::__anon10311
37 VLOG(4) << "PPB_UDPSocket::Bind()";
41 return enter.SetResult(enter.object()->Bind(addr, enter.callback()));
106 &Bind,

Completed in 5511 milliseconds

12345