Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
Dmain_unittest.py53 request.POST[main.NEW_ENTRY_PARAM] = 'on'
67 request.POST[main.NEW_ENTRY_PARAM] = 'off'
77 request.POST[main.NEW_ENTRY_PARAM] = 'off'
87 request.POST[main.NEW_ENTRY_PARAM] = 'off'
101 request.POST[main.NEW_ENTRY_PARAM] = 'off'
112 request.POST[main.NEW_ENTRY_PARAM] = 'off'
123 request.POST[main.NEW_ENTRY_PARAM] = 'off'
Dmain.py49 NEW_ENTRY_PARAM = "newentry" variable
73 new_entry = self.request.POST.get(NEW_ENTRY_PARAM) == "on"
122 "new_entry_param": NEW_ENTRY_PARAM,