HomeSort by relevance Sort by last modified time
    Searched refs:UIString (Results 26 - 50 of 56) sorted by null

12 3

  /external/webkit/Source/WebCore/inspector/front-end/
CookieItemsView.js 36 this._deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-storage-status-bar-item");
40 this._refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
48 this._emptyMsgElement.textContent = WebInspector.UIString("This site has no cookies.");
103 this._treeElement.subtitle = String.sprintf(WebInspector.UIString("%d cookies (%s)"), this._cookies.length,
167 columns[0].title = WebInspector.UIString("Name");
168 columns[1].title = WebInspector.UIString("Value");
ScriptsPanel.js 40 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.");
108 this.toggleBreakpointsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Deactivate all breakpoints."), "toggle-breakpoints");
153 var panelEnablerHeading = WebInspector.UIString("You need to enable debugging before you can use the Scripts panel.");
154 var panelEnablerDisclaimer = WebInspector.UIString("Enabling debugging will make scripts run slower.");
155 var panelEnablerButton = WebInspector.UIString("Enable Debugging")
    [all...]
inspector.js 213 dockToggleButton.title = WebInspector.UIString("Undock into separate window.");
217 dockToggleButton.title = WebInspector.UIString("Dock to main window.");
289 errorWarningElement.title = WebInspector.UIString("%d error, %d warning", this.errors, this.warnings);
291 errorWarningElement.title = WebInspector.UIString("%d error, %d warnings", this.errors, this.warnings);
293 errorWarningElement.title = WebInspector.UIString("%d errors, %d warning", this.errors, this.warnings);
295 errorWarningElement.title = WebInspector.UIString("%d errors, %d warnings", this.errors, this.warnings);
297 errorWarningElement.title = WebInspector.UIString("%d error", this.errors);
299 errorWarningElement.title = WebInspector.UIString("%d errors", this.errors);
301 errorWarningElement.title = WebInspector.UIString("%d warning", this.warnings);
303 errorWarningElement.title = WebInspector.UIString("%d warnings", this.warnings)
    [all...]
EventListenersSidebarPane.js 32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Event Listeners"));
41 option.label = WebInspector.UIString("All Nodes");
46 option.label = WebInspector.UIString("Selected Node Only");
94 div.textContent = WebInspector.UIString("No Event Listeners");
236 this.subtitleElement.textContent = WebInspector.UIString("(anonymous function)");
ProfilesPanel.js 100 var panelEnablerHeading = WebInspector.UIString("You need to enable profiling before you can use the Profiles panel.");
101 var panelEnablerDisclaimer = WebInspector.UIString("Enabling profiling will make scripts run slower.");
102 var panelEnablerButton = WebInspector.UIString("Enable Profiling");
115 this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear all profiles."), "clear-status-bar-item");
121 this.welcomeView = new WebInspector.WelcomeView("profiles", WebInspector.UIString("Welcome to the Profiles panel"));
152 return WebInspector.UIString("Profiles");
330 group[0]._profilesTreeElement.mainTitle = WebInspector.UIString("Run %d", 1);
337 alternateTitle = WebInspector.UIString("Run %d", group.length);
457 profile.sideBarElement.subtitle = WebInspector.UIString("Loading\u2026");
465 profile.sideBarElement.subtitle = WebInspector.UIString("Loading\u2026")
    [all...]
MetricsSidebarPane.js 31 WebInspector.SidebarPane.call(this, WebInspector.UIString("Metrics"));
156 var boxLabels = [WebInspector.UIString("content"), WebInspector.UIString("padding"), WebInspector.UIString("border"), WebInspector.UIString("margin"), WebInspector.UIString("position")];
ConsolePanel.js 37 return WebInspector.UIString("Console");
PropertiesSidebarPane.js 31 WebInspector.SidebarPane.call(this, WebInspector.UIString("Properties"));
SearchController.js 60 var newLabel = WebInspector.UIString("Search %s", panelName);
149 var matchesString = WebInspector.UIString("1 match");
151 var matchesString = WebInspector.UIString("%d matches", matches);
153 var matchesString = WebInspector.UIString("Not Found");
WatchExpressionsSidebarPane.js 33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Watch Expressions"));
48 addElement.textContent = WebInspector.UIString("Add");
53 refreshElement.textContent = WebInspector.UIString("Refresh");
216 deleteButton.title = WebInspector.UIString("Delete watch expression.");
AuditsPanel.js 44 this.auditResultsTreeElement = new WebInspector.SidebarSectionTreeElement(WebInspector.UIString("RESULTS"), {}, true);
48 this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear audit results."), "clear-status-bar-item");
65 return WebInspector.UIString("Audits");
386 return domain || WebInspector.UIString("[empty domain]");
420 WebInspector.SidebarTreeElement.call(this, "audits-sidebar-tree-item", WebInspector.UIString("Audits"), "", null, false);
ConsoleView.js 40 this.clearButton.title = WebInspector.UIString("Clear console log.");
58 this.toggleConsoleButton.title = WebInspector.UIString("Show console.");
83 this.allElement = createFilterElement.call(this, "all", WebInspector.UIString("All"));
85 this.errorElement = createFilterElement.call(this, "errors", WebInspector.UIString("Errors"));
86 this.warningElement = createFilterElement.call(this, "warnings", WebInspector.UIString("Warnings"));
87 this.logElement = createFilterElement.call(this, "logs", WebInspector.UIString("Logs"));
154 var message = String.sprintf(WebInspector.UIString("%d console messages are not shown."), count);
242 this.toggleConsoleButton.title = WebInspector.UIString("Hide console.");
255 this.toggleConsoleButton.title = WebInspector.UIString("Show console.");
451 contextMenu.appendCheckboxItem(WebInspector.UIString("XMLHttpRequest logging"), itemAction, WebInspector.settings.monitoringXHREnabled
    [all...]
StylesSidebarPane.js 32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Styles"));
39 option.label = WebInspector.UIString("As Authored");
45 option.label = WebInspector.UIString("Hex Colors");
51 option.label = WebInspector.UIString("RGB Colors");
57 option.label = WebInspector.UIString("HSL Colors");
64 option.label = WebInspector.UIString("New Style Rule");
262 styleRules.push({ isStyleSeparator: true, text: WebInspector.UIString("Matched CSS Rules") });
283 var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInherited: true };
415 separatorElement.appendChild(document.createTextNode(WebInspector.UIString("Inherited from") + " "));
422 separatorElement.textContent = WebInspector.UIString("Pseudo ::%s element", pseudoName)
    [all...]
DatabaseQueryView.js 160 var message = WebInspector.UIString("Database no longer has expected version.");
162 var message = WebInspector.UIString("An unexpected error %s occurred.", error.code);
Resource.js 59 return WebInspector.UIString("Document");
61 return WebInspector.UIString("Stylesheet");
63 return WebInspector.UIString("Image");
65 return WebInspector.UIString("Font");
67 return WebInspector.UIString("Script");
69 return WebInspector.UIString("XHR");
71 return WebInspector.UIString("WebSocket");
74 return WebInspector.UIString("Other");
ShortcutsHelp.js 48 this._helpScreen = new WebInspector.HelpScreen(WebInspector.UIString("Keyboard Shortcuts"));
113 this.addLine(this._renderSequence(keys,WebInspector.UIString("or")), description);
ElementsPanel.js 107 this._nodeSearchButton = new WebInspector.StatusBarButton(WebInspector.UIString("Select an element in the page to inspect it."), "node-search-status-bar-item");
129 return WebInspector.UIString("Elements");
290 contextMenu.appendCheckboxItem(WebInspector.UIString("Word Wrap"), toggleWordWrap.bind(this), isTextWrapped.call(this));
307 contextMenu.appendItem(WebInspector.UIString("Open Link in Resources Panel"), WebInspector.openResource.bind(null, resourceURL, true));
649 crumbTitle = WebInspector.UIString("(whitespace)");
651 crumbTitle = WebInspector.UIString("(text)");
747 return document.createTextNode(WebInspector.UIString("<node>"));
    [all...]
utilities.js 625 return WebInspector.UIString("%.3fms", ms);
627 return WebInspector.UIString("%.0fms", ms);
630 return WebInspector.UIString("%.2fs", seconds);
634 return WebInspector.UIString("%.1fmin", minutes);
638 return WebInspector.UIString("%.1fhrs", hours);
641 return WebInspector.UIString("%.1f days", days);
650 return WebInspector.UIString("%.0fB", bytes);
654 return WebInspector.UIString("%.2fKB", kilobytes);
656 return WebInspector.UIString("%.0fKB", kilobytes);
660 return WebInspector.UIString("%.2fMB", megabytes)
    [all...]
SourceFrame.js 472 msg._resourceMessageRepeatCountElement.textContent = WebInspector.UIString(" (repeated %d times)", msg.repeatCount);
621 contextMenu.appendItem(WebInspector.UIString("Continue to Here"), this._delegate.continueToLine.bind(this._delegate, lineNumber));
626 contextMenu.appendItem(WebInspector.UIString("Add Breakpoint"), this._delegate.setBreakpoint.bind(this._delegate, lineNumber, "", true));
639 contextMenu.appendItem(WebInspector.UIString("Add Conditional Breakpoint?"), addConditionalBreakpoint.bind(this));
642 contextMenu.appendItem(WebInspector.UIString("Remove Breakpoint"), this._delegate.removeBreakpoint.bind(this._delegate, lineNumber));
652 contextMenu.appendItem(WebInspector.UIString("Edit Breakpoint?"), editBreakpointCondition.bind(this));
658 contextMenu.appendItem(WebInspector.UIString("Disable Breakpoint"), setBreakpointEnabled.bind(this, false));
660 contextMenu.appendItem(WebInspector.UIString("Enable Breakpoint"), setBreakpointEnabled.bind(this, true));
666 contextMenu.appendCheckboxItem(WebInspector.UIString("De-obfuscate Source"), this._delegate.toggleFormatSourceFiles.bind(this._delegate), this._delegate.formatSourceFilesToggled());
876 labelElement.appendChild(document.createTextNode(WebInspector.UIString("The breakpoint on line %d will stop only if this expression is true:", lineNumber)))
    [all...]
ProfileDataGridTree.js 62 data["self"] = WebInspector.UIString("%.2f%%", this.selfPercent);
67 data["total"] = WebInspector.UIString("%.2f%%", this.totalPercent);
72 data["average"] = WebInspector.UIString("%.2f%%", this.averagePercent);
ResourcesPanel.js 43 this.resourcesListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Frames"), "Frames", ["frame-storage-tree-item"]);
46 this.databasesListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Databases"), "Databases", ["database-storage-tree-item"]);
49 this.localStorageListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Local Storage"), "LocalStorage", ["domstorage-storage-tree-item", "local-storage"]);
52 this.sessionStorageListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Session Storage"), "SessionStorage", ["domstorage-storage-tree-item", "session-storage"]);
55 this.cookieListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Cookies"), "Cookies", ["cookie-storage-tree-item"]);
58 this.applicationCacheListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Application Cache"), "ApplicationCache", ["application-cache-storage-tree-item"]);
84 return WebInspector.UIString("Resources");
    [all...]
Database.js 97 onError(WebInspector.UIString("Database not found."));
ObjectPropertiesSection.js 29 this.emptyPlaceholder = (emptyPlaceholder || WebInspector.UIString("No Properties"));
231 contextMenu.appendItem(WebInspector.UIString("Reveal in Elements Panel"), revealElement.bind(this));
  /external/webkit/Tools/Scripts/
extract-localizable-strings 121 my $UIString;
168 if (!defined $UIString) {
170 $UIString = $string;
234 $UIString = undef;
246 $key = $UIString if !defined $key;
247 HandleUIString($UIString, $key, $comment, $file, $macroLine);
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 85 WebInspector.UIString = function(string)
99 return WebInspector.UIString("Open Link in New Tab");

Completed in 3321 milliseconds

12 3