Searched refs:OnPrint (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc213 void OnPrint(const char *str) { function in namespace:__sanitizer
217 void OnPrint(const char *str);
219 void OnPrint(const char *str) { function in namespace:__sanitizer
225 OnPrint(str);
/external/chromium_org/pdf/
H A Dout_of_process_instance.h91 void OnPrint(int32_t);
H A Dinstance.h129 void OnPrint(int32_t);
H A Dout_of_process_instance.cc977 print_callback_factory_.NewCallback(&OutOfProcessInstance::OnPrint);
981 void OutOfProcessInstance::OnPrint(int32_t) { function in class:chrome_pdf::OutOfProcessInstance
H A Dinstance.cc1399 callback_factory_.NewCallback(&Instance::OnPrint);
1403 void Instance::OnPrint(int32_t) {

Completed in 235 milliseconds