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

12

/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();
H A Dnetwork_screen.cc156 !(help_app_.get() && help_app_->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/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/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() )
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
/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/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())
/external/libvpx/vp8/encoder/
H A Dparms.cpp82 while(!config_file.eof() && config_file.is_open())
/external/stlport/src/
H A Diostream.cpp172 if (result->is_open())
184 if (result->is_open())
/external/stlport/test/unit/
H A Dfstream_test.cpp159 CPPUNIT_ASSERT( f.is_open() );
194 CPPUNIT_ASSERT( f.is_open() );
215 CPPUNIT_ASSERT( of.is_open() );
227 CPPUNIT_ASSERT( is.is_open() );
246 CPPUNIT_ASSERT( is.is_open() );
262 CPPUNIT_ASSERT( is.is_open() );
/external/llvm/lib/Archive/
H A DArchiveWriter.cpp377 if (!ArchiveFile.is_open() || ArchiveFile.bad()) {
433 if (!FinalFile.is_open() || FinalFile.bad()) {
/external/chromium/chrome/browser/history/
H A Dstarred_url_database_unittest.cc48 DCHECK(db_.is_open());
/external/grub/stage2/
H A Dbuiltins.c1798 int is_open = 0;
1910 is_open = grub_open (stage1_file);
1911 if (! is_open
1962 is_open = grub_open (file);
1963 if (! is_open)
2135 is_open = grub_open (config_filename);
2136 if (! is_open)
2148 is_open = 0;
2278 if (is_open)
1771 int is_open = 0; local
/external/chromium/chrome/browser/password_manager/
H A Dlogin_database.cc402 DCHECK(db_.is_open());
/external/chromium/chrome/common/
H A Dlogging_chrome.cc426 if (!log_file.is_open())

Completed in 457 milliseconds

12