HomeSort by relevance Sort by last modified time
    Searched refs:NotifyFail (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/api/test/
test_api.cc 34 namespace NotifyFail = core_api::test::NotifyFail;
61 scoped_ptr<NotifyFail::Params> params(NotifyFail::Params::Create(*args_));
  /external/chromium_org/extensions/renderer/
api_test_base.cc 25 // the provided |quit_closure| when either notifyPass or notifyFail is called.
38 .SetMethod("NotifyFail", &TestNatives::NotifyFail);
44 void NotifyFail(const std::string& message) {
  /external/chromium_org/extensions/test/data/
unit_test_environment_specific_bindings.js 17 apiFunctions.setHandleRequest('notifyFail', function(message) {
19 natives.NotifyFail(message);

Completed in 1331 milliseconds