Searched defs:notification_name (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/shell/renderer/test_runner/
H A Daccessibility_controller.cc166 const blink::WebAXObject& target, const std::string& notification_name) {
188 element->NotificationReceived(frame, notification_name);
196 v8::String::NewFromUtf8(isolate, notification_name.data(),
198 notification_name.size()),
165 NotificationReceived( const blink::WebAXObject& target, const std::string& notification_name) argument
H A Dweb_ax_object_proxy.cc580 const std::string& notification_name) {
591 v8::String::NewFromUtf8(isolate, notification_name.data(),
593 notification_name.size()),
578 NotificationReceived( blink::WebFrame* frame, const std::string& notification_name) argument

Completed in 2728 milliseconds