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

/external/python/cpython2/Lib/
H A Dwebbrowser.py209 remote_action = None variable in class:UnixBrowser
261 action = self.remote_action
289 remote_action = "" variable in class:Mozilla
302 remote_action = "-n" variable in class:Galeon
311 remote_action = "" variable in class:Chrome
324 remote_action = "" variable in class:Opera
334 remote_action = "" variable in class:Elinks
/external/python/cpython3/Lib/
H A Dwebbrowser.py177 # remote_action is used for new=0 (open). If newwin is not None, it is
182 remote_action = None variable in class:UnixBrowser
223 action = self.remote_action
251 remote_action = "" variable in class:Mozilla
262 remote_action = "" variable in class:Netscape
273 remote_action = "-n" variable in class:Galeon
282 remote_action = "" variable in class:Chrome
295 remote_action = "" variable in class:Opera
305 remote_action = "" variable in class:Elinks
/external/webrtc/webrtc/libjingle/xmpp/
H A Dhangoutpubsubclient.cc261 bool remote_action = (!change.publisher_nick.empty() && local
264 if (remote_action) {

Completed in 113 milliseconds