Lines Matching refs:action
40 // remove "/testing/" from uri to get the action
41 std::string action = uri.substr(9);
42 if (pageload_html_file_.find(action) != std::string::npos) {
46 if (action.find("get_total_iteration") == 0) {
52 if (action.find("geturl") == 0) {
53 size_t b = action.find_first_of('=');
55 int num = atoi(action.substr(b + 1).c_str());
62 if (action.find("test_complete") == 0) {
71 if (action.find("record_page_load") == 0) {
73 split_string(action, '?', &query);