HomeSort by relevance Sort by last modified time
    Searched defs:Events (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkRequest.js 65 WebInspector.NetworkRequest.Events = {
285 this.dispatchEventToListeners(WebInspector.NetworkRequest.Events.FinishedLoading, this);
349 this.dispatchEventToListeners(WebInspector.NetworkRequest.Events.TimingChanged, this);
477 this.dispatchEventToListeners(WebInspector.NetworkRequest.Events.RequestHeadersChanged);
497 this.dispatchEventToListeners(WebInspector.NetworkRequest.Events.RequestHeadersChanged);
580 this.dispatchEventToListeners(WebInspector.NetworkRequest.Events.ResponseHeadersChanged);
600 this.dispatchEventToListeners(WebInspector.NetworkRequest.Events.ResponseHeadersChanged);
ScriptsNavigator.js 42 this._scriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemSelected, this._scriptSelected, this);
43 this._scriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemSearchStarted, this._itemSearchStarted, this);
44 this._scriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemRenamingRequested, this._itemRenamingRequested, this);
45 this._scriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemCreationRequested, this._itemCreationRequested, this);
48 this._contentScriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemSelected, this._scriptSelected, this);
49 this._contentScriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemSearchStarted, this._itemSearchStarted, this);
50 this._contentScriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemRenamingRequested, this._itemRenamingRequested, this);
51 this._contentScriptsView.addEventListener(WebInspector.NavigatorView.Events.ItemCreationRequested, this._itemCreationRequested, this);
54 this._snippetsView.addEventListener(WebInspector.NavigatorView.Events.ItemSelected, this._scriptSelected, this);
55 this._snippetsView.addEventListener(WebInspector.NavigatorView.Events.ItemSearchStarted, this._itemSearchStarted, this)
    [all...]
Resource.js 57 this._request.addEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this);
60 WebInspector.Resource.Events = {
160 this.dispatchEventToListeners(WebInspector.Resource.Events.MessageAdded, msg);
194 this.dispatchEventToListeners(WebInspector.Resource.Events.MessagesCleared);
311 this._request.removeEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this);
UISourceCode.js 66 WebInspector.UISourceCode.Events = {
188 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.TitleChanged, oldURI);
352 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.WorkingCopyCommitted);
370 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.SavedStateUpdated);
392 var mayHavePersistingExtensions = WebInspector.extensionServer.hasSubscribers(WebInspector.extensionAPI.Events.ResourceContentCommitted);
531 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.WorkingCopyChanged);
549 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.WorkingCopyChanged);
555 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.WorkingCopyChanged);
726 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.ConsoleMessageAdded, message);
735 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.ConsoleMessageRemoved, message)
    [all...]
DebuggerModel.js 79 WebInspector.DebuggerModel.Events = {
146 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.DebuggerWasEnabled);
157 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.DebuggerWasDisabled);
257 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.BreakpointResolved, {breakpointId: breakpointId, location: location});
264 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.GlobalObjectCleared);
350 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.DebuggerPaused, this._debuggerPausedDetails);
377 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.DebuggerResumed);
395 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.ParsedScriptSource, script);
473 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.CallFrameSelected, callFrame);
477 this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.ExecutionLineChanged, uiLocation)
    [all...]
