OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldIncludeExtension
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/
dev_mode_bubble_controller.h
42
virtual bool
ShouldIncludeExtension
(const std::string& extension_id) OVERRIDE;
extension_message_bubble_controller.h
33
virtual bool
ShouldIncludeExtension
(const std::string& extension_id) = 0;
suspicious_extension_bubble_controller.h
37
virtual bool
ShouldIncludeExtension
(const std::string& extension_id) OVERRIDE;
dev_mode_bubble_controller.cc
73
bool DevModeBubbleController::
ShouldIncludeExtension
(
suspicious_extension_bubble_controller.cc
58
bool SuspiciousExtensionBubbleController::
ShouldIncludeExtension
(
extension_message_bubble_controller.cc
142
if (!delegate_->
ShouldIncludeExtension
(id))
Completed in 86 milliseconds