OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowInternal
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.cc
72
void ExtensionInstalledBubble::
ShowInternal
() {
78
base::Bind(&ExtensionInstalledBubble::
ShowInternal
,
96
base::Bind(&ExtensionInstalledBubble::
ShowInternal
,
105
// Extension is going away, make sure
ShowInternal
won't be called.
extension_installed_bubble.h
45
// Attempts to show the bubble. Called from
ShowInternal
. Returns false
68
void
ShowInternal
();
/external/chromium_org/chrome/browser/ui/gtk/extensions/
bundle_installed_bubble_gtk.h
33
void
ShowInternal
(const extensions::BundleInstaller* bundle);
bundle_installed_bubble_gtk.cc
57
ShowInternal
(bundle);
62
void BundleInstalledBubbleGtk::
ShowInternal
(const BundleInstaller* bundle) {
/external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h
63
void
ShowInternal
();
extension_installed_bubble_gtk.cc
108
&ExtensionInstalledBubbleGtk::
ShowInternal
));
120
void ExtensionInstalledBubbleGtk::
ShowInternal
() {
134
NewRunnableMethod(this, &ExtensionInstalledBubbleGtk::
ShowInternal
),
/external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h
61
void
ShowInternal
();
extension_installed_bubble.cc
284
&ExtensionInstalledBubble::
ShowInternal
));
296
void ExtensionInstalledBubble::
ShowInternal
() {
310
&ExtensionInstalledBubble::
ShowInternal
), kAnimationWaitTime);
/external/chromium_org/ppapi/proxy/
file_chooser_resource.cc
45
int32_t result =
ShowInternal
(save_as, suggested_file_name, callback);
52
return
ShowInternal
(PP_FALSE, PP_MakeUndefined(), callback);
71
return
ShowInternal
(save_as, suggested_file_name, callback);
131
int32_t FileChooserResource::
ShowInternal
(
file_chooser_resource.h
61
int32_t
ShowInternal
(PP_Bool save_as,
/external/chromium/chrome/browser/chromeos/frame/
browser_view.h
90
void
ShowInternal
(bool is_active);
browser_view.cc
266
ShowInternal
(true);
270
ShowInternal
(false);
273
void BrowserView::
ShowInternal
(bool is_active) {
/external/chromium_org/ash/shelf/
shelf_tooltip_manager.h
100
void
ShowInternal
();
shelf_tooltip_manager.cc
194
ShowInternal
();
337
void ShelfTooltipManager::
ShowInternal
() {
374
&ShelfTooltipManager::
ShowInternal
);
shelf_view_unittest.cc
469
shelf_view_->tooltip_manager()->
ShowInternal
();
[
all
...]
Completed in 2084 milliseconds