Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js654 addItem: function(url, opt_title, opt_clickHandler, opt_position, argument
658 title: opt_title,
688 updateItem: function(imageInfo, imageUrl, opt_title) { argument
694 opt_title === undefined ? imageInfo.title : opt_title,
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_tasks.js773 FileTasks.prototype.createCombobuttonItem_ = function(task, opt_title, argument
776 label: opt_title || task.title,
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Dflakiness_dashboard.js1055 function appendNonWebKitResults(container, url, itemClassName, opt_title) argument
1068 if (opt_title) {
1072 title.textContent = opt_title;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js1337 profile: function(opt_title) argument
1342 profileEnd: function(opt_title) argument