HomeSort by relevance Sort by last modified time
    Searched refs:closing_ (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.cc 20 closing_(false) {
35 if (closing_)
38 closing_ = true;
44 if (closing_)
47 closing_ = true;
64 if (closing_)
67 closing_ = true;
74 if (closing_)
tab_modal_confirm_dialog_delegate.h 133 bool closing_; member in class:TabModalConfirmDialogDelegate
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_window.h 28 BOOL closing_; member in namespace:ChromeEventProcessingWindow
tab_modal_confirm_dialog_mac.h 48 bool closing_; member in class:TabModalConfirmDialogMac
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.h 54 bool closing() const { return closing_; }
108 bool closing_; member in class:ExtensionInfoBarDelegate
extension_infobar_delegate.cc 46 closing_(false) {
88 closing_ = true;
  /external/chromium_org/chrome/browser/ui/cocoa/passwords/
manage_passwords_bubble_cocoa.h 64 bool closing_; member in class:ManagePasswordsBubbleCocoa
  /external/chromium_org/components/storage_monitor/
image_capture_device.h 67 bool closing_; member in namespace:NSObject
  /external/chromium_org/third_party/webrtc/base/
httpserver.cc 28 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) {
32 if (closing_) {
79 closing_ = true;
110 if (closing_ && connections_.empty()) {
111 closing_ = false;
httpserver.h 111 bool closing_; member in class:rtc::HttpServer
win32socketserver.cc 228 closing_(false), close_error_(0), sink_(NULL), dns_(NULL) {
442 if (closing_ && received <= static_cast<int>(length))
457 if (closing_ && received <= static_cast<int>(length))
494 closing_ = false;
572 closing_ = true;
579 closing_ = false;
win32socketserver.h 76 bool closing_; member in class:rtc::Win32Socket
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view.h 55 BOOL closing_; variable
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 58 void set_closing(bool closing) { closing_ = closing; }
59 bool closing() const { return closing_; }
310 bool closing_; member in class:Tab
tab.cc 409 closing_(false),
901 } else if (closing_)
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 112 bool closing() const { return closing_; }
637 bool closing_; member in class:content::RenderWidget
render_widget.cc 400 closing_(false),
637 closing_) {
731 if (closing_)
733 closing_ = true;
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/net/socket_stream/
socket_stream.h 391 bool closing_; member in class:net::SocketStream
socket_stream.cc 112 closing_(false),
340 closing_ = true;
    [all...]

Completed in 618 milliseconds