Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.cc142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
152 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()
154 if (!create_ || !close_ || !send_) { in WinPing()
177 if ((hping_ != INVALID_HANDLE_VALUE) && close_) { in ~WinPing()
178 if (!close_(hping_)) in ~WinPing()
Dwinping.h83 PIcmpCloseHandle close_; variable
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
Dupload_page.js61 buttons[i].addEventListener('click', this.close_.bind(this));
292 this.close_();
326 close_: function() { method in UploadPage