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

  /external/chromium_org/extensions/browser/api/test/
test_api.h 25 virtual bool RunSafe() = 0;
36 virtual bool RunSafe() OVERRIDE;
47 virtual bool RunSafe() OVERRIDE;
58 virtual bool RunSafe() OVERRIDE;
69 virtual bool RunSafe() OVERRIDE;
122 virtual bool RunSafe() OVERRIDE;
133 virtual bool RunSafe() OVERRIDE;
test_api.cc 46 return RunSafe();
51 bool TestNotifyPassFunction::RunSafe() {
61 bool TestNotifyFailFunction::RunSafe() {
73 bool TestLogFunction::RunSafe() {
82 bool TestResetQuotaFunction::RunSafe() {
125 bool TestGetConfigFunction::RunSafe() {
139 bool TestWaitForRoundTripFunction::RunSafe() {

Completed in 136 milliseconds