Home
last modified time | relevance | path

Searched refs:chromeTesting (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
Dbackground.js26 if (this.callStatus[function_name].status == chromeTesting.STATUS_PENDING)
28 this.callStatus[function_name].status = chromeTesting.STATUS_PENDING;
35 this.callStatus[function_name].status = chromeTesting.STATUS_FAILURE;
39 this.callStatus[function_name].status = chromeTesting.STATUS_SUCCESS;
200 var chromeTesting = { variable