Searched refs:function_ (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium/chrome/browser/extensions/
H A Dextension_test_message_listener.cc36 function_->Reply(message);
37 function_ = NULL;
47 function_ = Source<ExtensionTestSendMessageFunction>(source).ptr();
51 function_->Reply("");
52 function_ = NULL;
H A Dextension_test_message_listener.h86 ExtensionTestSendMessageFunction* function_; member in class:ExtensionTestMessageListener
H A Dextension_file_browser_private_api.cc230 : function_(function),
234 DCHECK(function_);
272 NewRunnableMethod(function_,
281 NewRunnableMethod(function_,
328 RequestLocalFileSystemFunction* function_; member in class:LocalFileSystemCallbackDispatcher
438 : function_(function),
444 DCHECK(function_);
489 NewRunnableMethod(function_,
496 NewRunnableMethod(function_,
508 NewRunnableMethod(function_,
622 ExecuteTasksFileBrowserFunction* function_; member in class:ExecuteTasksFileSystemCallbackDispatcher
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_message_listener.cc39 function_->Reply(message);
40 function_ = NULL;
57 function_ = content::Source<extensions::TestSendMessageFunction>(
62 function_->Reply(std::string());
63 function_ = NULL;
H A Dextension_test_message_listener.h102 scoped_refptr<extensions::TestSendMessageFunction> function_; member in class:ExtensionTestMessageListener
/external/chromium_org/base/
H A Dbind_internal_win.h34 : function_(function) {
38 return function_();
42 R (__stdcall *function_)(); member in class:base::internal::RunnableAdapter
52 : function_(function) {
56 return function_();
60 R (__fastcall *function_)(); member in class:base::internal::RunnableAdapter
70 : function_(function) {
74 return function_(a1);
78 R (__stdcall *function_)(A1); member in class:base::internal::RunnableAdapter
88 : function_(functio
96 R (__fastcall *function_)(A1); member in class:base::internal::RunnableAdapter
115 R (__stdcall *function_)(A1, A2); member in class:base::internal::RunnableAdapter
134 R (__fastcall *function_)(A1, A2); member in class:base::internal::RunnableAdapter
154 R (__stdcall *function_)(A1, A2, A3); member in class:base::internal::RunnableAdapter
174 R (__fastcall *function_)(A1, A2, A3); member in class:base::internal::RunnableAdapter
195 R (__stdcall *function_)(A1, A2, A3, A4); member in class:base::internal::RunnableAdapter
216 R (__fastcall *function_)(A1, A2, A3, A4); member in class:base::internal::RunnableAdapter
239 R (__stdcall *function_)(A1, A2, A3, A4, A5); member in class:base::internal::RunnableAdapter
262 R (__fastcall *function_)(A1, A2, A3, A4, A5); member in class:base::internal::RunnableAdapter
286 R (__stdcall *function_)(A1, A2, A3, A4, A5, A6); member in class:base::internal::RunnableAdapter
310 R (__fastcall *function_)(A1, A2, A3, A4, A5, A6); member in class:base::internal::RunnableAdapter
335 R (__stdcall *function_)(A1, A2, A3, A4, A5, A6, A7); member in class:base::internal::RunnableAdapter
360 R (__fastcall *function_)(A1, A2, A3, A4, A5, A6, A7); member in class:base::internal::RunnableAdapter
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_function_base.cc45 : function_(function) {
75 function_->OnCancel();
79 function_->OnWallpaperDecoded(final_image);
84 function_->OnFailure(
90 scoped_refptr<WallpaperFunctionBase> function_; member in class:WallpaperFunctionBase::UnsafeWallpaperDecoder
/external/ceres-solver/internal/ceres/
H A Druntime_numeric_diff_cost_function.cc137 : function_(function),
150 bool success = function_->Evaluate(parameters, residuals, NULL);
160 const vector<int16>& block_sizes = function_->parameter_block_sizes();
185 if (!EvaluateJacobianForParameterBlock(function_,
200 const CostFunction* function_; member in class:ceres::internal::__anon1627::RuntimeNumericDiffCostFunction
H A Dgradient_checking_cost_function.cc86 : function_(function),
104 return function_->Evaluate(parameters, residuals, NULL);
107 int num_residuals = function_->num_residuals();
110 const vector<int16>& block_sizes = function_->parameter_block_sizes();
124 if (!function_->Evaluate(parameters,
210 const CostFunction* function_; member in class:ceres::internal::__anon1617::GradientCheckingCostFunction
/external/chromium_org/extensions/browser/
H A Dextension_function.cc40 function_(function) {
47 if (render_view_host != function_->render_view_host())
50 function_->SetRenderViewHost(NULL);
54 return function_->OnMessageReceivedFromRenderView(message);
57 UIThreadExtensionFunction* function_; member in class:UIThreadExtensionFunction::RenderViewHostTracker
/external/chromium/net/socket/
H A Dnss_ssl_util.cc221 : function_(function), param_(param), ssl_lib_error_(PR_GetError()) {
226 dict->SetString("function", function_);
234 const std::string function_; member in class:net::SSLFailedNSSFunctionParams
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dcallback.h40 explicit FunctionCallback4(FunctionType* function) : function_(function) {}
44 return function_(a1, a2, a3, a4);
48 FunctionType* const function_; member in class:i18n::phonenumbers::FunctionCallback4
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.cc144 // Reacts to the user action reported by the dialog and notifies |function_|
156 scoped_refptr<FileBrowserHandlerInternalSelectFileFunction> function_; member in class:__anon4544::FileSelectorImpl
167 if (function_.get())
178 function_ = function;
248 if (function_.get())
249 function_->OnFilePathSelected(success, selected_path);
250 function_ = NULL;
/external/v8/src/
H A Dcompiler.h61 FunctionLiteral* function() const { return function_; }
98 ASSERT(function_ == NULL);
99 function_ = literal;
187 CompilationInfo() : function_(NULL) {}
231 FunctionLiteral* function_; member in class:v8::internal::BASE_EMBEDDED
H A Dscopes.cc178 function_ = NULL;
415 if (function_ != NULL && function_->name().is_identical_to(name)) {
416 return function_->var();
812 if (function_ != NULL) {
814 PrintName(function_->name());
846 if (function_ != NULL) {
847 PrintVar(n1, function_->var());
1222 // For now, function_ must be allocated at the very end. If it gets
1226 if (function_ !
[all...]
H A Dscopes.h133 ASSERT(is_function_scope() && function_ == NULL);
136 function_ = factory->NewVariableProxy(function_var);
319 return function_;
452 VariableProxy* function_; member in class:v8::internal::Scope
H A Ddeoptimizer.h319 JSFunction* function_; member in class:v8::internal::Deoptimizer
369 JSFunction* GetFunction() const { return function_; }
485 JSFunction* function_;
733 return function_;
771 JSFunction* function_; member in class:v8::DeoptimizedFrameInfo
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor_unittest.cc45 extension_(e), function_(t), repeats_(repeats), done_(done) {}
51 Details<const BookmarksFunction>(function_.get()));
57 scoped_refptr<FunctionType> function_; member in class:__anon2549::BookmarkAPIEventTask
/external/chromium_org/v8/src/
H A Dscopes.cc186 function_ = NULL;
427 if (function_ != NULL && function_->proxy()->name().is_identical_to(name)) {
428 return function_->proxy()->var();
875 if (function_ != NULL) {
877 PrintName(function_->proxy()->name());
908 if (function_ != NULL) {
910 PrintVar(n1, function_->proxy()->var());
1338 // For now, function_ must be allocated at the very end. If it gets
1342 if (function_ !
[all...]
H A Dscopes.h144 function_ = declaration;
336 return function_;
478 VariableDeclaration* function_; member in class:v8::internal::Scope
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h883 : function_(function), self_deleting_(self_deleting) {}
888 function_();
893 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
925 : function_(function), self_deleting_(self_deleting),
931 function_(arg1_);
936 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
972 : function_(function), self_deleting_(self_deleting),
978 function_(arg1_, arg2_);
983 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
/external/chromium_org/tools/gn/
H A Dparse_tree.cc285 return function_.range().Union(block_->GetRange());
286 return function_.range().Union(args_->GetRange());
291 return Err(function_, msg, help);
295 out << IndentFor(indent) << "FUNCTION(" << function_.value() << ")\n";
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h824 : function_(function), self_deleting_(self_deleting) {}
828 function_();
833 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure0
864 : function_(function), self_deleting_(self_deleting),
869 function_(arg1_);
874 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure1
909 : function_(function), self_deleting_(self_deleting),
914 function_(arg1_, arg2_);
919 FunctionType function_; member in class:google::protobuf::internal::FunctionClosure2
/external/chromium/net/tools/flip_server/
H A Depoll_server.h824 fd_(fd), mask_(mask), function_(function) {}
826 (*os) << "func: " << function_
834 const char* function_; member in class:net::EpollServer::EventRecorder::FDMaskOutput
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h814 fd_(fd), mask_(mask), function_(function) {}
816 (*os) << "func: " << function_
824 const char* function_; member in class:net::EpollServer::EventRecorder::FDMaskOutput

Completed in 723 milliseconds

123