| /external/webkit/Source/WebCore/inspector/front-end/ |
| ObjectPropertiesSection.js | 27 WebInspector.ObjectPropertiesSection = function(object, title, subtitle, emptyPlaceholder, ignoreHasOwnProperty, extraProperties, treeElementConstructor) 40 onpopulate: function() 45 update: function() 48 function callback(properties) 60 updateProperties: function(properties, rootTreeElementConstructor, rootPropertyComparer) 93 WebInspector.ObjectPropertiesSection.CompareProperties = function(propertyA, propertyB) 138 WebInspector.ObjectPropertyTreeElement = function(property) 147 onpopulate: function() 152 var callback = function(properties) { 165 ondblclick: function(event [all...] |
| DatabaseQueryView.js | 26 WebInspector.DatabaseQueryView = function(database) 49 show: function(parentElement) 53 function moveBackIfOutside() 62 completions: function(wordRange, bestMatchOnly, completionsReadyCallback) 70 function accumulateMatches(textArray) 86 function tableNamesCallback(tableNames) 88 accumulateMatches(tableNames.map(function(name) { return name + " " })); 96 _promptKeyDown: function(event) 104 _selectStart: function(event) 111 function moveBackIfOutside( [all...] |
| TopDownProfileDataGridTree.js | 26 WebInspector.TopDownProfileDataGridNode = function(/*ProfileView*/ profileView, /*ProfileNode*/ profileNode, /*TopDownProfileDataGridTree*/ owningTree) 36 _sharedPopulate: function() 47 _exclude: function(aCallUID) 69 WebInspector.TopDownProfileDataGridTree = function(/*ProfileView*/ profileView, /*ProfileNode*/ profileNode) 79 focus: function(/*ProfileDataGridNode*/ profileDataGrideNode) 91 exclude: function(/*ProfileDataGridNode*/ profileDataGrideNode) 106 restore: function()
|
| WorkersSidebarPane.js | 31 WebInspector.WorkersSidebarPane = function() 54 addWorker: function(id, url, isShared) 67 removeWorker: function(id) 75 setInstrumentation: function(enabled) 82 reset: function() 89 _onTriggerInstrument: function(event) 97 WebInspector.Worker = function(id, url, shared)
|
| SourceFrame.js | 31 WebInspector.SourceFrame = function(delegate, url) 70 show: function(parentElement) 85 hide: function() 98 detach: function() 113 hasContent: function() 118 _ensureContentLoaded: function() 126 requestContent: function(callback) 131 markDiff: function(diffData) 141 addMessage: function(msg) 148 clearMessages: function() [all...] |
| ResourcesPanel.js | 30 WebInspector.ResourcesPanel = function(database) 92 elementsToRestoreScrollPositionsFor: function() 97 show: function() 107 loadEventFired: function() 112 _initDefaultSelection: function() 129 reset: function() 166 _populateResourceTree: function() 178 function populateFrame(frameId) 193 _frameAdded: function(event) 223 _frameDetached: function(event [all...] |
| TextEditorModel.js | 31 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn) 40 isEmpty: function() 50 clone: function() 56 WebInspector.TextEditorModel = function() 81 line: function(lineNumber) 88 lineLength: function(lineNumber) 93 setText: function(range, text) 114 _innerSetText: function(range, text) 142 _replaceTabsIfNeeded: function(lines) 158 _eraseRange: function(range [all...] |
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
| TokenRewriteStream.as | 96 public function TokenRewriteStream(tokenSource:TokenSource = null, channel:int = TokenConstants.DEFAULT_CHANNEL) { 105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void { 113 public function deleteProgram(programName:String = DEFAULT_PROGRAM_NAME):void { 117 public function insertAfterToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { 121 public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { 126 public function insertBeforeToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { 130 public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { 137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { 141 public function replaceRange(fromIndex:int, toIndex:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { 151 public function replaceToken(indexT:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void [all...] |
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
| TreeParser.js | 5 org.antlr.runtime.tree.TreeParser = function(input) { 10 (function(){ 19 reset: function() { 27 setTreeNodeStream: function(input) { 31 getTreeNodeStream: function() { 35 getSourceName: function() { 39 getCurrentInputSymbol: function(input) { 43 getMissingSymbol: function(input, e, expectedTokenType, follow) { 53 matchAny: function(ignore) { // ignore stream, copy of this.input 85 mismatch: function(input, ttype, follow) [all...] |
| /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
| rhino-python.prog | 3 function loadFile(fileName, encoding) { 34 function xlog(msg) { 38 function MyLexer() { 42 nextToken: function() { 49 MyLexer.prototype.emitErrorMessage = function(msg) {xlog(msg);} 50 PythonParser.prototype.emitErrorMessage = function(msg) {xlog(msg);} 54 function parse(text) {
|
| /external/v8/test/mjsunit/ |
| debug-stepin-function-call.js | 37 // function 'g'. 38 function listener(event, exec_state, event_data, data) { 62 function g(t) { 66 // Test step into function call from a function without local variables. 67 function call1() { 73 // Test step into function call from a function with some local variables. 74 function call2() { 82 // Test step into function call which is a part of an expression [all...] |
| /external/v8/test/mjsunit/harmony/ |
| block-let-declaration.js | 57 // the code. Thus the generated function is not called here. 58 function TestLocalThrows(str, expect) { 59 assertThrows("(function(){ 'use strict'; " + str + "})", expect); 62 function TestLocalDoesNotThrow(str) { 63 assertDoesNotThrow("(function(){ 'use strict'; " + str + "})()"); 111 // Test function declarations in source element and 113 function f() { 115 function g0() { 118 function h() { } 120 function h1() { [all...] |
| /external/webkit/LayoutTests/storage/ |
| test-authorizer.js | 0 function terminateTest() 7 function logAndTerminateTest(message, error) 13 function cleanup(db) 15 db.transaction(function(tx) { 20 }, function(error) { logAndTerminateTest("Cleanup failed", error); }); 23 function statementSuccessCallback(statementType) 28 function statementErrorCallback(statementType, error) 34 function executeStatement(tx, statement, operation) 37 function(result) { statementSuccessCallback(operation); }, 38 function(tx, error) { return statementErrorCallback(operation, error); }) [all...] |
| /external/webkit/Source/WebCore/platform/mac/ |
| ThreadCheck.mm | 76 void reportThreadViolation(const char* function, ThreadViolationRound round) 87 WebCoreReportThreadViolation(function, round); 93 void WebCoreReportThreadViolation(const char* function, WebCore::ThreadViolationRound round) 106 if (loggedFunctions.add(function).second) { 107 NSLog(@"WebKit Threading Violation - %s called from secondary thread", function); 108 NSLog(@"Additional threading violations for this function will not be logged."); 112 NSLog(@"WebKit Threading Violation - %s called from secondary thread", function); 115 [NSException raise:@"WebKitThreadingException" format:@"%s was called from a secondary thread", function];
|
| /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
| prettyload.js | 26 function Prettyload( 49 function finish(frame, backgroundColor) { 59 this.start = function(timeoutFrame) { 60 function timeout() { 80 id = setInterval(function() { 90 this.finish = function(successFrame) { 93 setTimeout(function() {
|
| chrome_ex_oauthsimple.js | 81 OAuthSimple = function (consumer_key,shared_secret) 102 this.reset = function() { 112 this.setParameters = function (parameters) { 143 this.setQueryString = function (parameters) { 151 this.setURL = function (path) { 163 this.setPath = function(path){ 171 this.setAction = function(action) { 187 this.setTokensAndSecrets = function(signatures) { 221 this.setSignatureMethod = function(method) { 242 this.sign = function (args) [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Types/ |
| 8.6.2.1-1.js | 50 function test() { 63 function getTestCases() { 84 function MyProtoValuelessObject(value) { 85 this.valueOf = new Function ( "" ); 89 function MyProtolessObject( value ) { 90 this.valueOf = new Function( "return this.value" ); 94 function MyValuelessObject(value) { 97 function MyPrototypeObject(value) { 98 this.valueOf = new Function( "return this.value;" ); 99 this.toString = new Function( "return (this.value + '');" ) [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/ |
| instanceof-001.js | 21 function InstanceOf( object_1, object_2, expect ) { 31 function Gen3(value) { 34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" ); 37 Gen3.__proto__.toString = new Function( "return \"(\"+this.name+\" object)\""); 39 function Gen2(value) { 46 function Gen1(value) { 53 function Gen0(value) { 61 function GenA(value) { 64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" ); 70 function GenB(value) [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
| regress-97921.js | 46 function F(i) 52 outerValue = i; // capture value of i in outer function 53 F1 = function() {innerValue = i;}; // capture value of i in inner function 73 function G(i) 79 outerValue = i; // capture value of i in outer function 80 G1 = function() {innerValue = i;}; // capture value of i in inner function 104 function addThis() 113 function test( [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
| tostring-1.js | 24 Section: Function.toString 27 Since the behavior of Function.toString() is implementation-dependent, 28 toString tests for function are not in the ECMA suite. 40 var TITLE = "Function.toString()"; 59 var f = new Function( "return \"hello!\""); 87 function noop( value ) { 89 function Add( a, b, c, d, e ) { 93 function stub( value ) { 96 function ToString( object ) { 100 function ToBoolean( value ) [all...] |
| /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
| RecentBuildsLoader.js | 26 function RecentBuildsLoader(didLoadRecentBuildsCallback) { 31 start: function(builderName, maximumNumberOfBuilds) { 33 url += range(maximumNumberOfBuilds).map(function(n) { return "select=-" + (n + 1); }).join("&"); 35 getResource(url, function(xhr) { 38 Object.keys(data).forEach(function(buildNumber) { 42 revision: parseInt(build.properties.first(function(property) { return property[0] === "got_revision"; })[1], 10), 75 builds.sort(function(a, b) { return b.revision - a.revision; });
|
| /external/skia/src/pdf/ |
| SkPDFShader.cpp | 50 @param result The result ps function. 103 /* Generate Type 4 function code to map t=[0,1) to the passed gradient, 206 SkString function("{pop\n"); // Just ditch the y value. 207 tileModeCode(info.fTileMode, &function); 208 gradientFunctionCode(info, &function); 209 function.append("}"); 210 return function; 214 SkString function("{"); 216 function.append("dup " // x y y 224 tileModeCode(info.fTileMode, &function); 647 SkPDFStream* function = makePSFunction(functionCode, domain.get()); local [all...] |
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
| BaseRecognizer.js | 13 org.antlr.runtime.BaseRecognizer = function(state) { 70 reset: function() { 109 match: function(input, ttype, follow) { 129 matchAny: function(input) { 142 mismatchIsUnwantedToken: function(input, ttype) { 154 mismatchIsMissingToken: function(input, follow) { 192 mismatch: function(input, ttype, follow) { 219 reportError: function(e) { 236 displayRecognitionError: function(tokenNames, e) { 248 getErrorHeader: function(e) [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
| chrome_ex_oauthsimple.js | 81 OAuthSimple = function (consumer_key,shared_secret) 102 this.reset = function() { 112 this.setParameters = function (parameters) { 143 this.setQueryString = function (parameters) { 151 this.setURL = function (path) { 163 this.setPath = function(path){ 171 this.setAction = function(action) { 187 this.setTokensAndSecrets = function(signatures) { 221 this.setSignatureMethod = function(method) { 242 this.sign = function (args) [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
| chrome_ex_oauthsimple.js | 81 OAuthSimple = function (consumer_key,shared_secret) 102 this.reset = function() { 112 this.setParameters = function (parameters) { 143 this.setQueryString = function (parameters) { 151 this.setURL = function (path) { 163 this.setPath = function(path){ 171 this.setAction = function(action) { 187 this.setTokensAndSecrets = function(signatures) { 221 this.setSignatureMethod = function(method) { 242 this.sign = function (args) [all...] |