| /external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
| picasa_client.js | 12 picasa.LocalFile = function(file) { 23 * @param {Function} callback Callback. 25 readData_: function(callback) { 32 function onLoadCallback(e) { 42 showInImage: function(img) { 48 this.readData_(function() { 67 picasa.Album = function(id, title, location, description, link) { 82 picasa.Client = function() { 160 * @param {Function(string)} callback Callback, which is passed 'status' 164 login: function(login, password, callback, opt_captcha) [all...] |
| /external/chromium/net/data/proxy_resolver_v8_unittest/ |
| pac_library_unittest.js | 8 function FindProxyForURL(url, host) { 35 Tests.testDnsDomainIs = function(t) { 42 Tests.testDnsDomainLevels = function(t) { 48 Tests.testIsInNet = function(t) { 61 Tests.testIsPlainHostName = function(t) { 66 Tests.testLocalHostOrDomainIs = function(t) { 72 Tests.testShExpMatch = function(t) { 79 Tests.testSortIpAddressList = function(t) { 126 Tests.testIsInNetEx = function(t) { 160 Tests.testWeekdayRange = function(t) [all...] |
| /external/v8/src/ |
| uri.js | 38 function URIAddEncodedOctetToBuffer(octet, result, index) { 46 function URIEncodeOctets(octets, result, index) { 59 function URIEncodeSingle(cc, result, index) { 78 function URIEncodePair(cc1 , cc2, result, index) { 93 function URIHexCharsToCharCode(highChar, lowChar) { 103 function URIDecodeOctets(octets, result, index) { 179 function Encode(uri, unescape) { 208 function Decode(uri, reserved) { 252 function URIDecode(uri) { 253 var reservedPredicate = function(cc) [all...] |
| collection.js | 41 function SetConstructor() { 50 function SetAdd(key) { 62 function SetHas(key) { 74 function SetDelete(key) { 86 function MapConstructor() { 95 function MapGet(key) { 107 function MapSet(key, value) { 119 function MapHas(key) { 131 function MapDelete(key) { 148 function WeakMapConstructor() [all...] |
| /external/v8/test/mjsunit/ |
| unbox-double-arrays.js | 36 function expected_array_value(i) { 44 function force_to_fast_double_array(a) { 52 function make_object_like_array(size) { 58 function testOneArrayType(allocator) { 67 // This function has a constant and won't get inlined. 68 function computed_6() { 72 // Multiple versions of the test function makes sure that IC/Crankshaft state 74 function test_various_loads(a, value_5, value_6, value_7) { 84 function test_various_loads2(a, value_5, value_6, value_7) { 94 function test_various_loads3(a, value_5, value_6, value_7) [all...] |
| elements-transition.js | 39 function test(test_double, test_object, set, length) { 89 test(false, false, function(a,i,v){ a[i] = v; }, 20); 90 test(true, false, function(a,i,v){ a[i] = v; }, 20); 91 test(false, true, function(a,i,v){ a[i] = v; }, 20); 92 test(true, true, function(a,i,v){ a[i] = v; }, 20); 94 test(false, false, function(a,i,v){ a[i] = v; }, 10000); 95 test(true, false, function(a,i,v){ a[i] = v; }, 10000); 96 test(false, true, function(a,i,v){ a[i] = v; }, 10000); 97 test(true, true, function(a,i,v){ a[i] = v; }, 10000); 100 function get_cow() { return [1, 2, 3]; [all...] |
| keywords-and-reserved_words.js | 35 function isKeyword(x) 46 function isStrictKeyword(x) 57 function classifyIdentifier(x) 75 function testKeyword(word) { 95 // Function names and arguments 96 assertThrows("function " + word + " () { }", SyntaxError); 97 assertThrows("function foo (" + word + ") {}", SyntaxError); 98 assertThrows("function foo (a, " + word + ") { }", SyntaxError); 99 assertThrows("function foo (" + word + ", a) { }", SyntaxError); 100 assertThrows("function foo (a, " + word + ", b) { }", SyntaxError) [all...] |
| mirror-object.js | 31 function MirrorRefCache(json_refs) { 39 MirrorRefCache.prototype.lookup = function(handle) { 43 function testObjectMirror(obj, cls_name, ctor_name, hasSpecialProperties) { 62 assertEquals(ctor_name, mirror.constructorFunction().name(), 'Unexpected constructor function name'); 95 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON'); 96 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON'); 97 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON'); 161 function Point(x,y) { 169 testObjectMirror({'1':void 0,'2':null,'f':function pow(x,y){return Math.pow(x,y);}}, 'Object', 'Object') [all...] |
| /build/tools/droiddoc/templates-sdk/assets/js/ |
| docs.js | 9 var mPagePath; // initialized in ready() function 23 $(document).ready(function() { 30 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 33 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 48 $('body').keyup(function(event) { 55 $('#nav-swap .fullscreen').click(function(){ 70 $('.search .close').click(function() { 82 $("#btn-quicknav").click(function() { 94 var expand = function() { 99 var collapse = function() { [all...] |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.pas | 64 function GetSourceName: String; 77 function LA(I: Integer): Integer; 78 function LAChar(I: Integer): Char; 90 function Mark: Integer; 97 function Index: Integer; 174 function Size: Integer; 190 function GetLine: Integer; 192 function GetCharPositionInLine: Integer; 203 function LT(const I: Integer): Integer; 210 function Substring(const Start, Stop: Integer): String [all...] |
| /build/tools/droiddoc/templates-pdk/assets/ |
| android-developer-docs.js | 16 function addLoadEvent(newfun) { 18 if (typeof window.onload != 'function') { 21 window.onload = function() { 39 addLoadEvent(function() { 43 addLoadEvent(function() { 48 function mobileSetup() { 59 addLoadEvent( function() { 66 addLoadEvent( function() { 71 function setToRoot(root) { 76 function restoreWidth(navWidth) [all...] |
| /external/chromium/chrome/browser/resources/ |
| menu.js | 26 function sendActivate(index, mode) { 41 decorate: function() { 54 init: function(menu, attrs, model) { 97 activate: function() { 110 sendOpenSubmenuCommand: function() { 120 initMenuItem_: function() { 152 initPadding_: function(leftIconWidth) { 248 decorate: function() { 257 init: function(config) { 278 function() { [all...] |
| /external/chromium/chrome/browser/resources/net_internals/ |
| eventsview.js | 28 function EventsView(tableBodyId, filterInputId, filterCountId, 93 EventsView.prototype.initializeSourceList_ = function() { 106 EventsView.prototype.setGeometry = function(left, top, width, height) { 111 EventsView.prototype.show = function(isVisible) { 116 EventsView.prototype.getFilterText_ = function() { 120 EventsView.prototype.setFilterText_ = function(filterText) { 125 EventsView.prototype.onFilterTextChanged_ = function() { 132 EventsView.prototype.onSecurityStrippingChanged = function() { 142 EventsView.compareActive_ = function(source1, source2) { 162 EventsView.compareDescription_ = function(source1, source2) [all...] |
| /external/v8/test/mjsunit/compiler/ |
| assignment-deopt.js | 34 function assign1(x) { x += 1; o.x = x; } 43 function assign2(p) { p.x += 1 } 61 function assign3(a, b) { a[b] += 1; } 91 function assign5(x,y) { return (x += 1) + y; } 99 function assign7(o,y) { return (o.x += 1) + y; } 114 function assign9(o,y) { return (o[0] += 1) + y; } 130 function assign10(p) { return p.x += 1 } 149 var g3 = { valueOf: function() { o.y = "bar"; return 42; }}; 150 function assign11(p) { return p.x += 1; } 166 var g4 = { valueOf: function() { o.y = "bar"; return 42; }} [all...] |
| count-deopt.js | 34 function inc1(x) { x++; o.x = x; } 43 function inc2(p) { p.x++ } 61 function inc3(a, b) { a[b]++; } 91 function inc4(x,y) { return (x++) + y; } 97 function inc5(x,y) { return (++x) + y; } 104 function inc6(o,y) { return (o.x++) + y; } 118 function inc7(o,y) { return (++o.x) + y; } 132 function inc8(o,y) { return (o[0]++) + y; } 146 function inc9(o,y) { return (++o[0]) + y; } 161 function inc10(p) { return p.x++ [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| Toolbar.js | 32 WebInspector.Toolbar = function() 45 resize: function() 50 addPanel: function(panel) 56 _toolbarDragStart: function(event) 74 _toolbarDragEnd: function(event) 82 _toolbarDrag: function(event) 103 _onClose: function() 108 _setDropdownVisible: function(visible) 121 _toggleDropdown: function() 126 _updateDropdownButtonAndHideDropdown: function() [all...] |
| Color.js | 30 WebInspector.Color = function(str) 134 hasShortHex: function() 140 toString: function(format) 169 _rgbToHex: function(rgb) 184 _hexToRGB: function(hex) 193 _rgbToHSL: function(rgb) 230 _hslToRGB: function(hsl) 252 function hueToRGB(p, q, h) { 269 _rgbaToHSLA: function(rgba) 277 _hslaToRGBA: function(hsla [all...] |
| SummaryBar.js | 30 WebInspector.SummaryBar = function(categories) 58 reset: function() 64 update: function(data) 95 _drawSwatch: function(canvas, color) 99 function drawSwatchSquare() { 137 _drawSummaryGraph: function(segments) 151 var percents = segments.map(function(s) { return Math.max(Math.round(100 * s.value / total), 1) }); 186 function drawPillShadow() 227 function drawPill() 312 _fadeOutRect: function(ctx, x, y, w, h, a1, a2 [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
| exif.js | 10 (function() { 218 0x0020 : "No flash function", 298 function addEvent(oElement, strEvent, fncHandler) 308 function imageHasData(oImg) 313 function getImageData(oImg, fncCallback) 317 function(oHTTP) { 325 function findEXIFinJPEG(oFile) { 364 function readTags(oFile, iTIFFStart, iDirStart, oStrings, bBigEnd) 378 function readTagValue(oFile, iEntryOffset, iTIFFStart, iDirStart, bBigEnd) 465 function readEXIFData(oFile, iStart, iLength [all...] |
| /external/webkit/PerformanceTests/SunSpider/resources/ |
| sunspider-compare-results.js | 26 function sunspiderCompareResults(output1, output2) 69 function initialize() 143 function computeItemTotals(output, itemTotals) 157 function computeTotals(output, categoryTotals, testTotalsByCategory) 175 function computeMeans(count, total, categoryTotals, categoryMeans, testTotalsByCategory, testMeansByCategory) 187 function standardDeviation(mean, items) 198 function computeStdDevs(mean, itemTotals, categoryStdDevs, categoryMeans, testStdDevsByCategory, testMeansByCategory) 212 function computeStdErrors(count, stdDev, categoryStdErrs, categoryStdDevs, testStdErrsByCategory, testStdDevsByCategory) 233 function tDist(n) 241 function formatMean(meanWidth, mean, stdErr, count [all...] |
| /build/tools/droiddoc/templates-sac/assets/js/ |
| docs.js | 18 $(document).ready(function() { 23 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 26 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 47 $('#nav-swap .fullscreen').click(function(){ 63 $("#search_autocomplete").keyup(function() {return search_changed(event, false, toRoot)}); 66 $('.search .close').click(function() { 75 $('.search').click(function() { 83 $("#btn-quicknav").click(function() { 95 var expand = function() { 100 var collapse = function() { [all...] |
| /external/chromium/chrome/browser/resources/keyboard/ |
| main.js | 31 function transitionMode(transition) { 41 function Character(display, id) { 47 * Convenience function to make the keyboard data more readable. 50 function C(display) { 58 function BaseKey() {} 97 getPadding: function(mode, height) { 107 sizeElement: function(mode, height) { 128 resize: function(height) { 140 makeDOM: function(mode, height) { 154 function Key(key, shift, num, symbol) [all...] |
| /external/v8/test/mjsunit/tools/ |
| tickprocessor.js | 35 (function testArgumentsProcessor() { 64 (function testUnixCppEntriesProvider() { 68 UnixCppEntriesProvider.prototype.loadSymbols = function(libName) { 85 function (name, start, end) { 98 UnixCppEntriesProvider.prototype.loadSymbols = function(libName) { 111 function (name, start, end) { 128 (function testMacCppEntriesProvider() { 132 MacCppEntriesProvider.prototype.loadSymbols = function(libName) { 149 function (name, start, end) { 162 MacCppEntriesProvider.prototype.loadSymbols = function(libName) [all...] |
| /external/webkit/Tools/DumpRenderTree/ |
| AccessibilityUIElement.cpp | 39 static JSValueRef allAttributesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 45 static JSValueRef attributesOfLinkedUIElementsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 51 static JSValueRef attributesOfDocumentLinksCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 57 static JSValueRef attributesOfChildrenCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 63 static JSValueRef parameterizedAttributeNamesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 69 static JSValueRef attributesOfColumnHeadersCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 75 static JSValueRef attributesOfRowHeadersCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 81 static JSValueRef attributesOfColumnsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 87 static JSValueRef attributesOfRowsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 93 static JSValueRef attributesOfVisibleCellsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception [all...] |
| /build/tools/droiddoc/templates-ds/assets/js/ |
| docs.js | 17 $(document).ready(function() { 24 $('#nav-swap .fullscreen').click(function(){ 40 $("#search_autocomplete").keyup(function() {return search_changed(event, false, toRoot)}); 43 $('.search .close').click(function() { 52 $('.search').click(function() { 60 $("#btn-quicknav").click(function() { 72 var expand = function() { 77 var collapse = function() { 78 $('#quicknav').stop().animate({opacity:'0'}, 100, function() { 86 $("#search_autocomplete").focus(function() { [all...] |