Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dchrome_sidenav.json3 "title": "Devtools", string
6 "title": "Learn Basics", string
9 "title": "Overview", string
13 "title": "Development Workflow", string
17 "title": "Using the Console", string
21 "title": "Tips & Tricks", string
25 "title": "Additional Resources", string
29 "title": "Videos", string
33 "title": "Blog Posts", string
37 "title": "Mailing List", string
[all …]
Dextensions_sidenav.json3 "title": "Getting Started", string
7 "title": "Overview", string
11 "title": "What's New?", string
15 "title": "Developer's Guide", string
19 "title": "Browser UI", string
23 "title": "Browser Actions", string
27 "title": "Context Menus", string
31 "title": "Desktop Notifications", string
35 "title": "Omnibox", string
39 "title": "Options Pages", string
[all …]
Dapps_sidenav.json3 "title": "Discover", string
6 "title": "What Are Chrome Apps?", string
12 "title": "Develop", string
15 "title": "Create Your First App", string
19 "title": "Tutorials", string
23 "title": "Learn with a Codelab", string
27 "title": "About this Codelab", string
31 "title": "1 - Set Up Development Environment", string
35 "title": "2 - Create Basic App", string
39 "title": "3 - Create MVC", string
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineUIUtilsImpl.js127 createEventDivider: function(recordType, title) argument
200 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] }; property
201 …recordStyles[recordTypes.Program] = { title: WebInspector.UIString("Other"), category: categories[… property
202 …recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: categ… property
203 …recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: ca… property
204 …recordStyles[recordTypes.ScheduleStyleRecalculation] = { title: WebInspector.UIString("Schedule St… property
205 …recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"),… property
206 …recordStyles[recordTypes.InvalidateLayout] = { title: WebInspector.UIString("Invalidate Layout"), … property
207 …recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: categories[… property
208 …recordStyles[recordTypes.UpdateLayerTree] = { title: WebInspector.UIString("Update Layer Tree"), c… property
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
DOverridesUI.js83 …selectDeviceOption.device = {title: WebInspector.UIString("<Select model>"), width: 0, height: 0, … property
133 function saveDevicePreset(title) argument
228 const noOverride = {title: WebInspector.UIString("No override"), value: ""}; property
229 const customOverride = {title: WebInspector.UIString("Other"), value: "Other"}; property
312 …{title: "Apple iPhone 3GS", width: 320, height: 480, deviceScaleFactor: 1, userAgent: "Mozilla/5.0… property
313 …{title: "Apple iPhone 4", width: 320, height: 480, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
314 …{title: "Apple iPhone 5", width: 320, height: 568, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
315 …{title: "Apple iPhone 6", width: 375, height: 667, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
316 …{title: "Apple iPhone 6 Plus", width: 414, height: 736, deviceScaleFactor: 3, userAgent: "Mozilla/… property
317 …{title: "BlackBerry Z10", width: 384, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
Dsample.js34 var id = chrome.contextMenus.create({"title": title, "contexts":[context], property
40 chrome.contextMenus.create({"title": "Test parent item", "id": "parent"}); property
42 {"title": "Child 1", "parentId": "parent", "id": "child1"}); property
44 {"title": "Child 2", "parentId": "parent", "id": "child2"}); property
48 chrome.contextMenus.create({"title": "Radio 1", "type": "radio", property
50 chrome.contextMenus.create({"title": "Radio 2", "type": "radio", property
56 {"title": "Checkbox1", "type": "checkbox", "id": "checkbox1"}); property
58 {"title": "Checkbox2", "type": "checkbox", "id": "checkbox2"}); property
65 chrome.contextMenus.create({"title": "Oops", "id": "child1"}, function() { property
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
Dsample.js17 var title = "Test '" + context + "' menu item"; variable
18 var id = chrome.contextMenus.create({"title": title, "contexts":[context], property
25 var parent = chrome.contextMenus.create({"title": "Test parent item"}); property
27 {"title": "Child 1", "parentId": parent, "onclick": genericOnClick}); property
29 {"title": "Child 2", "parentId": parent, "onclick": genericOnClick}); property
39 var radio1 = chrome.contextMenus.create({"title": "Radio 1", "type": "radio", property
41 var radio2 = chrome.contextMenus.create({"title": "Radio 2", "type": "radio", property
55 {"title": "Checkbox1", "type": "checkbox", "onclick":checkboxOnClick}); property
57 {"title": "Checkbox2", "type": "checkbox", "onclick":checkboxOnClick}); property
65 chrome.contextMenus.create({"title": "Oops", "parentId":999}, function() { property
/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_bookmarks_sync_test.cc132 std::string title = "Google"; in IN_PROC_BROWSER_TEST_F() local
263 std::string title = IndexedURLTitle(i); in IN_PROC_BROWSER_TEST_F() local
281 std::string title = IndexedURLTitle(i); in IN_PROC_BROWSER_TEST_F() local
285 std::string title = IndexedFolderName(i); in IN_PROC_BROWSER_TEST_F() local
290 std::string title = IndexedURLTitle(i); in IN_PROC_BROWSER_TEST_F() local
299 std::string title = IndexedURLTitle(i); in IN_PROC_BROWSER_TEST_F() local
340 std::string title = IndexedURLTitle(1); in IN_PROC_BROWSER_TEST_F() local
376 std::string title = IndexedURLTitle(1); in IN_PROC_BROWSER_TEST_F() local
419 std::string title = IndexedFolderName(1); in IN_PROC_BROWSER_TEST_F() local
437 std::string title = IndexedFolderName(1); in IN_PROC_BROWSER_TEST_F() local
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
Dschema.json5 "title": "Bookmarks in the Bookmarks Bar", string
12 "title": { object
13 "title": "Bookmark name", string
18 "title": "Bookmark URL", string
23 "title": "Contents of this bookmark folder", string
31 "title": "Bookmarks in the Other Bookmarks folder", string
/external/chromium_org/third_party/webrtc/base/
Dwindowpicker.h24 WindowDescription(const WindowId& id, const std::string& title) in WindowDescription()
29 const std::string& title() const { return title_; } in title() function
30 void set_title(const std::string& title) { title_ = title; } in set_title()
40 DesktopDescription(const DesktopId& id, const std::string& title) in DesktopDescription()
45 const std::string& title() const { return title_; } in title() function
46 void set_title(const std::string& title) { title_ = title; } in set_title()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.cpp110 String title; in count() local
125 void ConsoleBase::markTimeline(const String& title) in markTimeline()
130 void ConsoleBase::profile(const String& title) in profile()
135 void ConsoleBase::profileEnd(const String& title) in profileEnd()
140 void ConsoleBase::time(const String& title) in time()
151 void ConsoleBase::timeEnd(ScriptState* scriptState, const String& title) in timeEnd()
178 void ConsoleBase::timeStamp(const String& title) in timeStamp()
185 static String formatTimelineTitle(const String& title) in formatTimelineTitle()
190 void ConsoleBase::timeline(ScriptState* scriptState, const String& title) in timeline()
198 void ConsoleBase::timelineEnd(ScriptState* scriptState, const String& title) in timelineEnd()
/external/chromium_org/remoting/webapp/background/
Dmessage_window_helper.js58 title: title, property
185 title, message, okButtonLabel, cancelButtonLabel, onResult) { argument
187 title: title, property
207 title, message, buttonLabel, onResult) { argument
209 title: title, property
225 remoting.MessageWindow.showErrorMessage = function(title, message) { argument
227 title: title, property
250 title, message, infobox, buttonLabel, onResult, duration, onTimeout) { argument
252 title: title, property
/external/chromium_org/third_party/WebKit/public/web/
DWebDOMActivityLogger.h45 virtual void logGetter(const WebString& apiName, const WebURL& url, const WebString& title) { } in logGetter()
46 …ing& apiName, const v8::Handle<v8::Value>& newValue, const WebURL& url, const WebString& title) { } in logSetter()
47 …piName, int argc, const v8::Handle<v8::Value>* argv, const WebURL& url, const WebString& title) { } in logMethod()
48 …bString& eventName, int argc, const WebString* argv, const WebURL& url, const WebString& title) { } in logEvent()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DGetTitleTest.java31 public PageInfo(String title, String url) { in PageInfo()
46 private static final String getHtml(String title) { in getHtml()
85 final String title = loadFromDataAndGetTitle(getHtml(TITLE)); in testLoadDataGetTitle() local
98 final String title = loadFromDataAndGetTitle(content); in testGetTitleOnDataContainingEmptyTitle() local
112 final String title = loadFromDataAndGetTitle(content); in testGetTitleOnDataContainingNoTitle() local
161 final String title = loadFromDataAndGetTitle(page); in testGetTitleSetFromJS() local
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dfile_manager_dialog_base.js55 title, message, onOk, onCancel) { argument
69 title, message, onOk, onCancel) { argument
77 this, title, message, onOk, onCancel, null); argument
95 FileManagerDialogBase.prototype.showTitleOnlyDialog = function(title) { argument
105 FileManagerDialogBase.prototype.showTitleAndTextDialog = function(title, text) { argument
/external/chromium_org/content/shell/renderer/test_runner/
Dnotification_presenter.cc42 bool NotificationPresenter::SimulateClick(const std::string& title) { in SimulateClick()
100 std::string title = notification.title().utf8(); in show() local
110 std::string title = notification.title().utf8(); in cancel() local
123 std::string title = notification.title().utf8(); in objectDestroyed() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { in show()
23 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show()
28 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show()
33 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show()
/external/chromium_org/chrome/browser/task_manager/
Dtask_manager_browsertest_util.cc150 base::string16 MatchTab(const char* title) { in MatchTab()
159 base::string16 MatchExtension(const char* title) { in MatchExtension()
166 base::string16 MatchApp(const char* title) { in MatchApp()
173 base::string16 MatchWebView(const char* title) { in MatchWebView()
181 base::string16 MatchBackground(const char* title) { in MatchBackground()
188 base::string16 MatchPrint(const char* title) { in MatchPrint()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DJavascriptAppModalDialog.java35 private JavascriptAppModalDialog(String title, String message, in JavascriptAppModalDialog()
43 public static JavascriptAppModalDialog createAlertDialog(String title, String message, in createAlertDialog()
49 public static JavascriptAppModalDialog createConfirmDialog(String title, String message, in createConfirmDialog()
55 public static JavascriptAppModalDialog createBeforeUnloadDialog(String title, String message, in createBeforeUnloadDialog()
62 public static JavascriptAppModalDialog createPromptDialog(String title, String message, in createPromptDialog()
202 public JavascriptAppAlertDialog(String title, String message, in JavascriptAppAlertDialog()
219 public JavascriptAppConfirmDialog(String title, String message, in JavascriptAppConfirmDialog()
238 public JavascriptAppBeforeUnloadDialog(String title, String message, in JavascriptAppBeforeUnloadDialog()
268 public JavascriptAppPromptDialog(String title, String message, in JavascriptAppPromptDialog()
/external/proguard/src/proguard/gui/
DMessageDialogRunnable.java37 private final String title; field in MessageDialogRunnable
47 String title, in showMessageDialog()
70 String title, in MessageDialogRunnable()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotDataGrids.js576 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true}, property
577 {id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true}, property
578 … {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true}, property
579 …{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true… property
622 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true}, property
623 …{id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true, sort: We… property
624 … {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true}, property
625 …{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true} property
678 … {id: "object", title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true}, property
679 {id: "distance", title: WebInspector.UIString("Distance"), width: "90px", sortable: true}, property
[all …]
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
Dprocesses.js244 {title: 'System Memory Usage (MB)', is3D: true}); property
246 {title: 'CPU Usage', property
282 title: 'CPU stats for ' + this.selProcUri_, property
284 vAxes: {0: {title: 'CPU %', maxValue: 100}, 1: {title: '# Threads'}}, property
286 hAxis: {title: 'Run Time'}, property
290 title: 'Memory stats for ' + this.selProcUri_, property
292 vAxes: {0: {title: 'VM Rss KB'}, 1: {title: '# Page Faults'}}, property
294 hAxis: {title: 'Run Time'}, property
/external/chromium_org/win8/viewer/
Dmetro_viewer_process_host.cc177 const base::string16& title, in HandleOpenFile()
190 const base::string16& title, in HandleOpenMultipleFiles()
203 const base::string16& title, in HandleSaveFile()
218 const base::string16& title, in HandleSelectFolder()
226 const base::string16& title, in HandleOpenFileImpl()
243 const base::string16& title, in HandleOpenMultipleFilesImpl()
259 const base::string16& title, in HandleSaveFileImpl()
283 const base::string16& title, in HandleSelectFolderImpl()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DPlacard.js32 WebInspector.Placard = function(title, subtitle) argument
48 get title() getter in WebInspector.Placard
53 set title(x) setter in WebInspector.Placard
/external/chromium_org/chrome/browser/resources/net_internals/
Dbandwidth_view.js82 title: 'Original (KB)', property
87 title: 'Received (KB)', property
92 title: 'Savings (KB)', property
99 title: 'Savings (%)', property

12345678910>>...44