Searched refs:is_open (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.h45 bool is_open() const { return dialog_.get() && dialog_->is_open(); } function in class:chromeos::HelpAppLauncher
H A Dlogin_html_dialog.h54 bool is_open() const { return is_open_; } function in class:chromeos::LoginHtmlDialog
H A Dnetwork_selection_view.h73 return proxy_settings_dialog_.get() && proxy_settings_dialog_->is_open();
/external/chromium/app/sql/
H A Dtransaction.h25 bool is_open() const { return is_open_; } function in class:sql::Transaction
H A Dtransaction_unittest.cc46 EXPECT_FALSE(t.is_open());
48 EXPECT_TRUE(t.is_open());
53 EXPECT_FALSE(t.is_open());
64 EXPECT_FALSE(t.is_open());
66 EXPECT_TRUE(t.is_open());
76 EXPECT_FALSE(t2.is_open());
81 EXPECT_FALSE(t2.is_open());
H A Dconnection.h159 bool is_open() const { return !!db_; } function in class:sql::Connection
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
H A Dzfstream.cc55 if (this->is_open())
83 if (this->is_open())
110 if (!this->is_open())
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
/external/chromium/chrome/browser/ui/cocoa/
H A Dconstrained_window_mac.h45 void set_sheet_open(bool is_open) { is_sheet_open_ = is_open; } argument
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbug.py73 def is_open(self): member in class:Bug
77 return not self.is_open()
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp21 if ( is_open() )
63 if ( is_open() )
104 if ( is_open() ) {
138 if ( !is_open() || !(mode & ios::in) )
175 if ( !is_open() || !(mode & ios::out) )
208 if ( !is_open() )
/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp92 virtual void is_open() const { } function in class:test3::basic_fstreamXX
98 template void basic_fstreamXX<char>::is_open() const;
/external/marisa-trie/lib/marisa/
H A Dmapper.h32 bool is_open() const { function in class:marisa::Mapper
H A Dreader.h37 bool is_open() const { function in class:marisa::Reader
H A Dwriter.h37 bool is_open() const { function in class:marisa::Writer
H A Dmapper.cc65 MARISA_THROW_IF(is_open(), MARISA_STATE_ERROR);
93 MARISA_THROW_IF(is_open(), MARISA_STATE_ERROR);
159 MARISA_THROW_IF(!is_open(), MARISA_STATE_ERROR);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dmapper.h33 bool is_open() const { function in class:marisa_alpha::Mapper
H A Dreader.h38 bool is_open() const { function in class:marisa_alpha::Reader
H A Dwriter.h38 bool is_open() const { function in class:marisa_alpha::Writer
H A Dmapper.cc67 MARISA_ALPHA_THROW_IF(is_open(), MARISA_ALPHA_STATE_ERROR);
96 MARISA_ALPHA_THROW_IF(is_open(), MARISA_ALPHA_STATE_ERROR);
163 MARISA_ALPHA_THROW_IF(!is_open(), MARISA_ALPHA_STATE_ERROR);
/external/libusb/libusb/os/
H A Ddarwin_usb.h128 int is_open; member in struct:darwin_device_handle_priv
/external/libusb_aah/libusb/os/
H A Ddarwin_usb.h134 int is_open; member in struct:darwin_device_handle_priv
/external/stlport/stlport/stl/
H A D_fstream.h166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
H A D_fstream.c82 bool __ok = this->is_open();
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode)
294 if (!this->is_open())
386 if (this->is_open()) {
430 if (this->is_open() && (((int)_M_base.__o_mode() & (int)ios_base::in) !=0)
453 if (this->is_open() && (_M_base.__o_mode() & (int)ios_base::out) &&
/external/chromium/base/
H A Dfile_util.cc90 if (!file1.is_open() || !file2.is_open())
119 if (!file1.is_open() || !file2.is_open())

Completed in 2570 milliseconds

123