HomeSort by relevance Sort by last modified time
    Searched full:bubblecontent (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/
content_setting_bubble_model.h 62 struct BubbleContent {
63 BubbleContent();
64 ~BubbleContent();
76 DISALLOW_COPY_AND_ASSIGN(BubbleContent);
79 const BubbleContent& bubble_content() const { return bubble_content_; }
123 BubbleContent bubble_content_;
content_setting_bubble_model_unittest.cc 31 const ContentSettingBubbleModel::BubbleContent& bubble_content =
55 const ContentSettingBubbleModel::BubbleContent& bubble_content =
73 const ContentSettingBubbleModel::BubbleContent& bubble_content =
91 const ContentSettingBubbleModel::BubbleContent& bubble_content =
129 const ContentSettingBubbleModel::BubbleContent& bubble_content =
content_setting_bubble_model.cc 525 ContentSettingBubbleModel::BubbleContent::BubbleContent()
529 ContentSettingBubbleModel::BubbleContent::~BubbleContent() {}
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 80 struct BubbleContent {
81 BubbleContent();
82 ~BubbleContent();
96 DISALLOW_COPY_AND_ASSIGN(BubbleContent);
109 const BubbleContent& bubble_content() const { return bubble_content_; }
170 BubbleContent bubble_content_;
content_setting_bubble_model_unittest.cc 43 const ContentSettingBubbleModel::BubbleContent& bubble_content =
66 const ContentSettingBubbleModel::BubbleContent& bubble_content =
84 const ContentSettingBubbleModel::BubbleContent& bubble_content =
100 const ContentSettingBubbleModel::BubbleContent& bubble_content_2 =
128 const ContentSettingBubbleModel::BubbleContent& bubble_content =
183 const ContentSettingBubbleModel::BubbleContent& bubble_content =
248 const ContentSettingBubbleModel::BubbleContent& bubble_content =
274 const ContentSettingBubbleModel::BubbleContent& new_bubble_content =
308 const ContentSettingBubbleModel::BubbleContent& bubble_content =
334 const ContentSettingBubbleModel::BubbleContent& new_bubble_content
    [all...]
content_setting_bubble_model.cc     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 403 View bubbleContent = findViewById(R.id.bubble_content);
405 bubbleContent.getGlobalVisibleRect(bubbleRect);
410 (bubbleContent.getMeasuredWidth() + buffer) / 2,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 116 var bubbleContent = this.querySelector('.bubble-content');
117 bubbleContent.innerHTML = '';
118 bubbleContent.appendChild(node);
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.mm 424 const ContentSettingBubbleModel::BubbleContent& content =
594 const ContentSettingBubbleModel::BubbleContent& content =
676 const ContentSettingBubbleModel::BubbleContent& content =
691 const ContentSettingBubbleModel::BubbleContent& content =
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.mm 312 const ContentSettingBubbleModel::BubbleContent& content =
397 const ContentSettingBubbleModel::BubbleContent& content =
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 95 const ContentSettingBubbleModel::BubbleContent& content =
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 201 const ContentSettingBubbleModel::BubbleContent& bubble_content =
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 215 var bubbleContent = $('login-status-bubble-contents');
216 loginBubble.content = bubbleContent;
  /external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 121 const ContentSettingBubbleModel::BubbleContent& content =
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 197 const ContentSettingBubbleModel::BubbleContent& bubble_content =
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js 132 var bubbleContent = util.createChild(this.bubble_);
133 bubbleContent.innerHTML = this.displayStringFunction_(
    [all...]

Completed in 2665 milliseconds