OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closeall
(Results
1 - 25
of
53
) sorted by null
1
2
3
/external/valgrind/main/none/tests/
closeall.vgtest
1
prog:
closeall
Makefile.am
65
closeall
.stderr.exp
closeall
.vgtest \
177
closeall
coolo_strlen \
/external/chromium_org/third_party/libjingle/source/talk/base/
httpserver_unittest.cc
95
server.
CloseAll
(false);
107
server.
CloseAll
(false);
124
server.
CloseAll
(true);
httpserver.h
90
void
CloseAll
(bool force);
92
// After calling
CloseAll
, this event is signalled to indicate that all
httpserver.cc
50
LOG(LS_WARNING) << "HttpServer::
CloseAll
has not completed";
91
HttpServer::
CloseAll
(bool force) {
/external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc
59
panel_manager->
CloseAll
();
97
PanelManager::GetInstance()->
CloseAll
();
118
PanelManager::GetInstance()->
CloseAll
();
147
PanelManager::GetInstance()->
CloseAll
();
172
panel_manager->
CloseAll
();
208
panel_manager->
CloseAll
();
230
PanelManager::GetInstance()->
CloseAll
();
253
PanelManager::GetInstance()->
CloseAll
();
stacked_panel_browsertest.cc
110
panel_manager->
CloseAll
();
208
panel_manager->
CloseAll
();
291
panel_manager->
CloseAll
();
336
panel_manager->
CloseAll
();
443
panel_manager->
CloseAll
();
493
panel_manager->
CloseAll
();
568
panel_manager->
CloseAll
();
594
panel_manager->
CloseAll
();
688
panel_manager->
CloseAll
();
724
panel_manager->
CloseAll
();
[
all
...]
detached_panel_collection.h
32
virtual void
CloseAll
() OVERRIDE;
docked_panel_browsertest.cc
91
panel_manager->
CloseAll
();
140
panel_manager->
CloseAll
();
193
panel_manager->
CloseAll
();
266
panel_manager->
CloseAll
();
stacked_panel_collection.h
35
virtual void
CloseAll
() OVERRIDE;
151
// not longer needed as in RemovePanel and
CloseAll
.
panel_drag_browsertest.cc
279
PanelManager::GetInstance()->
CloseAll
();
375
PanelManager::GetInstance()->
CloseAll
();
508
PanelManager::GetInstance()->
CloseAll
();
595
PanelManager::GetInstance()->
CloseAll
();
768
panel_manager->
CloseAll
();
[
all
...]
panel_resize_browsertest.cc
269
PanelManager::GetInstance()->
CloseAll
();
297
PanelManager::GetInstance()->
CloseAll
();
350
PanelManager::GetInstance()->
CloseAll
();
420
panel_manager->
CloseAll
();
471
panel_manager->
CloseAll
();
522
panel_manager->
CloseAll
();
688
panel_manager->
CloseAll
();
docked_panel_collection.h
46
virtual void
CloseAll
() OVERRIDE;
panel_collection.h
72
virtual void
CloseAll
() = 0;
panel_manager.cc
445
stack->
CloseAll
();
511
void PanelManager::
CloseAll
() {
514
detached_collection_->
CloseAll
();
515
docked_collection_->
CloseAll
();
panel_manager.h
76
void
CloseAll
();
/external/chromium/chrome/browser/chromeos/
webui_menu_control.h
40
virtual void
CloseAll
() = 0;
/external/chromium/chrome/browser/notifications/
balloon_collection_base.h
47
virtual void
CloseAll
();
balloon_collection_base.cc
66
void BalloonCollectionBase::
CloseAll
() {
/external/chromium_org/chrome/browser/notifications/
balloon_collection_base.h
54
virtual void
CloseAll
();
balloon_collection_base.cc
95
void BalloonCollectionBase::
CloseAll
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryListInterfaceState.java
66
public void
closeAll
() {
/external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc
115
base_.
CloseAll
();
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.h
115
void
CloseAll
();
/external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc
69
// Note that we explicitly separate
CloseAll
() from destruction of the
70
// DatabaseDispatcherHost, since
CloseAll
() can invoke callbacks which need to
72
database_dispatcher_host_->
CloseAll
();
351
void IndexedDBDispatcherHost::DatabaseDispatcherHost::
CloseAll
() {
[
all
...]
Completed in 1127 milliseconds
1
2
3