Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_DefaultJavaScriptSetting/
Dpolicy_DefaultJavaScriptSetting.py36 def _can_execute_javascript(self): member in policy_DefaultJavaScriptSetting
75 if not self._can_execute_javascript():
78 if self._can_execute_javascript():
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dpolicy_JavaScriptAllowedForUrls.py76 def _can_execute_javascript(self, tab): member in policy_JavaScriptAllowedForUrls
111 javascript_is_allowed = self._can_execute_javascript(tab)
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
Dpolicy_JavaScriptBlockedForUrls.py78 def _can_execute_javascript(self, tab): member in policy_JavaScriptBlockedForUrls
115 javascript_is_allowed = self._can_execute_javascript(tab)