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

  /external/chromium_org/chrome/common/extensions/
feature_switch.cc 26 script_bubble(
39 FeatureSwitch script_bubble; member in class:extensions::__anon9107::CommonSwitches
54 FeatureSwitch* FeatureSwitch::script_bubble() { function in class:extensions::FeatureSwitch
55 return &g_common_switches.Get().script_bubble;
feature_switch.h 22 static FeatureSwitch* script_bubble();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
script_bubble_icon_view.cc 93 ScriptBubbleView* script_bubble = new ScriptBubbleView(anchor_view, local
95 views::BubbleDelegateView::CreateBubble(script_bubble)->Show();
  /external/chromium_org/chrome/browser/extensions/
script_bubble_controller_unittest.cc 40 : enable_script_bubble_(FeatureSwitch::script_bubble(), true) {
tab_helper.cc 107 if (FeatureSwitch::script_bubble()->IsEnabled()) {

Completed in 465 milliseconds