Searched defs:ShowInternal (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dbundle_installed_bubble_gtk.cc57 ShowInternal(bundle);
62 void BundleInstalledBubbleGtk::ShowInternal(const BundleInstaller* bundle) { function in class:BundleInstalledBubbleGtk
H A Dextension_installed_bubble_gtk.cc120 base::Bind(&ExtensionInstalledBubbleGtk::ShowInternal,
127 // Extension is going away, make sure ShowInternal won't be called.
145 void ExtensionInstalledBubbleGtk::ShowInternal() { function in class:ExtensionInstalledBubbleGtk
159 base::Bind(&ExtensionInstalledBubbleGtk::ShowInternal,
/external/chromium_org/ppapi/proxy/
H A Dfile_chooser_resource.cc45 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);
125 int32_t FileChooserResource::ShowInternal( function in class:ppapi::proxy::FileChooserResource
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_installed_bubble_gtk.cc108 &ExtensionInstalledBubbleGtk::ShowInternal));
120 void ExtensionInstalledBubbleGtk::ShowInternal() { function in class:ExtensionInstalledBubbleGtk
134 NewRunnableMethod(this, &ExtensionInstalledBubbleGtk::ShowInternal),
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc284 &ExtensionInstalledBubble::ShowInternal));
296 void ExtensionInstalledBubble::ShowInternal() { function in class:ExtensionInstalledBubble
310 &ExtensionInstalledBubble::ShowInternal), kAnimationWaitTime);
/external/chromium_org/ash/launcher/
H A Dlauncher_tooltip_manager.cc195 ShowInternal();
333 void LauncherTooltipManager::ShowInternal() { function in class:ash::internal::LauncherTooltipManager
371 &LauncherTooltipManager::ShowInternal);
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc266 ShowInternal(true);
270 ShowInternal(false);
273 void BrowserView::ShowInternal(bool is_active) { function in class:chromeos::BrowserView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc583 base::Bind(&ExtensionInstalledBubble::ShowInternal,
590 // Extension is going away, make sure ShowInternal won't be called.
601 void ExtensionInstalledBubble::ShowInternal() { function in class:ExtensionInstalledBubble
616 base::Bind(&ExtensionInstalledBubble::ShowInternal,

Completed in 292 milliseconds