TextPrompt.js 49 WebInspector.TextPrompt.Events = {
91 * they should use the result of this method to attach listeners for bubbling events.
102 * they should use the result of this method to attach listeners for bubbling events
577 this.dispatchEventToListeners(WebInspector.TextPrompt.Events.ItemApplied, { itemText: completionText });
606 this.dispatchEventToListeners(WebInspector.TextPrompt.Events.ItemAccepted);
DockController.js 52 WebInspector.DockController.Events = {
90 this.dispatchEventToListeners(WebInspector.DockController.Events.DockSideChanged, this._dockSide);
WorkerManager.js 118 WebInspector.WorkerManager.Events = {
129 this.dispatchEventToListeners(WebInspector.WorkerManager.Events.WorkerAdded, {workerId: workerId, url: url, inspectorConnected: inspectorConnected});
135 this.dispatchEventToListeners(WebInspector.WorkerManager.Events.WorkerRemoved, workerId);
179 WebInspector.notifications.addEventListener(WebInspector.Events.InspectorClosing, this._pageInspectorClosing, this);
193 this.dispatchEventToListeners(WebInspector.WorkerManager.Events.WorkersCleared);
225 WebInspector.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, screen.hide, screen);
293 WebInspector.debuggerModel.removeEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, this.hide, this);
Database.js 142 WebInspector.DatabaseModel.Events = {
173 this.dispatchEventToListeners(WebInspector.DatabaseModel.Events.DatabaseAdded, database);
CSSStyleModel.js 40 WebInspector.domAgent.addEventListener(WebInspector.DOMAgent.Events.UndoRedoRequested, this._undoRedoRequested, this);
41 WebInspector.domAgent.addEventListener(WebInspector.DOMAgent.Events.UndoRedoCompleted, this._undoRedoCompleted, this);
44 WebInspector.domAgent.addEventListener(WebInspector.DOMAgent.Events.DocumentUpdated, this._resetNamedFlowCollections, this);
72 WebInspector.CSSStyleModel.Events = {
357 this.dispatchEventToListeners(WebInspector.CSSStyleModel.Events.MediaQueryResultChanged);
398 if (!majorChange || !styleSheetId || !this.hasEventListeners(WebInspector.CSSStyleModel.Events.StyleSheetChanged))
401 this.dispatchEventToListeners(WebInspector.CSSStyleModel.Events.StyleSheetChanged, { styleSheetId: styleSheetId, majorChange: majorChange });
422 this.dispatchEventToListeners(WebInspector.CSSStyleModel.Events.StyleSheetAdded, styleSheetHeader);
441 this.dispatchEventToListeners(WebInspector.CSSStyleModel.Events.StyleSheetRemoved, header);
484 this.dispatchEventToListeners(WebInspector.CSSStyleModel.Events.NamedFlowCreated, namedFlow)
    [all...]
IsolatedFileSystemManager.js 50 WebInspector.IsolatedFileSystemManager.Events = {
121 this.dispatchEventToListeners(WebInspector.IsolatedFileSystemManager.Events.FileSystemAdded, isolatedFileSystem);
166 this.dispatchEventToListeners(WebInspector.IsolatedFileSystemManager.Events.FileSystemRemoved, isolatedFileSystem);
RuntimeModel.js 45 WebInspector.RuntimeModel.Events = {
89 this.dispatchEventToListeners(WebInspector.RuntimeModel.Events.FrameExecutionContextListAdded, context);
106 this.dispatchEventToListeners(WebInspector.RuntimeModel.Events.FrameExecutionContextListRemoved, context);
DOMAgent.js 840 WebInspector.DOMAgent.Events = {
981 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.AttrModified, { node: node, name: name });
994 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.AttrRemoved, { node: node, name: name });
1026 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.AttrModified, { node: node, name: "style" });
1047 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.CharacterDataModified, node);
1074 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.DocumentUpdated, this._document);
1111 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.ChildNodeCountUpdated, node);
1125 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.NodeInserted, node);
1138 this.dispatchEventToListeners(WebInspector.DOMAgent.Events.NodeRemoved, {node: node, parent: parent});
    [all...]
