OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Close
(Results
501 - 525
of
1934
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc
116
phantom_widget_->
Close
();
139
phantom_widget_start_->
Close
();
154
phantom_widget_->
Close
();
157
phantom_widget_start_->
Close
();
/external/chromium_org/base/process/
process_win.cc
13
void Process::
Close
() {
/external/chromium_org/chrome/browser/chromeos/login/
multi_profile_first_run_notification.cc
40
virtual void
Close
(bool by_user) OVERRIDE {
/external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h
39
virtual bool
Close
() const OVERRIDE;
devtools_targets_ui.h
40
void
Close
(const std::string& target_id);
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.h
48
// 1. ActivityLog calls ActivityLogPolicy::
Close
()
49
// 2. ActivityLogPolicy should call ActivityDatabase::
Close
() on the database
51
// 3. ActivityDatabase::
Close
() shuts down the database, then calls
55
// 5. ActivityDatabase::
Close
() finishes running by deleting the
61
// in which case ActivityLogPolicy::
Close
() should directly delete itself.)
112
void
Close
();
147
// This should never be invoked by another class. Use
Close
() to order a
161
// If an error is unrecoverable or occurred while we were trying to
close
163
// transactions, raze the database, and
close
. When next opened, the
167
// Doesn't actually
close
the DB, but changes bools to prevent further write
[
all
...]
fullstream_ui_policy.h
41
virtual void
Close
() OVERRIDE;
uma_policy.h
55
virtual void
Close
() OVERRIDE;
61
// Run when
Close
() is called.
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel_api.cc
22
namespace
Close
= cast_channel::
Close
;
242
params_ =
Close
::Params::Create(*args_);
251
socket->
Close
(base::Bind(&CastChannelCloseFunction::OnClose, this));
/external/chromium_org/chrome/browser/extensions/
extension_error_ui.h
51
virtual void
Close
() = 0;
/external/chromium_org/chrome/browser/history/
archived_database.cc
46
db_.
Close
();
/external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc
43
void NotificationObjectProxy::
Close
(bool by_user) {
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc
87
void ChromeNotifierDelegate::
Close
(bool by_user) {
/external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc
23
// notification_ui_manager() will
close
the balloon in its destructor.
48
virtual void
Close
(bool by_user) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h
43
virtual void
Close
() OVERRIDE;
browser_shortcut_launcher_item_controller.h
37
virtual void
Close
() OVERRIDE;
launcher_item_controller.h
82
virtual void
Close
() = 0;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h
53
FRIEND_TEST_ALL_PREFIXES(MediaGalleriesDialogBrowserTest,
Close
);
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_stack_window_cocoa.h
36
virtual void
Close
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/
confirm_bubble_gtk.cc
77
// Add the icon, the title label and the
close
button to the first row.
161
bubble_->
Close
();
167
// click this button. We should ask the model if we can
close
this view.
168
bubble_->
Close
();
174
// click this button. We should ask the model if we can
close
this view.
175
bubble_->
Close
();
181
// click this link. We should ask the model if we can
close
this view.
182
bubble_->
Close
();
content_setting_bubble_gtk.h
45
void
Close
();
zoom_bubble_gtk.cc
33
// Number of milliseconds the bubble should stay open for if it will auto-
close
.
78
g_bubble->
Close
();
198
&ZoomBubbleGtk::
Close
);
207
void ZoomBubbleGtk::
Close
() {
209
bubble_->
Close
();
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.h
25
virtual void
Close
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
color_chooser_aura.cc
40
widget_->
Close
();
/external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc
31
//
close
automatically.
96
zoom_bubble_->
Close
();
127
// Add observers to
close
the bubble if the fullscreen state or immersive
161
void ZoomBubbleView::
Close
() {
162
GetWidget()->
Close
();
174
&ZoomBubbleView::
Close
);
248
// |zoom_bubble_| can be a new bubble by this point (as
Close
(); doesn't
Completed in 741 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>