HomeSort by relevance Sort by last modified time
    Searched refs:SettingsApiBubbleController (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/
settings_api_bubble_controller.h 16 class SettingsApiBubbleController : public ExtensionMessageBubbleController {
18 SettingsApiBubbleController(Profile* profile, SettingsApiOverrideType type);
19 virtual ~SettingsApiBubbleController();
35 DISALLOW_COPY_AND_ASSIGN(SettingsApiBubbleController);
settings_api_bubble_controller.cc 278 // SettingsApiBubbleController
280 SettingsApiBubbleController::SettingsApiBubbleController(
292 SettingsApiBubbleController::~SettingsApiBubbleController() {}
294 bool SettingsApiBubbleController::ShouldShow(const std::string& extension_id) {
310 bool SettingsApiBubbleController::CloseOnDeactivate() {
extension_message_bubble_controller_unittest.cc 123 // A test class for the SettingsApiBubbleController.
124 class TestSettingsApiBubbleController : public SettingsApiBubbleController,
129 : SettingsApiBubbleController(profile, type) {}
133 SettingsApiBubbleController::OnBubbleAction();
138 SettingsApiBubbleController::OnBubbleDismiss();
143 SettingsApiBubbleController::OnLinkClicked();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.cc 31 scoped_ptr<SettingsApiBubbleController> settings_api_bubble(
32 new SettingsApiBubbleController(profile, type));
36 SettingsApiBubbleController* controller = settings_api_bubble.get();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 355 scoped_ptr<SettingsApiBubbleController> settings_api_bubble(
356 new SettingsApiBubbleController(profile_,

Completed in 4813 milliseconds