OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsOpen
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
func-name-inferrer.h
54
bool
IsOpen
() const { return !entries_stack_.is_empty(); }
71
if (
IsOpen
()) {
78
ASSERT(
IsOpen
());
86
ASSERT(
IsOpen
());
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc
40
bool AutocompletePopupModel::
IsOpen
() const {
41
return view_->
IsOpen
();
autocomplete_popup_view_gtk.cc
344
bool AutocompletePopupViewGtk::
IsOpen
() const {
/external/chromium/net/base/
file_stream_posix.cc
274
DCHECK(!
IsOpen
());
306
if (
IsOpen
()) {
324
bool FileStream::
IsOpen
() const {
331
if (!
IsOpen
())
348
if (!
IsOpen
())
367
if (!
IsOpen
())
411
if (!
IsOpen
())
428
if (!
IsOpen
())
445
if (!
IsOpen
())
file_stream_win.cc
157
if (
IsOpen
()) {
179
bool FileStream::
IsOpen
() const {
184
if (!
IsOpen
())
204
if (!
IsOpen
())
223
if (!
IsOpen
())
283
if (!
IsOpen
())
320
if (!
IsOpen
())
337
if (!
IsOpen
())
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
264
bool AutocompletePopupContentsView::
IsOpen
() const {
Completed in 307 milliseconds