Home
last modified time | relevance | path

Searched defs:remote_action (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dwebbrowser.py218 remote_action = None variable in UnixBrowser
288 remote_action = "" variable in Mozilla
299 remote_action = "" variable in Netscape
310 remote_action = "-n" variable in Galeon
319 remote_action = "" variable in Chrome
331 remote_action = "" variable in Opera
341 remote_action = "" variable in Elinks
/external/python/cpython2/Lib/
Dwebbrowser.py209 remote_action = None variable in UnixBrowser
289 remote_action = "" variable in Mozilla
302 remote_action = "-n" variable in Galeon
311 remote_action = "" variable in Chrome
323 remote_action = "" variable in Opera
333 remote_action = "" variable in Elinks
/external/libtextclassifier/native/utils/intents/
Djni.cc297 const RemoteActionTemplate& remote_action = remote_actions[i]; in RemoteActionTemplatesToJObjectArray() local