Workspace.js 58 WebInspector.ProjectDelegate.Events = {
174 this._projectDelegate.addEventListener(WebInspector.ProjectDelegate.Events.FileAdded, this._fileAdded, this);
175 this._projectDelegate.addEventListener(WebInspector.ProjectDelegate.Events.FileRemoved, this._fileRemoved, this);
176 this._projectDelegate.addEventListener(WebInspector.ProjectDelegate.Events.Reset, this._reset, this);
225 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeAdded, uiSourceCode);
242 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeRemoved, entry.uiSourceCode);
247 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.ProjectWillReset, this);
324 this._workspace.dispatchEventToListeners(WebInspector.Workspace.Events.UISourceCodeContentCommitted, { uiSourceCode: uiSourceCode, content: newContent });
464 WebInspector.Workspace.Events = {
ExtensionAPI.js 59 apiPrivate.Events = {
115 var events = apiPrivate.Events;
194 this.onMessageAdded = new EventSink(events.ConsoleMessageAdded);
225 this.onRequestFinished = new EventSink(events.NetworkRequestFinished, dispatchRequestEvent);
227 this.onNavigated = new EventSink(events.InspectedURLChanged);
303 var hadHandler = extensionServer.hasHandler(events.OpenResource);
306 extensionServer.unregisterHandler(events.OpenResource);
318 extensionServer.registerHandler(events.OpenResource, callbackWrapper);
348 this.onShown = new EventSink(events.ViewShown + id, dispatchShowEvent)
    [all...]
DataGrid.js 145 WebInspector.DataGrid.Events = {
195 dataGrid.addEventListener(WebInspector.DataGrid.Events.SortingChanged, sortDataGrid, this);
602 this.dispatchEventToListeners(WebInspector.DataGrid.Events.ColumnsResized);
663 this.dispatchEventToListeners(WebInspector.DataGrid.Events.ColumnsResized);
    [all...]
ProfilesPanel.js 45 WebInspector.ProfileType.Events = {
186 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile);
227 this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile);
634 profileType.addEventListener(WebInspector.ProfileType.Events.ViewUpdated, this._updateProfileTypeSpecificUI, this);
635 profileType.addEventListener(WebInspector.ProfileType.Events.AddProfileHeader, onAddProfileHeader, this);
636 profileType.addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, onRemoveProfileHeader, this);
637 profileType.addEventListener(WebInspector.ProfileType.Events.ProgressUpdated, onProgressUpdated, this);
    [all...]
ProgressIndicator.js 49 WebInspector.ProgressIndicator.Events = {
75 this.dispatchEventToListeners(WebInspector.ProgressIndicator.Events.Done);
81 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
BreakpointManager.js 49 this._debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.BreakpointResolved, this._breakpointResolved, this);
50 this._workspace.addEventListener(WebInspector.Workspace.Events.ProjectWillReset, this._projectWillReset, this);
51 this._workspace.addEventListener(WebInspector.Workspace.Events.UISourceCodeAdded, this._uiSourceCodeAdded, this);
54 WebInspector.BreakpointManager.Events = {
96 uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.SourceMappingChanged, this._uiSourceCodeMappingChanged, this);
97 uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.FormattedChanged, this._uiSourceCodeFormatted, this);
351 this.dispatchEventToListeners(WebInspector.BreakpointManager.Events.BreakpointAdded, {breakpoint: breakpoint, uiLocation: uiLocation});
371 this.dispatchEventToListeners(WebInspector.BreakpointManager.Events.BreakpointRemoved, {breakpoint: breakpoint, uiLocation: uiLocation});
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 26 import com.google.android.droiddriver.util.Events;
94 long downTime = Events.touchDown(injector, startX, startY);
99 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i));
106 Events.touchUp(injector, downTime, endX, endY);
ClickAction.java 25 import com.google.android.droiddriver.util.Events;
59 long downTime = Events.touchDown(injector, elementRect.centerX(), elementRect.centerY());
62 Events.touchUp(injector, downTime, elementRect.centerX(), elementRect.centerY());
75 long downTime = Events.touchDown(injector, elementRect.centerX(), elementRect.centerY());
79 Events.touchUp(injector, downTime, elementRect.centerX(), elementRect.centerY());
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 49 import android.provider.CalendarContract.Events;
102 new String[] {Events._ID};
105 Events._SYNC_ID,
106 Events.RRULE,
107 Events.RDATE,
108 Events.ORIGINAL_ID,
109 Events.ORIGINAL_SYNC_ID,
156 * Projection to query for correcting times in allDay events.
159 Events._ID,
160 Events.DTSTART
4034 Cursor events = null; local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 45 protected Uri mEventsUri = CalendarContract.Events.CONTENT_URI;
55 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events._ID);
56 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events.SYNC_DATA5);
57 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events.SYNC_DATA4);
58 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events.SYNC_DATA2);
59 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events.DIRTY);
60 EVENT_COLUMNS_TO_SKIP.add(CalendarContract.Events.SYNC_DATA8);
108 m.put(CalendarContract.Events.CALENDAR_ID, calendarId);
109 m.put(CalendarContract.Events.TITLE, event.mTitle);
110 m.put(CalendarContract.Events.DTSTART, event.mDtstart)
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/util/
Events.java 30 public class Events {
99 private Events() {}
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.h 56 enum Events {
76 virtual void OnEvent(Events event, int extra) = 0;

Completed in 514 milliseconds

1 2 3