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

1234

/external/chromium/base/
H A Dbind.h20 // Though Bind()'s result is meant to be stored in a Callback<> type, it
23 // discern the correct specialization of Callback<>, Bind would need to
31 // classes). However, it is avoidable in Bind if we return the result
38 Bind(Sig f) { function in namespace:base
45 Bind(Sig f, const P1& p1) { function in namespace:base
53 Bind(Sig f, const P1& p1, const P2& p2) { function in namespace:base
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { function in namespace:base
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { function in namespace:base
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
90 Bind(Si function in namespace:base
[all...]
/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
88 Bind(Functor functor, const P1& p1) { function in namespace:base
135 Bind(Functor functor, const P1& p1, const P2& p2) { function in namespace:base
187 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3) { function in namespace:base
244 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { function in namespace:base
307 Bind(Functo function in namespace:base
376 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
450 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
[all...]
/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.cc54 base::Bind(&KioskModeSettingsTest::SetUp, variable
66 KioskModeSettings::Get()->Initialize(base::Bind(&base::DoNothing));
/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.
/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/chrome/browser/ui/webui/
H A Dcookies_tree_model_adapter.cc44 void CookiesTreeModelAdapter::Bind(const std::string& tree_id, function in class:CookiesTreeModelAdapter
/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::__anon9646
48 return enter.SetResult(enter.object()->Bind(addr, enter.callback()));
103 &Bind,
113 &Bind,
125 &Bind,
H A Dppb_udp_socket_thunk.cc36 int32_t Bind(PP_Resource udp_socket, function in namespace:ppapi::thunk::__anon9647
39 VLOG(4) << "PPB_UDPSocket::Bind()";
43 return enter.SetResult(enter.object()->Bind(addr, enter.callback()));
108 &Bind,
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp89 Callback Bind() { function in namespace:PR11931
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dudp_socket.cc52 int UDPSocket::Bind(const std::string& address, int port) { function in class:extensions::UDPSocket
57 return socket_.Bind(ip_end_point);
91 base::Bind(&UDPSocket::OnReadComplete, base::Unretained(this),
139 base::Bind(&UDPSocket::OnRecvFromComplete,
182 base::Bind(&UDPSocket::OnSendToComplete, base::Unretained(this)));
H A Dtcp_socket.cc88 result = socket_->Connect(base::Bind(
103 int TCPSocket::Bind(const std::string& address, int port) { function in class:extensions::TCPSocket
138 base::Bind(&TCPSocket::OnReadComplete, base::Unretained(this),
206 int result = server_socket_->Accept(&accept_socket_, base::Bind(
/external/chromium_org/chrome/browser/renderer_host/
H A Dplugin_info_message_filter_unittest.cc107 base::Bind(&PluginInfoMessageFilterTest::PluginsLoaded, variable
/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.cc27 base::Bind(&AsyncMethodCallerImpl::HandleAsyncResponse,
29 base::Bind(&AsyncMethodCallerImpl::HandleAsyncDataResponse,
42 AsyncCheckKey(user_email, passhash, base::Bind(
54 AsyncMigrateKey(user_email, old_hash, new_hash, base::Bind(
66 AsyncMount(user_email, passhash, flags, base::Bind(
78 AsyncAddKey(user_email, passhash, new_passhash, base::Bind(
87 AsyncMountGuest(base::Bind( variable
98 AsyncMountPublic(public_mount_id, flags, base::Bind(
108 AsyncRemove(user_email, base::Bind(
118 AsyncTpmAttestationCreateEnrollRequest(base::Bind( variable
[all...]
/external/chromium_org/ppapi/c/extensions/dev/
H A Dppb_ext_socket_dev.h209 int32_t (*Bind)(PP_Instance instance, member in struct:PPB_Ext_Socket_Dev_0_2
539 int32_t (*Bind)(PP_Instance instance, member in struct:PPB_Ext_Socket_Dev_0_1
/external/chromium/net/udp/
H A Dudp_socket_libevent.cc230 int UDPSocketLibevent::Bind(const IPEndPoint& address) { function in class:net::UDPSocketLibevent
H A Dudp_socket_win.cc201 int UDPSocketWin::Bind(const IPEndPoint& address) { function in class:net::UDPSocketWin
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.h68 virtual int Bind(const SocketAddress& addr) { function in class:talk_base::AsyncSocketAdapter
69 return socket_->Bind(addr);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dexternal_filesystem_apitest.cc300 base::Bind( member in class:file_manager::__anon4420::DriveFileSystemExtensionApiTest::drive::DriveIntegrationServiceFactory
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider_browsertest.cc89 base::Bind(&ITunesDataProviderTest::StartTestOnMediaTaskRunner,
160 base::Bind(&ITunesDataProviderTest::OnLibraryChanged,
162 data_provider()->RefreshData(base::Bind(&ITunesDataProviderTest::StartTest,
302 base::Bind(&ITunesDataProviderRefreshTest::CheckAfterWrite,
312 base::Bind(&ITunesDataProviderRefreshTest::CheckRefresh,
344 base::Bind(&ITunesDataProvider::RefreshData, variable
346 base::Bind(&ITunesDataProviderInvalidTest::CheckInvalid,

Completed in 669 milliseconds

1234