Home
last modified time | relevance | path

Searched refs:UIString (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/WebCore/inspector/front-end/
DCookieItemsView.js37 …this.deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-stor…
41 …this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-s…
49 this._emptyMsgElement.textContent = WebInspector.UIString("This site has no cookies.");
97 …this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookie…
98 Number.bytesToString(this._totalSize, WebInspector.UIString));
149 columns[0].title = WebInspector.UIString("Name");
151 columns[1].title = WebInspector.UIString("Value");
153 columns[2].title = WebInspector.UIString("Domain");
155 columns[3].title = WebInspector.UIString("Path");
157 columns[4].title = WebInspector.UIString("Expires");
[all …]
DScopeChainSidebarPane.js28 WebInspector.SidebarPane.call(this, WebInspector.UIString("Scope Variables"));
43 infoElement.textContent = WebInspector.UIString("Not Paused");
59 title = WebInspector.UIString("Local");
60 emptyPlaceholder = WebInspector.UIString("No Variables");
65 title = WebInspector.UIString("Closure");
66 emptyPlaceholder = WebInspector.UIString("No Variables");
69 title = WebInspector.UIString("Global");
71 title = WebInspector.UIString("Event Target");
73 title = WebInspector.UIString("Event Document");
75 title = WebInspector.UIString("With Block");
DResourceView.js43 this.headersTabElement.textContent = WebInspector.UIString("Headers");
45 this.contentTabElement.textContent = WebInspector.UIString("Content");
84 …this._decodeHover = WebInspector.UIString("Double-Click to toggle between URL encoded and decoded …
99 …this.requestPayloadTreeElement = new TreeElement(WebInspector.UIString("Request Payload"), null, t…
192 …this.urlTreeElement.title = "<div class=\"header-name\">" + WebInspector.UIString("Request URL") +…
208 …this._refreshParms(WebInspector.UIString("Query String Parameters"), parmString, this.queryStringT…
227 …this._refreshParms(WebInspector.UIString("Form Data"), this.resource.requestFormData, this.formDat…
258 …parmsTreeElement.title = title + "<span class=\"header-count\">" + WebInspector.UIString(" (%d)", …
279 …valueEscaped += " <span class=\"error-message\">" + WebInspector.UIString("(unable to decode value…
310 …this._refreshHeaders(WebInspector.UIString("Request Headers"), this.resource.sortedRequestHeaders,…
[all …]
DTimelinePanel.js51 …var itemsTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("RECORDS")…
91 return WebInspector.UIString("Timeline");
103 …loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), "rgb(47,10…
104 …scripting: new WebInspector.TimelineCategory("scripting", WebInspector.UIString("Scripting"), "rgb…
105 …rendering: new WebInspector.TimelineCategory("rendering", WebInspector.UIString("Rendering"), "rgb…
174 …this._recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category:…
175 …this._recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: this.…
176 …this._recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate St…
177 …this._recordStyles[recordTypes.Paint] = { title: WebInspector.UIString("Paint"), category: this.ca…
178 …this._recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: thi…
[all …]
DResourcesPanel.js57 return WebInspector.UIString("Resources");
87 …ebInspector.SidebarTreeElement("resources-time-graph-sidebar-item", WebInspector.UIString("Time"));
94 …{ name: WebInspector.UIString("Sort by Start Time"), sortingFunction: WebInspector.ResourceSidebar…
95 …{ name: WebInspector.UIString("Sort by Response Time"), sortingFunction: WebInspector.ResourceSide…
96 …{ name: WebInspector.UIString("Sort by End Time"), sortingFunction: WebInspector.ResourceSidebarTr…
97 …{ name: WebInspector.UIString("Sort by Duration"), sortingFunction: WebInspector.ResourceSidebarTr…
98 …{ name: WebInspector.UIString("Sort by Latency"), sortingFunction: WebInspector.ResourceSidebarTre…
103 …ebInspector.SidebarTreeElement("resources-size-graph-sidebar-item", WebInspector.UIString("Size"));
108 …{ name: WebInspector.UIString("Sort by Size"), sortingFunction: WebInspector.ResourceSidebarTreeEl…
113 …this.graphsTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("GRAPHS"…
[all …]
DProfileView.js38 …var columns = { "self": { title: WebInspector.UIString("Self"), width: "72px", sort: "descending",…
39 … "total": { title: WebInspector.UIString("Total"), width: "72px", sortable: true },
40 … "average": { title: WebInspector.UIString("Average"), width: "72px", sortable: true },
41 … "calls": { title: WebInspector.UIString("Calls"), width: "54px", sortable: true },
42 … "function": { title: WebInspector.UIString("Function"), disclosure: true, sortable: true } };
60 heavyViewOption.label = WebInspector.UIString("Heavy (Bottom Up)");
62 treeViewOption.label = WebInspector.UIString("Tree (Top Down)");
69 …this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function…
73 …this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected func…
77 …this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."…
[all …]
DImageView.js58 …{ name: WebInspector.UIString("Dimensions"), value: WebInspector.UIString("%d × %d", this.imagePre…
59 …{ name: WebInspector.UIString("File size"), value: Number.bytesToString(this.resource.contentLengt…
60 { name: WebInspector.UIString("MIME type"), value: this.resource.mimeType }
DProfilesPanel.js101 …var panelEnablerHeading = WebInspector.UIString("You need to enable profiling before you can use t…
102 …var panelEnablerDisclaimer = WebInspector.UIString("Enabling profiling will make scripts run slowe…
103 var panelEnablerButton = WebInspector.UIString("Enable Profiling");
119 …this.welcomeView = new WebInspector.WelcomeView("profiles", WebInspector.UIString("Welcome to the …
131 return WebInspector.UIString("Profiles");
287 group[0]._profilesTreeElement.mainTitle = WebInspector.UIString("Run %d", 1);
294 alternateTitle = WebInspector.UIString("Run %d", group.length);
374 … title = WebInspector.UIString("Profile %d", title.substring(UserInitiatedProfileName.length + 1));
385 title += " " + WebInspector.UIString("Run %d", groupNumber / 2);
433 … this.enableToggleButton.title = WebInspector.UIString("Profiling enabled. Click to disable.");
[all …]
DAuditLauncherView.js59 this._headerElement.textContent = WebInspector.UIString("No audits to run");
71 … this._auditPresentStateLabelElement.nodeValue = WebInspector.UIString("Audit Present State");
75 …this._auditPresentStateLabelElement.nodeValue = WebInspector.UIString("Audit Present State (Resour…
139 this._headerElement.textContent = WebInspector.UIString("Select audits to run");
146 var categoryElement = this._createCategoryElement(WebInspector.UIString("Select All"), "");
206 this._launchButton.textContent = WebInspector.UIString("Running...");
208 this._launchButton.textContent = WebInspector.UIString("Run");
DChangesView.js39 this.clearButton.title = WebInspector.UIString("Clear changes log.");
44 this.toggleChangesButton.title = WebInspector.UIString("Show changes view.");
70 this.toggleChangesButton.title = WebInspector.UIString("Hide changes view.");
76 this.toggleChangesButton.title = WebInspector.UIString("Show changes view.");
DScriptsPanel.js40 this.backButton.title = WebInspector.UIString("Show the previous script resource.");
49 this.forwardButton.title = WebInspector.UIString("Show the next script resource.");
75 this.pauseButton.title = WebInspector.UIString("Pause script execution.");
84 this.stepOverButton.title = WebInspector.UIString("Step over next function call.");
93 this.stepIntoButton.title = WebInspector.UIString("Step into next function call.");
102 this.stepOutButton.title = WebInspector.UIString("Step out of current function.");
142 …var panelEnablerHeading = WebInspector.UIString("You need to enable debugging before you can use t…
143 …var panelEnablerDisclaimer = WebInspector.UIString("Enabling debugging will make scripts run slowe…
144 var panelEnablerButton = WebInspector.UIString("Enable Debugging");
209 return WebInspector.UIString("Scripts");
[all …]
Dinspector.js245 dockToggleButton.title = WebInspector.UIString("Undock into separate window.");
250 dockToggleButton.title = WebInspector.UIString("Dock to main window.");
317 …errorWarningElement.title = WebInspector.UIString("%d error, %d warning", this.errors, this.warnin…
319 …errorWarningElement.title = WebInspector.UIString("%d error, %d warnings", this.errors, this.warni…
321 …errorWarningElement.title = WebInspector.UIString("%d errors, %d warning", this.errors, this.warni…
323 …errorWarningElement.title = WebInspector.UIString("%d errors, %d warnings", this.errors, this.warn…
325 errorWarningElement.title = WebInspector.UIString("%d error", this.errors);
327 errorWarningElement.title = WebInspector.UIString("%d errors", this.errors);
329 errorWarningElement.title = WebInspector.UIString("%d warning", this.warnings);
331 errorWarningElement.title = WebInspector.UIString("%d warnings", this.warnings);
[all …]
DMetricsSidebarPane.js31 WebInspector.SidebarPane.call(this, WebInspector.UIString("Metrics"));
116 …ctor.UIString("content"), WebInspector.UIString("padding"), WebInspector.UIString("border"), WebIn…
DCallStackSidebarPane.js28 WebInspector.SidebarPane.call(this, WebInspector.UIString("Call Stack"));
52 infoElement.textContent = WebInspector.UIString("Not Paused");
65 title = callFrame.functionName || WebInspector.UIString("(anonymous function)");
68 title = WebInspector.UIString("(program)");
79 subtitle = WebInspector.UIString("line %d", callFrame.line);
DDOMStorageItemsView.js35 …this.deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-stor…
39 …this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-s…
87 columns[0].title = WebInspector.UIString("Key");
88 columns[1].title = WebInspector.UIString("Value");
DResource.js117 return WebInspector.UIString("document");
119 return WebInspector.UIString("stylesheet");
121 return WebInspector.UIString("image");
123 return WebInspector.UIString("font");
125 return WebInspector.UIString("script");
127 return WebInspector.UIString("XHR");
130 return WebInspector.UIString("other");
DEventListenersSidebarPane.js32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Event Listeners"));
41 option.label = WebInspector.UIString("All Nodes");
46 option.label = WebInspector.UIString("Selected Node Only");
96 div.textContent = WebInspector.UIString("No Event Listeners");
218 return (match ? match[1] : WebInspector.UIString("(anonymous function)"));
DDatabaseTableView.js36 …this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-s…
65 … emptyMsgElement.textContent = WebInspector.UIString("The “%s”\ntable is empty.", this.tableName);
80 …errorMsgElement.textContent = WebInspector.UIString("An error occurred trying to\nread the “%s” ta…
DStoragePanel.js36 …stTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("DATABASES"), {},…
40 …stTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("LOCAL STORAGE"),…
44 …stTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("SESSION STORAGE"…
48 …this.cookieListTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("COO…
67 return WebInspector.UIString("Storage");
447 … return this.domStorage.domain ? this.domStorage.domain : WebInspector.UIString("Local Files");
485 return this._cookieDomain ? this._cookieDomain : WebInspector.UIString("Local Files");
DStylesSidebarPane.js32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Styles"));
39 option.label = WebInspector.UIString("Hex Colors");
45 option.label = WebInspector.UIString("RGB Colors");
51 option.label = WebInspector.UIString("HSL Colors");
58 option.label = WebInspector.UIString("New Style Rule");
142 …styleRules.push({ computedStyle: true, selectorText: WebInspector.UIString("Computed Style"), styl…
149 … attrStyle.subtitle = WebInspector.UIString("element’s “%s” attribute", attr.name);
160 …var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: node.style, isA…
161 inlineStyle.subtitle = WebInspector.UIString("element’s “%s” attribute", "style");
425 … showInheritedLabel.appendChild(document.createTextNode(WebInspector.UIString("Show inherited")));
[all …]
DSourceFrame.js261 …msg._resourceMessageRepeatCountElement.textContent = WebInspector.UIString(" (repeated %d times)",…
407 …contextMenu.appendItem(WebInspector.UIString("Add Breakpoint"), this._addBreakpointDelegate.bind(t…
417 …contextMenu.appendItem(WebInspector.UIString("Add Conditional Breakpoint..."), addConditionalBreak…
420 …contextMenu.appendItem(WebInspector.UIString("Remove Breakpoint"), WebInspector.panels.scripts.rem…
421 …contextMenu.appendItem(WebInspector.UIString("Edit Breakpoint..."), this._editBreakpointCondition.…
423 …contextMenu.appendItem(WebInspector.UIString("Disable Breakpoint"), function() { breakpoint.enable…
425 …contextMenu.appendItem(WebInspector.UIString("Enable Breakpoint"), function() { breakpoint.enabled…
488 …labelElement.appendChild(document.createTextNode(WebInspector.UIString("The breakpoint on line %d …
DWatchExpressionsSidebarPane.js33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Watch Expressions"));
48 addElement.textContent = WebInspector.UIString("Add");
53 refreshElement.textContent = WebInspector.UIString("Refresh");
230 deleteButton.title = WebInspector.UIString("Delete watch expression.");
DPropertiesSidebarPane.js31 WebInspector.SidebarPane.call(this, WebInspector.UIString("Properties"));
54 …WebInspector.ObjectPropertiesSection(prototype, prototypes[i], WebInspector.UIString("Prototype"));
/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js36 snapshot.title = WebInspector.UIString("Snapshot %d", snapshot.number);
68 … code: new WebInspector.ResourceCategory("code", WebInspector.UIString("Code"), "rgb(255,121,0)"),
69 …data: new WebInspector.ResourceCategory("data", WebInspector.UIString("Objects"), "rgb(47,102,236)…
80 countsLabel.textContent = WebInspector.UIString("Count");
89 sizesLabel.textContent = WebInspector.UIString("Size");
95 …var columns = { "cons": { title: WebInspector.UIString("Constructor"), disclosure: true, sortable:…
96 … "count": { title: WebInspector.UIString("Count"), width: "54px", sortable: true },
97 …"size": { title: WebInspector.UIString("Size"), width: "72px", sort: "descending", sortable: true …
98 … "countDelta": { title: WebInspector.UIString("\xb1 Count"), width: "72px", sortable: true },
99 … "sizeDelta": { title: WebInspector.UIString("\xb1 Size"), width: "72px", sortable: true } };
[all …]
/external/webkit/WebKitTools/Scripts/
Dextract-localizable-strings120 my $UIString;
167 if (!defined $UIString) {
169 $UIString = $string;
233 $UIString = undef;
245 $key = $UIString if !defined $key;
246 HandleUIString($UIString, $key, $comment, $file, $macroLine);

12