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

12 3 4 5 6 7

  /external/webkit/Source/WebCore/inspector/front-end/
TestController.js 31 WebInspector.TestController = function()
35 WebInspector.TestController.prototype = {
43 WebInspector.evaluateForTestInFrontend = function(callId, script)
50 result = window[script].call(WebInspector, controller);
54 WebInspector.TestController.prototype.notifyDone(callId, result);
56 WebInspector.testController.prototype.notifyDone(callId, e.toString());
PleaseWaitMessage.js 31 WebInspector.PleaseWaitMessage = function()
35 this.element.textContent = WebInspector.UIString("Please wait\u2026");
38 this.cancelButton.textContent = WebInspector.UIString("Cancel");
42 WebInspector.PleaseWaitMessage.prototype = {
54 var instance = WebInspector.PleaseWaitMessage.prototype.instance;
62 if (!("_instance" in WebInspector.PleaseWaitMessage.prototype))
63 WebInspector.PleaseWaitMessage.prototype._instance = new WebInspector.PleaseWaitMessage();
64 return WebInspector.PleaseWaitMessage.prototype._instance;
69 var instance = WebInspector.PleaseWaitMessage.prototype.instance
    [all...]
SourceCSSTokenizer.re2js 43 WebInspector.SourceCSSTokenizer = function()
45 WebInspector.SourceTokenizer.call(this);
47 this._propertyKeywords = WebInspector.cssNameCompletions.keySet();
123 WebInspector.SourceCSSTokenizer.prototype = {
268 WebInspector.SourceCSSTokenizer.prototype.__proto__ = WebInspector.SourceTokenizer.prototype;
DOMStorage.js 29 WebInspector.DOMStorage = function(id, domain, isLocalStorage)
36 WebInspector.DOMStorage.prototype = {
69 WebInspector.DOMStorageDispatcher = function()
73 WebInspector.DOMStorageDispatcher.prototype = {
76 if (!WebInspector.panels.resources)
78 var domStorage = new WebInspector.DOMStorage(
82 WebInspector.panels.resources.addDOMStorage(domStorage);
87 WebInspector.panels.resources.updateDOMStorage(storageId);
91 InspectorBackend.registerDomainDispatcher("DOMStorage", new WebInspector.DOMStorageDispatcher());
HelpScreen.js 31 WebInspector.HelpScreen = function(title)
48 WebInspector.KeyboardShortcut.Keys.Enter.code,
49 WebInspector.KeyboardShortcut.Keys.Esc.code,
50 WebInspector.KeyboardShortcut.Keys.Space.code,
55 WebInspector.HelpScreen.prototype = {
63 this._previousFocusElement = WebInspector.currentFocusElement;
64 WebInspector.currentFocusElement = this.contentElement;
71 WebInspector.currentFocusElement = this._previousFocusElement;
86 WebInspector.currentFocusElement = this.contentElement;
PropertiesSidebarPane.js 29 WebInspector.PropertiesSidebarPane = function()
31 WebInspector.SidebarPane.call(this, WebInspector.UIString("Properties"));
34 WebInspector.PropertiesSidebarPane.prototype = {
45 WebInspector.RemoteObject.resolveNode(node, nodeResolved.bind(this));
59 var object = WebInspector.RemoteObject.fromPayload(objectPayload);
81 var section = new WebInspector.ObjectPropertiesSection(prototype, title);
89 WebInspector.PropertiesSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype;
CallStackSidebarPane.js 26 WebInspector.CallStackSidebarPane = function(model)
28 WebInspector.SidebarPane.call(this, WebInspector.UIString("Call Stack"));
34 WebInspector.CallStackSidebarPane.prototype = {
44 infoElement.textContent = WebInspector.UIString("Not Paused");
51 var title = callFrame.functionName || WebInspector.UIString("(anonymous function)");
55 subtitle = WebInspector.displayNameForURL(callFrame.url);
57 subtitle = WebInspector.UIString("(internal script)");
59 var placard = new WebInspector.Placard(title, subtitle);
68 placard.subtitle = WebInspector.UIString("line %d", lineNumber + 1)
    [all...]
WatchExpressionsSidebarPane.js 31 WebInspector.WatchExpressionsSidebarPane = function()
33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Watch Expressions"));
37 WebInspector.WatchExpressionsSidebarPane.prototype = {
42 this.expanded = WebInspector.settings.watchExpressions.length > 0;
43 this.section = new WebInspector.WatchExpressionsSection();
48 addElement.textContent = WebInspector.UIString("Add");
53 refreshElement.textContent = WebInspector.UIString("Refresh");
72 WebInspector.WatchExpressionsSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype
    [all...]
GoToLineDialog.js 31 WebInspector.GoToLineDialog = function(view)
37 WebInspector.KeyboardShortcut.Keys.Enter.code,
38 WebInspector.KeyboardShortcut.Keys.Esc.code,
43 dialogWindow.createChild("label").textContent = WebInspector.UIString("Go to line: ");
50 this._input.setAttribute("title", WebInspector.UIString("1 - %d", linesCount));
56 go.textContent = WebInspector.UIString("Go");
67 this._previousFocusElement = WebInspector.currentFocusElement;
68 WebInspector.currentFocusElement = this._input;
72 WebInspector.GoToLineDialog.show = function(sourceView)
76 this._instance = new WebInspector.GoToLineDialog(sourceView)
    [all...]
EventListenersSidebarPane.js 30 WebInspector.EventListenersSidebarPane = function()
32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Event Listeners"));
41 option.label = WebInspector.UIString("All Nodes");
46 option.label = WebInspector.UIString("Selected Node Only");
49 var filter = WebInspector.settings.eventListenersFilter;
60 WebInspector.EventListenersSidebarPane.prototype = {
76 eventListener.node = WebInspector.domAgent.nodeForId(eventListener.nodeId);
83 section = new WebInspector.EventListenersSection(type, node.id);
94 div.textContent = WebInspector.UIString("No Event Listeners")
    [all...]
TimelineAgent.js 31 WebInspector.TimelineAgent = function() {
36 WebInspector.TimelineAgent.RecordType = {
FontView.js 29 WebInspector.FontView = function(resource)
31 WebInspector.ResourceView.call(this, resource);
36 WebInspector.FontView._fontInnerHTML = "ABCDEFGHIJKLM<br>NOPQRSTUVWXYZ<br>abcdefghijklm<br>nopqrstuvwxyz<br>1234567890";
38 WebInspector.FontView._fontId = 0;
40 WebInspector.FontView._measureFontSize = 50;
42 WebInspector.FontView.prototype = {
53 var uniqueFontName = "WebInspectorFontPreview" + (++WebInspector.FontView._fontId);
60 this.fontPreviewElement.innerHTML = WebInspector.FontView._fontInnerHTML;
70 this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px", null);
71 this._dummyElement.innerHTML = WebInspector.FontView._fontInnerHTML
    [all...]
ConsoleView.js 32 WebInspector.ConsoleView = function(drawer)
34 WebInspector.View.call(this, document.getElementById("console-view"));
40 this.clearButton.title = WebInspector.UIString("Clear console log.");
50 this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), ExpressionStopCharacters + ".");
51 this.prompt.history = WebInspector.settings.consoleHistory;
53 this.topGroup = new WebInspector.ConsoleGroup(null);
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"))
    [all...]
DetailedHeapshotView.js 31 WebInspector.HeapSnapshotContainmentDataGrid = function()
34 object: { title: WebInspector.UIString("Object"), disclosure: true, sortable: true, sort: "ascending" },
35 shallowSize: { title: WebInspector.UIString("Shallow Size"), width: "90px", sortable: true },
36 retainedSize: { title: WebInspector.UIString("Retained Size"), width: "90px", sortable: true }
38 WebInspector.DataGrid.call(this, columns);
42 WebInspector.HeapSnapshotContainmentDataGrid.prototype = {
55 MixInSnapshotNodeFunctions(WebInspector.HeapSnapshotObjectNode.prototype, WebInspector.HeapSnapshotContainmentDataGrid.prototype);
56 WebInspector.HeapSnapshotContainmentDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype
    [all...]
ResourcesPanel.js 30 WebInspector.ResourcesPanel = function(database)
32 WebInspector.Panel.call(this, "resources");
34 WebInspector.settings.installApplicationSetting("resourcesLastSelectedItem", {});
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", ["dom (…)
    [all...]
CookieItemsView.js 30 WebInspector.CookieItemsView = function(treeElement, cookieDomain)
32 WebInspector.View.call(this);
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.");
52 WebInspector.CookieItemsView.prototype = {
60 WebInspector.View.prototype.show.call(this, parentElement);
66 WebInspector.View.prototype.hide.call(this)
    [all...]
AuditResultView.js 31 WebInspector.AuditResultView = function(categoryResults)
33 WebInspector.View.call(this);
41 this.element.appendChild(new WebInspector.AuditCategoryResultPane(categoryResults[i]).element);
44 WebInspector.AuditResultView.prototype.__proto__ = WebInspector.View.prototype;
47 WebInspector.AuditCategoryResultPane = function(categoryResult)
49 WebInspector.SidebarPane.call(this, categoryResult.title);
59 var result = WebInspector.AuditRule.SeverityOrder[a.severity || 0] - WebInspector.AuditRule.SeverityOrder[b.severity || 0];
81 WebInspector.AuditCategoryResultPane.prototype =
    [all...]
KeyboardShortcut.js 30 WebInspector.KeyboardShortcut = function()
38 WebInspector.KeyboardShortcut.Modifiers = {
47 return WebInspector.isMac() ? this.Meta : this.Ctrl;
51 WebInspector.KeyboardShortcut.Keys = {
95 WebInspector.KeyboardShortcut.makeKey = function(keyCode, optModifiers)
99 var modifiers = WebInspector.KeyboardShortcut.Modifiers.None;
102 return WebInspector.KeyboardShortcut._makeKeyFromCodeAndModifiers(keyCode, modifiers);
105 WebInspector.KeyboardShortcut.makeKeyFromEvent = function(keyboardEvent)
107 var modifiers = WebInspector.KeyboardShortcut.Modifiers.None;
109 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Shift
    [all...]
ContextMenu.js 31 WebInspector.ContextMenu = function() {
36 WebInspector.ContextMenu.prototype = {
44 WebInspector._contextMenu = this;
81 WebInspector.contextMenuItemSelected = function(id)
83 if (WebInspector._contextMenu)
84 WebInspector._contextMenu._itemSelected(id);
87 WebInspector.contextMenuCleared = function()
90 // so we can't delete last menu object from WebInspector. Fix the contract.
ShowMoreDataGridNode.js 31 WebInspector.ShowMoreDataGridNode = function(callback, nextCount, allCount)
42 this.showNext.textContent = WebInspector.UIString("Show next %d", nextCount);
48 this.showAll.textContent = WebInspector.UIString("Show all %d", allCount);
52 WebInspector.DataGridNode.call(this, {summaryRow:true}, false);
56 WebInspector.ShowMoreDataGridNode.prototype = {
78 WebInspector.ShowMoreDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;
HeapSnapshotView.js 31 WebInspector.HeapSnapshotView = function(parent, profile)
33 WebInspector.View.call(this);
46 code: new WebInspector.ResourceCategory("code", WebInspector.UIString("Code"), "rgb(255,121,0)"),
47 data: new WebInspector.ResourceCategory("data", WebInspector.UIString("Objects"), "rgb(47,102,236)")
53 this.countsSummaryBar = new WebInspector.SummaryBar(this.categories);
55 this.countsSummaryBar.calculator = new WebInspector.HeapSummaryCountCalculator();
58 countsLabel.textContent = WebInspector.UIString("Count");
62 this.sizesSummaryBar = new WebInspector.SummaryBar(this.categories)
    [all...]
ImageView.js 29 WebInspector.ImageView = function(resource)
31 WebInspector.ResourceView.call(this, resource);
36 WebInspector.ImageView.prototype = {
44 WebInspector.ResourceView.prototype.show.call(this, parentElement);
84 { name: WebInspector.UIString("Dimensions"), value: WebInspector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewElement.naturalHeight) },
85 { name: WebInspector.UIString("File size"), value: Number.bytesToString(resourceSize) },
86 { name: WebInspector.UIString("MIME type"), value: this.resource.mimeType }
99 dt.textContent = WebInspector.UIString("URL");
102 dd.appendChild(WebInspector.linkifyURLAsNode(this.resource.url))
    [all...]
ApplicationCacheItemsView.js 26 WebInspector.ApplicationCacheItemsView = function(treeElement, appcacheDomain)
28 WebInspector.View.call(this);
35 this.deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-storage-status-bar-item");
41 this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
68 this._emptyMsgElement.textContent = WebInspector.UIString("No Application Cache information available.");
74 WebInspector.ApplicationCacheItemsView.prototype = {
93 WebInspector.View.prototype.show.call(this, parentElement);
100 WebInspector.View.prototype.hide.call(this)
    [all...]
  /external/webkit/Tools/QtTestBrowser/
webinspector.h 34 class WebInspector : public QWebInspector {
38 WebInspector(QWidget* parent = 0) : QWebInspector(parent) {}
  /external/webkit/Source/WebKit/win/
WebInspector.cpp 30 #include "WebInspector.h"
40 WebInspector* WebInspector::createInstance(WebView* webView)
42 WebInspector* inspector = new WebInspector(webView);
47 WebInspector::WebInspector(WebView* webView)
54 gClassNameCount.add("WebInspector");
57 WebInspector::~WebInspector()
    [all...]

Completed in 245 milliseconds

12 3 4 5 6 7