Home
last modified time | relevance | path

Searched refs:SearchBubble (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.js12 function SearchBubble(text) { class
14 SearchBubble.decorate(el);
19 SearchBubble.decorate = function(el) {
20 el.__proto__ = SearchBubble.prototype;
24 SearchBubble.prototype = { class
472 var bubble = new SearchBubble(text);