Searched defs:OnPrint (Results 1 - 2 of 2) 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.cc977 print_callback_factory_.NewCallback(&OutOfProcessInstance::OnPrint);
981 void OutOfProcessInstance::OnPrint(int32_t) { function in class:chrome_pdf::OutOfProcessInstance

Completed in 1159 milliseconds