Searched refs:InspectorFrontendHostAPI (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
H A DInspectorFrontendHost.js32 function InspectorFrontendHostAPI() function
38 subItems:(!Array.<!InspectorFrontendHostAPI.ContextMenuDescriptor>|undefined)}} */
39 InspectorFrontendHostAPI.ContextMenuDescriptor;
41 InspectorFrontendHostAPI.Events = {
65 InspectorFrontendHostAPI.EventDescriptors = [
66 [InspectorFrontendHostAPI.Events.AppendedToURL, ["url"]],
67 [InspectorFrontendHostAPI.Events.CanceledSaveURL, ["url"]],
68 [InspectorFrontendHostAPI.Events.ContextMenuCleared, []],
69 [InspectorFrontendHostAPI.Events.ContextMenuItemSelected, ["id"]],
70 [InspectorFrontendHostAPI
87 InspectorFrontendHostAPI.prototype = { class
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DFileManager.js39 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SavedURL, this._savedURL, this);
40 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.CanceledSaveURL, this._canceledSaveURL, this);
41 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.AppendedToURL, this._appendedToURL, this);
H A DIsolatedFileSystemManager.js44 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.FileSystemsLoaded, this._onFileSystemsLoaded, this);
45 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.FileSystemRemoved, this._onFileSystemRemoved, this);
46 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.FileSystemAdded, this._onFileSystemAdded, this);
H A DFileSystemWorkspaceBinding.js50 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.IndexingTotalWorkCalculated, this._onIndexingTotalWorkCalculated, this);
51 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.IndexingWorked, this._onIndexingWorked, this);
52 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.IndexingDone, this._onIndexingDone, this);
53 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SearchCompleted, this._onSearchCompleted, this);
H A DWorkspace.js584 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.RevealSourceLine, this._revealSourceLine, this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DForwardedInputEventHandler.js10 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.KeyEventUnhandled, this._onKeyEventUnhandled, this);
H A DContextMenu.js84 * @return {!InspectorFrontendHostAPI.ContextMenuDescriptor}
183 * @return {!InspectorFrontendHostAPI.ContextMenuDescriptor}
211 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SetUseSoftMenu, setUseSoftMenu);
241 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.ContextMenuCleared, this._menuCleared, this);
242 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.ContextMenuItemSelected, this._onItemSelected, this);
259 * @return {!Array.<!InspectorFrontendHostAPI.ContextMenuDescriptor>}
289 InspectorFrontendHost.events.removeEventListener(InspectorFrontendHostAPI.Events.ContextMenuCleared, this._menuCleared, this);
290 InspectorFrontendHost.events.removeEventListener(InspectorFrontendHostAPI.Events.ContextMenuItemSelected, this._onItemSelected, this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DInspectElementModeController.js36 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.EnterInspectElementMode, this._toggleSearch, this);
H A DInspectorView.js93 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.ShowConsole, this.showPanel.bind(this, "console"));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/devices/
H A DDevicesView.js24 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.DevicesUpdated, this._onDevicesUpdated, this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DAdvancedApp.js223 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.DeviceCountUpdated, this._onDeviceCountUpdated, this);
H A DMain.js207 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SetToolbarColors, updateToolbarColors);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DInspectorBackend.js602 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.DispatchMessage, this._dispatchMessage, this);

Completed in 95 milliseconds