OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Close
(Results
476 - 500
of
1934
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/base/
process.h
76
//
Close
the process handle. This will not terminate the process.
77
void
Close
();
/external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc
138
temp_hkcu_hive_key_.
Close
();
158
profile_key.
Close
();
159
cc_key.
Close
();
198
cc_key.
Close
();
/external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc
76
dialog_->
Close
();
/external/chromium/chrome/browser/chromeos/login/
message_bubble.h
57
virtual void
Close
() OVERRIDE;
views_login_display_host.cc
22
background_window_->
Close
();
/external/chromium/chrome/browser/chromeos/notifications/
balloon_view.h
55
virtual void
Close
(bool by_user);
97
// Do the delayed
close
work.
system_notification.h
70
void
Close
(bool by_user) {}
/external/chromium/chrome/browser/history/
multipart_uitest.cc
58
db.
Close
();
/external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc
93
//
Close
the browser.
94
browser()->window()->
Close
();
132
browser()->window()->
Close
();
172
//
Close
the window.
173
browser()->window()->
Close
();
207
//
Close
the normal browser. After this we only have the incognito window
211
browser()->window()->
Close
();
/external/chromium/chrome/browser/sync/syncable/
directory_manager.h
65
void
Close
(const std::string& name);
/external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h
37
void
Close
();
/external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h
48
virtual void
Close
();
78
// Checks that all download items have been opened, and sets the auto-
close
82
// Cancels the auto-
close
state set by AutoCloseIfPossible, including any
83
// pending
close
tasks that have already been posted.
87
//
close
now.
90
// Sets whether the shelf should automatically
close
.
91
void SetCloseOnMouseOut(bool
close
);
139
// True if the shelf will automatically
close
when the user mouses out.
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h
48
// animation has completed, when |
Close
| will be called.
54
void
Close
();
56
// Returns true if the infobar is showing the its open or
close
animation.
59
// Returns true if the infobar is showing the
close
animation.
/external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h
50
virtual void
Close
(bool by_user);
66
// Do the delayed
close
work. The balloon and all view components will be
72
// The shelf is where is
close
button is located.
119
//
Close
button.
138
// Is there a pending system-initiated
close
?
/external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h
63
void
Close
();
/external/chromium/net/http/
http_basic_stream.h
61
virtual void
Close
(bool not_reusable) OVERRIDE;
/external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.h
50
virtual int
Close
();
openssladapter.h
54
virtual int
Close
();
91
// If true, socket will retain SSL configuration after
Close
.
opensslstreamadapter.h
88
virtual void
Close
();
103
SSL_CLOSED // Clean
close
127
// A 0 error means a graceful
close
, otherwise there is not really enough
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc
78
Close
();
209
bool XmppSocket::
Close
() {
213
if (cricket_socket_->
Close
() == 0) {
221
stream_->
Close
();
xmppsocket.h
57
virtual bool
Close
();
/external/chromium_org/apps/app_shim/
app_shim_host_mac.h
77
void
Close
();
/external/chromium_org/ash/shelf/
shelf_tooltip_manager.h
58
void
Close
();
/external/chromium_org/ash/system/tray/
system_tray_bubble.h
57
void
Close
();
tray_bubble_wrapper.cc
37
bubble_widget_->
Close
();
Completed in 1457 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>