Searched defs:callback_in (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/win8/test/
H A Dopen_with_dialog_async.cc34 const OpenWithDialogCallback& callback_in);
52 const OpenWithDialogCallback& callback_in)
59 callback(callback_in) {
46 OpenWithContext( HWND parent_window_in, const base::string16& file_name_in, const base::string16& file_type_class_in, int open_as_info_flags_in, const scoped_refptr<base::SingleThreadTaskRunner>& client_runner_in, const OpenWithDialogCallback& callback_in) argument
/external/chromium_org/chrome/browser/search/suggestions/
H A Dsuggestions_source.cc105 const content::URLDataSource::GotDataCallback& callback_in)
107 callback(callback_in) // Copy.
103 RequestContext( const SuggestionsProfile& suggestions_profile_in, const content::URLDataSource::GotDataCallback& callback_in) argument
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.cc200 const CompletionCallback& callback_in, int result_in)
201 : callback(callback_in),
199 CallbackResultPair( const CompletionCallback& callback_in, int result_in) argument

Completed in 107 milliseconds