Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/extensions/api/socket/ | |
udp_socket.h | 93 void set_persistent(bool persistent) { persistent_ = persistent; } function in class:extensions::ResumableUDPSocket |
tcp_socket.h | 116 void set_persistent(bool persistent) { persistent_ = persistent; } function in class:extensions::ResumableTCPSocket 156 void set_persistent(bool persistent) { persistent_ = persistent; } function in class:extensions::ResumableTCPServerSocket |
/external/chromium_org/chrome/browser/extensions/api/serial/ | |
serial_connection.h | 59 void set_persistent(bool persistent) { persistent_ = persistent; } function in class:extensions::SerialConnection |