HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 351 - 375 of 6482) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/inspector/front-end/
ShortcutsHelp.js 31 WebInspector.ShortcutsHelp = function()
37 section: function(name)
45 show: function()
54 _buildTable: function(parent, nColumns)
62 function compareSections(a, b)
91 WebInspector.ShortcutsSection = function(name)
101 addKey: function(key, description)
106 addRelatedKeys: function(keys, description)
111 addAlternateKeys: function(keys, description)
116 addLine: function(htmlKey, description
    [all...]
SourceFile.js 31 WebInspector.SourceFile = function(id, script, contentChangedDelegate)
50 addScript: function(script)
55 requestContent: function(callback)
77 requestSourceMapping: function(callback)
84 forceLoadContent: function(script)
104 reload: function()
115 _requestContent: function()
131 _loadResourceContent: function(resource)
133 function didRequestContent(text)
151 _loadScriptContent: function()
    [all...]
Panel.js 29 WebInspector.Panel = function(name)
58 show: function()
80 hide: function()
93 reset: function()
104 attach: function()
110 searchCanceled: function()
133 performSearch: function(query)
148 function updateMatchesCount()
154 function updateMatchesCountSoon()
162 function finishedCallback(view, searchMatches
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 14 function __construct($key, $secret, $callback_url=NULL) {
20 function __toString() {
34 function __construct($key, $secret) {
43 function to_string() {
50 function __toString() {
64 abstract public function get_name();
68 * NOTE: The output of this function MUST NOT be urlencoded.
76 abstract public function build_signature($request, $consumer, $token);
86 public function check_signature($request, $consumer, $token, $signature) {
100 function get_name()
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 154 'handler' : function(self) { self.showResultsForAllTests(); },
155 'exporter' : function(self) { self.exportResultsForAllTests(); }
159 'handler' : function(self) { self.showResultsForCompletedTests(); },
160 'exporter' : function(self) { self.exportResultsForCompletedTests(); }
164 'handler' : function(self) { self.showResultsForTestsWithStatus('pass'); },
165 'exporter' : function(self) { self.exportResultsForTestsWithStatus('pass'); }
169 'handler' : function(self) { self.showResultsForTestsWithStatus('fail'); },
170 'exporter' : function(self) { self.exportResultsForTestsWithStatus('fail'); }
174 'handler' : function(self) { self.showResultsForTestsWithStatus('skipped'); },
175 'exporter' : function(self) { self.exportResultsForTestsWithStatus('skipped');
    [all...]
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.mli 15 (** See the [llvm::createConstantPropogationPass] function. *)
20 (** See the [llvm::createSCCPPass] function. *)
24 (** See [llvm::createDeadStoreEliminationPass] function. *)
29 (** See The [llvm::createAggressiveDCEPass] function. *)
33 (** See the [llvm::createScalarReplAggregatesPass] function. *)
38 (** See the [llvm::createScalarReplAggregatesPassSSA] function. *)
43 (** See the [llvm::createScalarReplAggregatesWithThreshold] function. *)
49 (** See the [llvm::createIndVarSimplifyPass] function. *)
54 (** See the [llvm::createInstructionCombiningPass] function. *)
60 (** See the [llvm::createLICMPass] function. *
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 1 org.antlr.runtime.CommonToken = function() {
40 getType: function() {
44 setLine: function(line) {
48 getText: function() {
64 setText: function(text) {
68 getLine: function() {
72 getCharPositionInLine: function() {
76 setCharPositionInLine: function(charPositionInLine) {
80 getChannel: function() {
84 setChannel: function(channel)
    [all...]
Lexer.js 6 org.antlr.runtime.Lexer = function(input, state) {
16 reset: function() {
37 nextToken: function() {
77 skip: function() {
82 setCharStream: function(input) {
88 getCharStream: function() {
92 getSourceName: function() {
110 emit: function() {
123 match: function(s) {
157 matchAny: function() {
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 1 org.antlr.runtime.tree.RewriteRuleTokenStream = function(adaptor, elementDescription, el) {
9 nextNode: function() {
14 nextToken: function() {
21 toTree: function(el) {
25 dup: function(el) {
BaseTree.js 7 org.antlr.runtime.tree.BaseTree = function() {};
12 getChild: function(i) {
22 getChildren: function() {
26 getFirstChildWithType: function(type) {
37 getChildCount: function() {
50 addChild: function(t) {
90 addChildren: function(kids) {
98 setChild: function(i, t) {
113 deleteChild: function(i) {
131 replaceChildren: function(startChildIndex, stopChildIndex, t)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
view.js 11 function View() {
18 View.prototype.setGeometry = function(left, top, width, height) {
28 View.prototype.show = function(isVisible) {
32 View.prototype.isVisible = function() {
42 View.prototype.isActive = function() {
46 View.prototype.getLeft = function() {
50 View.prototype.getTop = function() {
54 View.prototype.getWidth = function() {
58 View.prototype.getHeight = function() {
62 View.prototype.getRight = function() {
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
media_common.js 5 function pathIsVideoFile(path) {
9 function pathIsAudioFile(path) {
13 function pathIsImageFile(path) {
17 function pathIsHtmlFile(path) {
21 function pathIsPdfFile(path) {
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 34 function createHandler(obj) {
36 getOwnPropertyDescriptor: function(name) {
41 getPropertyDescriptor: function(name) {
47 getOwnPropertyNames: function() {
50 getPropertyNames: function() {
54 defineProperty: function(name, desc) {
57 delete: function(name) {
60 fix: function() {
63 Object.getOwnPropertyNames(obj).forEach(function(name) {
71 has: function(name) { return name in obj; }
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-already.js 8 function onFirstIframeLoaded() {
14 function onSecondIframeLoaded() {
15 iframeGeolocation.getCurrentPosition(function () {
18 }, function(e) {
25 function finishTest() {
multiple-requests.js 18 navigator.geolocation.watchPosition(function(p) {
22 }, function() {
27 navigator.geolocation.getCurrentPosition(function(p) {
31 }, function() {
37 function maybeFinishTest(p) {
  /external/webkit/LayoutTests/fast/encoding/resources/
char-decoding-utils.js 0 function hex(number)
12 function decodeText(charsetName, characterSequence)
21 function decode(charsetName, characterSequence)
34 function testDecode(charsetName, characterSequence, unicode)
39 function batchTestDecode(inputData)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 40 * Note: given function f(x,x,x,x) {return x;}; f(1,2,3,4) should return 4.
57 function f1(x,x)
67 function f2(x,x,x)
77 function f3(x,x,x,x)
89 * the function caller, the value of this parameter is undefined
91 function f4(x,a,b,x,z)
104 function f5(x,x,x,x)
114 function f6(x,x,x,x)
133 function f7(x,x,x,x)
152 function f8(x,x,x,x
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
shell.js 34 function test() {
51 function AddTestCase( description, expect, actual ) {
55 function TestCase( n, d, e, a ) {
65 function startTest() {
75 function getTestCaseResult( expect, actual ) {
114 * print function. When running tests in the browser, these
119 function writeTestCaseResult( expect, actual, string ) {
124 function writeFormattedResult( expect, actual, string, passed ) {
130 function writeLineToLog( string ) {
133 function writeHeaderToLog( string )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
shell.js 37 function test() {
54 function AddTestCase( description, expect, actual ) {
59 function TestCase( n, d, e, a ) {
69 function startTest() {
79 function getTestCaseResult( expect, actual ) {
118 * print function. When running tests in the browser, these
123 function writeTestCaseResult( expect, actual, string ) {
128 function writeFormattedResult( expect, actual, string, passed ) {
134 function writeLineToLog( string ) {
137 function writeHeaderToLog( string )
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
HandleMessage.h 11 void callMemberFunction(const Arguments0&, C* object, MF function)
13 (object->*function)();
17 void callMemberFunction(const Arguments1<P1>& args, C* object, MF function)
19 (object->*function)(args.argument1);
23 void callMemberFunction(const Arguments2<P1, P2>& args, C* object, MF function)
25 (object->*function)(args.argument1, args.argument2);
29 void callMemberFunction(const Arguments3<P1, P2, P3>& args, C* object, MF function)
31 (object->*function)(args.argument1, args.argument2, args.argument3);
35 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, C* object, MF function)
37 (object->*function)(args.argument1, args.argument2, args.argument3, args.argument4)
    [all...]
  /external/chromium-trace/
script.js 7 this.base=function(){function d(b){"/"==b[b.length-1]&&(b=b.substring(0,b.length-1));q=b}function c(b,a){r[b]||(r[b]=[]);for(var f=r[b],e=!1,g=0;g<f.length;g++)f[g]==a&&(e=!0);e||f.push(a)}function a(b,a){s[b]||(s[b]=[]);for(var f=s[b],e=!1,g=0;g<s.length;g++)f[g]==a&&(e=!0);e||f.push(a)}function b(b,a){u[b]||(u[b]=[]);for(var f=u[b],e=!1,g=0;g<f.length;g++)f[g]==a&&(e=!0);e||f.push(a)}function f(){if(!p){p=!0;var f=new XMLHttpRequest,e=q+"/deps.js";f.open("GET",e,!1);f.send(null);if(200!=f.status)throw Error("Could not find "+
8 e+". Run calcdeps.py and try again.");base.addModuleDependency=c;base.addModuleRawScriptDependency=a;base.addModuleStylesheet=b;try{eval(f.responseText)}catch(g){throw Error("When loading deps, got "+g.stack?g.stack:g);}delete base.addModuleStylesheet;delete base.addModuleRawScriptDependency;delete base.addModuleDependency}}function e(b,a){var c=a||0;if(window.FLATTENED){if(!window.FLATTENED[b])throw Error("Somehow, module "+b+" didn't get stored in the flattened js file! You may need to rerun build/calcdeps.py");
10 w[b]="APPENDED"}}function g(b){if(!window.FLATTENED&&!x[b]){x[b]=!0;b=b.replace(/\./g,"/")+".css";b=q+"/"+b;var a=document.createElement("link");a.setAttribute("rel","stylesheet");a.setAttribute("href",b);base.doc.head.appendChild(a)}}function j(b,a,f,e){var g=new base.Event(a+"Change");g.propertyName=a;g.newValue=f;g.oldValue=e;b.dispatchEvent(g)}function h(b){return b.replace(/([A-Z])/g,"-$1").toLowerCase()}function k(b,a){switch(a){case y.JS:var f=b+ (…)
    [all...]
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 29 (function (InjectedScriptHost, inspectedWindow, injectedScriptId) {
31 function bind(thisObject, memberFunction)
35 function bound()
39 bound.toString = function() {
45 var InjectedScript = function()
54 wrapObject: function(object, groupName, canAccessInspectedWindow)
64 inspectNode: function(object)
69 _inspect: function(object)
93 _wrapObject: function(object, objectGroupName)
96 if (typeof object === "object" || typeof object === "function" || this._isHTMLAllCollection(object))
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 45 function listener(event, exec_state, event_data, data) {
62 function BeginTest(name) {
72 function EndTest() {
80 function CheckScopeChain(scopes, exec_state) {
123 // that there is a function.
124 function CheckScopeContent(content, number, exec_state) {
130 if (typeof(content[p]) === 'function') {
191 function local_1() {
195 listener_delegate = function(exec_state) {
207 function local_2(a)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as 49 public function BitSet(bits:Array = null) {
61 public static function of(... args):BitSet {
70 public function or(a:BitSet):BitSet {
80 public function add(el:int):void {
92 public function growToInclude(bit:int):void {
97 public function orInPlace(a:BitSet):void {
115 private function set size(nwords:int):void {
119 private static function bitMask(bitNumber:int):int {
124 public function clone():BitSet {
129 public function get size():int
    [all...]
  /external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together.js 0 function terminateTest()
7 function openTestDatabase()
20 function runTransaction(db, readOnly)
23 transactionFunction.call(db, function(tx) {
38 }, function(error) {
41 }, function() {
53 function runReadAndWriteTransactions(db1, db2, db3)
69 function runTest() {
73 db1.transaction(function(tx) {
75 }, function(error)
    [all...]

Completed in 998 milliseconds

<<11121314151617181920>>