Home | History | Annotate | Download | only in front_end

Lines Matching refs:function

43 function postMessage(message) {}
47 * @param {!Function} listener
50 function addEventListener(eventName, listener, capturing) {}
58 Array.prototype.remove = function(value, onlyFirst) {}
64 Array.prototype.pushAll = function(array) {}
70 Array.prototype.keySet = function() {}
77 Array.prototype.rotate = function(index) {}
81 Array.prototype.sortNumbers = function() {}
84 * @param {function(!T,!S):number=} comparator
89 Array.prototype.lowerBound = function(object, comparator) {}
92 * @param {function(!T,!S):number=} comparator
97 Array.prototype.upperBound = function(object, comparator) {}
100 * @param {function(!T,!S):number} comparator
105 Array.prototype.binaryIndexOf = function(value, comparator) {}
107 * @param {function(number, number): number} comparator
115 Array.prototype.sortRange = function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight) {}
118 * @param {function(!T,!T): number=} comparator
123 Array.prototype.stableSort = function(comparator) {}
127 * @param {function(number,number):boolean} comparator
133 Array.prototype.partition = function(comparator, left, right, pivotIndex) {}
138 * @param {function(number,number):boolean=} comparator
141 Array.prototype.qselect = function(k, comparator) {}
149 Array.prototype.select = function(field) {}
156 Array.prototype.peekLast = function() {}
160 * @param {function(T,T):number} comparator
165 Array.prototype.intersectOrdered = function(array, comparator) {}
169 * @param {function(T,T):number} comparator
174 Array.prototype.mergeOrdered = function(array, comparator) {}
180 function DOMFileSystem() {}
188 function InspectorFrontendHostAPI() {}
189 /** @param {!Function=} callback */
190 InspectorFrontendHostAPI.prototype.addFileSystem = function(callback) {}
191 /** @param {!Function=} callback */
192 InspectorFrontendHostAPI.prototype.append = function(url, content, callback) {}
193 /** @param {!Function=} callback */
194 InspectorFrontendHostAPI.prototype.indexPath = function(requestId, fileSystemPath, callback) {}
196 InspectorFrontendHostAPI.prototype.getSelectionBackgroundColor = function() {}
198 InspectorFrontendHostAPI.prototype.getSelectionForegroundColor = function() {}
200 InspectorFrontendHost.isUnderTest = function() {}
205 InspectorFrontendHostAPI.prototype.setInspectedPageBounds = function(bounds) {}
212 InspectorFrontendHostAPI.prototype.setContentsResizingStrategy = function(insets, minSize) {}
214 InspectorFrontendHostAPI.prototype.setWhitelistedShortcuts = function(shortcuts) {}
215 InspectorFrontendHostAPI.prototype.inspectElementCompleted = function() {}
216 /** @param {!Function=} callback */
217 InspectorFrontendHostAPI.prototype.moveWindowBy = function(x, y, callback) {}
218 /** @param {!Function=} callback */
219 InspectorFrontendHostAPI.prototype.openInNewTab = function(url, callback) {}
220 /** @param {!Function=} callback */
221 InspectorFrontendHostAPI.prototype.removeFileSystem = function(fileSystemPath, callback) {}
222 /** @param {!Function=} callback */
223 InspectorFrontendHostAPI.prototype.requestFileSystems = function(callback) {}
224 /** @param {!Function=} callback */
225 InspectorFrontendHostAPI.prototype.save = function(url, content, forceSaveAs, callback) {}
226 /** @param {!Function=} callback */
227 InspectorFrontendHostAPI.prototype.searchInPath = function(requestId, fileSystemPath, query, callback) {}
228 /** @param {!Function=} callback */
229 InspectorFrontendHostAPI.prototype.stopIndexing = function(requestId, callback) {}
231 InspectorFrontendHostAPI.prototype.bringToFront = function() {}
232 InspectorFrontendHostAPI.prototype.openUrlOnRemoteDeviceAndInspect = function(browserId, url) {}
233 InspectorFrontendHostAPI.prototype.closeWindow = function() {}
234 InspectorFrontendHostAPI.prototype.copyText = function(text) {}
235 InspectorFrontendHostAPI.prototype.inspectedURLChanged = function(url) {}
236 InspectorFrontendHostAPI.prototype.isolatedFileSystem = function(fileSystemId, registeredName) {}
237 InspectorFrontendHostAPI.prototype.upgradeDraggedFileSystemPermissions = function(DOMFileSystem) {}
238 InspectorFrontendHostAPI.prototype.platform = function() {}
239 InspectorFrontendHostAPI.prototype.port = function() {}
240 InspectorFrontendHostAPI.prototype.recordActionTaken = function(actionCode) {}
241 InspectorFrontendHostAPI.prototype.recordPanelShown = function(panelCode) {}
242 InspectorFrontendHostAPI.prototype.sendMessageToBackend = function(message) {}
243 InspectorFrontendHostAPI.prototype.sendMessageToEmbedder = function(message) {}
244 InspectorFrontendHostAPI.prototype.setInjectedScriptForOrigin = function(origin, script) {}
245 InspectorFrontendHostAPI.prototype.setIsDocked = function(isDocked, callback) {}
246 InspectorFrontendHostAPI.prototype.setZoomFactor = function(zoom) {}
247 InspectorFrontendHostAPI.prototype.subscribe = function(eventType) {}
248 InspectorFrontendHostAPI.prototype.unsubscribe = function(eventType) {}
249 InspectorFrontendHostAPI.prototype.zoomFactor = function() {}
250 InspectorFrontendHostAPI.prototype.zoomIn = function() {}
251 InspectorFrontendHostAPI.prototype.zoomOut = function() {}
252 InspectorFrontendHostAPI.prototype.resetZoom = function() {}
255 InspectorFrontendHost.embedderMessageAck = function(id, error) {}
264 WebInspector.reload = function() { }
269 function AuditCategory() {}
271 function AuditResult() {}
273 function EventSink() {}
275 function ExtensionSidebarPane() {}
277 function Panel() {}
279 function PanelWithSidebar() {}
281 function Request() {}
283 function Resource() {}
285 function Timeline() {}
292 function ExtensionDescriptor() {
300 function ExtensionReloadOptions() {
309 difflib.stringAsLines = function(text) { return []; }
311 difflib.SequenceMatcher = function(baseText, newText) { }
312 difflib.SequenceMatcher.prototype.get_opcodes = function() { return []; }
315 var Doc = function() { }
324 var CodeMirror = function(element, config) { }
325 CodeMirror.on = function(obj, type, handler) { }
329 addKeyMap: function(map) { },
330 addLineClass: function(handle, where, cls) { },
332 addLineWidget: function(handle, node, options) { },
337 addOverlay: function(spec, options) { },
338 addWidget: function(pos, node, scroll, vert, horiz) { },
339 charCoords: function(pos, mode) { },
340 clearGutter: function(gutterID) { },
341 clearHistory: function() { },
342 clipPos: function(pos) { },
344 coordsChar: function(coords, mode) { },
346 cursorCoords: function(start, mode) { },
347 defaultCharWidth: function() { },
348 defaultTextHeight: function() { },
349 deleteH: function(dir, unit) { },
354 eachLine: function(from, to, op) { },
355 execCommand: function(cmd) { },
356 extendSelection: function(from, to) { },
357 findMarksAt: function(pos) { },
358 findMatchingBracket: function() { },
359 findPosH: function(from, amount, unit, visually) { },
360 findPosV: function(from, amount, unit, goalColumn) { },
361 firstLine: function() { },
362 focus: function() { },
363 getAllMarks: function() { },
365 getCursor: function(start) { },
366 getDoc: function() { },
367 getGutterElement: function() { },
368 getHistory: function() { },
369 getInputField: function(){ },
370 getLine: function(line) { },
374 getLineHandle: function(line) { },
375 getLineNumber: function(line) { },
376 getMode: function() { },
377 getOption: function(option) { },
379 getRange: function(from, to, lineSep) { },
383 getScrollInfo: function() { },
384 getScrollerElement: function() { },
385 getSelection: function() { },
386 getSelections: function() { },
387 getStateAfter: function(line) { },
388 getTokenAt: function(pos) { },
390 getValue: function(lineSep) { },
391 getViewport: function() { },
392 getWrapperElement: function() { },
393 hasFocus: function() { },
394 historySize: function() { },
395 indentLine: function(n, dir, aggressive) { },
396 indentSelection: function(how) { },
397 indexFromPos: function(coords) { },
398 isClean: function() { },
399 iterLinkedDocs: function(f) { },
400 lastLine: function() { },
401 lineCount: function() { },
402 lineInfo: function(line) { },
407 lineAtHeight: function(height, mode) { },
408 linkedDoc: function(options) { },
409 listSelections: function() { },
410 markClean: function() { },
411 markText: function(from, to, options) { },
412 moveH: function(dir, unit) { },
413 moveV: function(dir, unit) { },
414 off: function(type, f) { },
415 on: function(type, f) { },
416 operation: function(f) { },
417 posFromIndex: function(off) { },
418 redo: function() { },
419 refresh: function() { },
420 removeKeyMap: function(map) { },
421 removeLine: function(line) { },
422 removeLineClass: function(handle, where, cls) { },
423 removeLineWidget: function(widget) { },
424 removeOverlay: function(spec) { },
426 replaceRange: function(code, from, to, origin) { },
427 replaceSelection: function(code, collapse, origin) { },
429 scrollIntoView: function(pos, margin) { },
430 scrollTo: function(x, y) { },
431 setBookmark: function(pos, options) { },
432 setCursor: function(line, ch, extend) { },
433 setExtending: function(val) { },
434 setGutterMarker: function(line, gutterID, value) { },
435 setHistory: function(histData) { },
436 setLine: function(line, text) { },
437 setOption: function(option, value) { },
438 setSelection: function(anchor, head) { },
443 setSelections: function(selections, primaryIndex, config) { },
444 setSize: function(width, height) { },
445 setValue: function(code) { },
446 somethingSelected: function() { },
447 swapDoc: function(doc) { },
448 undo: function() { },
449 unlinkDoc: function(other) { }
455 CodeMirror.showHint = function(codeMirror, hintintFunction) { };
459 CodeMirror.getMode = function(options, spec) { };
460 CodeMirror.overlayMode = function(mode1, mode2, squashSpans) { };
461 CodeMirror.defineMode = function(modeName, modeConstructor) { };
462 CodeMirror.startState = function(mode) { };
465 CodeMirror.Pos = function(line, ch) { }
472 CodeMirror.StringStream = function(line)
478 backUp: function (n) { },
479 column: function () { },
480 current: function () { },
481 eat: function (match) { },
482 eatSpace: function () { },
483 eatWhile: function (match) { },
484 eol: function () { },
485 indentation: function () { },
491 match: function (pattern, consume, caseInsensitive) { },
492 next: function () { },
493 peek: function () { },
494 skipTo: function (ch) { },
495 skipToEnd: function () { },
496 sol: function () { }
509 function ErrorEvent() {}