Searched defs:Events (Results 76 - 100 of 137) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
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);
52 WebInspector.IsolatedFileSystemManager.Events = {
116 this.dispatchEventToListeners(WebInspector.IsolatedFileSystemManager.Events.FileSystemAdded, isolatedFileSystem);
162 this.dispatchEventToListeners(WebInspector.IsolatedFileSystemManager.Events.FileSystemRemoved, isolatedFileSystem);
H A DWorkspace.js245 WebInspector.Project.Events = {
282 this.dispatchEventToListeners(WebInspector.Project.Events.DisplayNameUpdated);
315 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeAdded, uiSourceCode);
334 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeRemoved, entry.uiSourceCode);
339 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.ProjectRemoved, this);
425 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeContentCommitted, { uiSourceCode: uiSourceCode, content: newContent });
584 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.RevealSourceLine, this._revealSourceLine, this);
587 WebInspector.Workspace.Events = {
661 this.dispatchEventToListeners(WebInspector.Workspace.Events.ProjectAdded, project);
839 this.removeEventListener(WebInspector.Workspace.Events
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js952 WebInspector.profilingLock().addEventListener(WebInspector.Lock.Events.StateChanged, this._profilingStateChanged, this);
957 WebInspector.DOMModel.Events = {
1119 this.dispatchEventToListeners(WebInspector.DOMModel.Events.AttrModified, { node: node, name: name });
1132 this.dispatchEventToListeners(WebInspector.DOMModel.Events.AttrRemoved, { node: node, name: name });
1164 this.dispatchEventToListeners(WebInspector.DOMModel.Events.AttrModified, { node: node, name: "style" });
1185 this.dispatchEventToListeners(WebInspector.DOMModel.Events.CharacterDataModified, node);
1212 this.dispatchEventToListeners(WebInspector.DOMModel.Events.DocumentUpdated, this._document);
1249 this.dispatchEventToListeners(WebInspector.DOMModel.Events.ChildNodeCountUpdated, node);
1263 this.dispatchEventToListeners(WebInspector.DOMModel.Events.NodeInserted, node);
1276 this.dispatchEventToListeners(WebInspector.DOMModel.Events
[all...]
H A DCSSParser.js18 WebInspector.CSSParser.Events = {
93 this.dispatchEventToListeners(WebInspector.CSSParser.Events.RulesParsed);
H A DTarget.js19 connection.addEventListener(InspectorBackendClass.Connection.Events.Disconnected, this._onDisconnect, this);
277 WebInspector.TargetManager.Events = {
H A DScript.js55 WebInspector.Script.Events = {
191 this.dispatchEventToListeners(WebInspector.Script.Events.ScriptEdited, newSource);
231 this.dispatchEventToListeners(WebInspector.Script.Events.SourceMapURLAdded, this.sourceMapURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasProfileView.js101 this._logGrid.addEventListener(WebInspector.DataGrid.Events.SelectedNode, this._replayTraceLog, this);
155 this._replayInfoSplitView.addEventListener(WebInspector.SplitView.Events.ShowModeChanged, this._updateReplayInfoResizeWidget, this);
971 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ViewUpdated);
1210 WebInspector.CanvasTraceLogPlayerProxy.Events = {
1236 this.dispatchEventToListeners(WebInspector.CanvasTraceLogPlayerProxy.Events.CanvasTraceLogReceived, traceLog);
1245 this.dispatchEventToListeners(WebInspector.CanvasTraceLogPlayerProxy.Events.CanvasReplayStateChanged);
1278 this.dispatchEventToListeners(WebInspector.CanvasTraceLogPlayerProxy.Events.CanvasResourceStateReceived, resourceState);
1305 this.dispatchEventToListeners(WebInspector.CanvasTraceLogPlayerProxy.Events.CanvasReplayStateChanged);
1307 this.dispatchEventToListeners(WebInspector.CanvasTraceLogPlayerProxy.Events.CanvasResourceStateReceived, resourceState);
1315 this.dispatchEventToListeners(WebInspector.CanvasTraceLogPlayerProxy.Events
[all...]
H A DProfilesPanel.js49 WebInspector.ProfileType.Events = {
205 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile);
265 this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile);
326 WebInspector.ProfileHeader.Events = {
354 this.dispatchEventToListeners(WebInspector.ProfileHeader.Events.UpdateStatus, new WebInspector.ProfileHeader.StatusUpdate(subtitle, wait));
494 WebInspector.profilingLock().addEventListener(WebInspector.Lock.Events.StateChanged, this._onProfilingStateChanged, this);
709 profileType.addEventListener(WebInspector.ProfileType.Events.ViewUpdated, this._updateProfileTypeSpecificUI, this);
710 profileType.addEventListener(WebInspector.ProfileType.Events.AddProfileHeader, onAddProfileHeader, this);
711 profileType.addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, onRemoveProfileHeader, this);
712 profileType.addEventListener(WebInspector.ProfileType.Events
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DBreakpoint002Debuggee.java19 package org.apache.harmony.jpda.tests.jdwp.Events;
H A DClassUnloadDebuggee.java26 package org.apache.harmony.jpda.tests.jdwp.Events;
43 "org.apache.harmony.jpda.tests.jdwp.Events.ClassUnloadTestedClass";
H A DMethodExitWithReturnValueDebuggee.java19 package org.apache.harmony.jpda.tests.jdwp.Events;
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.h114 enum Events { enum in class:component_updater::ComponentUpdateService::Observer
146 virtual void OnEvent(Events event, const std::string& id) = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/devices/
H A DDevicesView.js24 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.DevicesUpdated, this._onDevicesUpdated, this);
42 WebInspector.DevicesView.Events = {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DCallStackSidebarPane.js43 WebInspector.CallStackSidebarPane.Events = {
341 this.dispatchEventToListeners(WebInspector.CallStackSidebarPane.Events.CallFrameSelected, placard._callFrame);
H A DTabbedEditorContainer.js71 WebInspector.TabbedEditorContainer.Events = {
158 this._currentView.addEventListener(WebInspector.SourceFrame.Events.ScrollChanged, this._scrollChanged, this);
159 this._currentView.addEventListener(WebInspector.SourceFrame.Events.SelectionChanged, this._selectionChanged, this);
166 this._currentView.removeEventListener(WebInspector.SourceFrame.Events.ScrollChanged, this._scrollChanged, this);
167 this._currentView.removeEventListener(WebInspector.SourceFrame.Events.SelectionChanged, this._selectionChanged, this);
212 this.dispatchEventToListeners(WebInspector.TabbedEditorContainer.Events.EditorSelected, eventData);
415 this.dispatchEventToListeners(WebInspector.TabbedEditorContainer.Events.EditorClosed, uiSourceCode);
438 uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.TitleChanged, this._uiSourceCodeTitleChanged, this);
439 uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.WorkingCopyChanged, this._uiSourceCodeWorkingCopyChanged, this);
440 uiSourceCode.addEventListener(WebInspector.UISourceCode.Events
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDataGrid.js163 WebInspector.DataGrid.Events = {
670 this.dispatchEventToListeners(WebInspector.DataGrid.Events.ColumnsResized);
870 this.dispatchEventToListeners(WebInspector.DataGrid.Events.SortingChanged);
1039 this.dispatchEventToListeners(WebInspector.DataGrid.Events.ColumnsResized);
1063 this.dispatchEventToListeners(WebInspector.DataGrid.Events.ColumnsResized);
1586 this.dataGrid.dispatchEventToListeners(WebInspector.DataGrid.Events.SelectedNode);
1612 this.dataGrid.dispatchEventToListeners(WebInspector.DataGrid.Events.DeselectedNode);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionAPI.js59 apiPrivate.Events = {
118 var events = apiPrivate.Events;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DResourceScriptMapping.js43 this._workspace.addEventListener(WebInspector.Workspace.Events.UISourceCodeAdded, this._uiSourceCodeAdded, this);
44 this._workspace.addEventListener(WebInspector.Workspace.Events.UISourceCodeRemoved, this._uiSourceCodeRemoved, this);
51 debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, this._debuggerReset, this);
269 this._workspace.removeEventListener(WebInspector.Workspace.Events.UISourceCodeAdded, this._uiSourceCodeAdded, this);
270 this._workspace.removeEventListener(WebInspector.Workspace.Events.UISourceCodeRemoved, this._uiSourceCodeRemoved, this);
292 this._uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.WorkingCopyChanged, this._workingCopyChanged, this);
296 WebInspector.ResourceScriptFile.Events = {
366 this.dispatchEventToListeners(WebInspector.ResourceScriptFile.Events.DidDivergeFromVM, this._uiSourceCode);
375 this.dispatchEventToListeners(WebInspector.ResourceScriptFile.Events.DidMergeToVM, this._uiSourceCode);
433 this._uiSourceCode.removeEventListener(WebInspector.UISourceCode.Events
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DProgress.js39 WebInspector.Progress.Events = {
93 parent.addEventListener(WebInspector.Progress.Events.Canceled, this._parentCanceled.bind(this));
101 this.dispatchEventToListeners(WebInspector.Progress.Events.Done);
107 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
109 this._children[i].dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
176 this.dispatchEventToListeners(WebInspector.Progress.Events.Done);
H A DConsole.js18 WebInspector.Console.Events = {
75 this.dispatchEventToListeners(WebInspector.Console.Events.MessageAdded, message);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js24 WebInspector.zoomManager.addEventListener(WebInspector.ZoomManager.Events.ZoomChanged, this._renderMediaQueries.bind(this), this);
36 WebInspector.MediaQueryInspector.Events = {
51 target.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, this._scheduleMediaQueriesUpdate, this);
52 target.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetRemoved, this._scheduleMediaQueriesUpdate, this);
53 target.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetChanged, this._scheduleMediaQueriesUpdate, this);
54 target.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.MediaQueryResultChanged, this._scheduleMediaQueriesUpdate, this);
64 target.cssModel.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, this._scheduleMediaQueriesUpdate, this);
65 target.cssModel.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetRemoved, this._scheduleMediaQueriesUpdate, this);
66 target.cssModel.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetChanged, this._scheduleMediaQueriesUpdate, this);
67 target.cssModel.removeEventListener(WebInspector.CSSStyleModel.Events
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DLayers3DView.js42 this._transformController.addEventListener(WebInspector.TransformController.Events.TransformChanged, this._update, this);
60 this._textureManager.addEventListener(WebInspector.LayerTextureManager.Events.TextureUpdated, this._update, this);
82 WebInspector.Layers3DView.Events = {
659 contextMenu.appendItem(WebInspector.UIString("Jump to Paint Event"), this.dispatchEventToListeners.bind(this, WebInspector.Layers3DView.Events.JumpToPaintEventRequested, activeObject.traceEvent), false);
672 this.dispatchEventToListeners(WebInspector.Layers3DView.Events.ObjectHovered, this._activeObjectFromEventPoint(event));
691 this.dispatchEventToListeners(WebInspector.Layers3DView.Events.ObjectSelected, this._activeObjectFromEventPoint(event));
704 this.dispatchEventToListeners(WebInspector.Layers3DView.Events.JumpToPaintEventRequested, object.traceEvent);
706 this.dispatchEventToListeners(WebInspector.Layers3DView.Events.LayerSnapshotRequested, object.layer);
724 WebInspector.LayerTextureManager.Events = {
829 this.dispatchEventToListeners(WebInspector.LayerTextureManager.Events
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DSourceFrame.js93 WebInspector.SourceFrame.Events = {
685 this.dispatchEventToListeners(WebInspector.SourceFrame.Events.JumpHappened, {
710 this.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange);
711 WebInspector.notifications.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange);
742 this.dispatchEventToListeners(WebInspector.SourceFrame.Events.ScrollChanged, lineNumber);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js122 WebInspector.Spectrum.Events = {
263 this.dispatchEventToListeners(WebInspector.Spectrum.Events.ColorChanged, this._colorString());
329 WebInspector.SpectrumPopupHelper.Events = {
407 this.dispatchEventToListeners(WebInspector.SpectrumPopupHelper.Events.Hidden, !!commitEdit);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Devent_test.cc39 uint32_t Events() { return events_; } function in class:EventListenerTester
55 EXPECT_EQ(0, listener_a.Events());
61 EXPECT_EQ(POLLIN, listener_a.Events());
69 EXPECT_EQ(POLLOUT, listener_a.Events());
70 EXPECT_EQ(POLLIN | POLLOUT, listener_b.Events());

Completed in 312 milliseconds

123456