/external/chromium_org/chrome/browser/resources/chromeos/ |
menu.js | 54 init: function(menu, attrs, model) { 251 init: function(config) { 325 * of MenuItem, or any HTMLElement that implements {@code init}, 347 item.init(this, attrs, model); 652 function init(config) { function 653 $('viewport').init(config);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 24 -Remove the init parts for other browsers. 30 init: function() { 362 window.onload = sorttable.init;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
jquery-1.4.1.min.js | 20 c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=i?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(ta.concat.apply([],ta.slice(0,b)),function(){d[this]=a});return d}function ua(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Na=z.jQuery,Oa=z.$,r=z.document,S,Pa=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Qa=/^.[^:#\[\.,]*$/,Ra=/\S/,Sa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Ta=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,O=navigator.userAgent, 21 va=false,P=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,Q=Array.prototype.slice,wa=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(typeof a==="string")if((d=Pa.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:r;if(a=Ta.exec(a))if(c.isPlainObject(b)){a=[r.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=ra([d[1]], 25 c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,i,j,n;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(i in e){j=a[i];n=e[i];if(a!==n)if(f&&n&&(c.isPlainObject(n)||c.isArray(n))){j=j&&(c.isPlainObject(j)||c.isArray(j))?j:c.isArray(n)?[]:{};a[i]=c.extend(f,j,n)}else if(n!==v)a[i]=n}return a};c.extend({noConflict:function(a){z.$= [all...] |
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
context_menu.js | 123 cvox.SearchContextMenu.init = function() { 138 cvox.Search.init();
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
HeapStatsLogger.java | 32 public static void init(Context context) { method in class:HeapStatsLogger
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 269 JSON::Backend::XS->init; 307 JSON::Backend::PP->init; 396 sub init { subroutine 398 no strict qw(refs); # this routine may be called after JSON::Backend::XS init was called. 440 sub init { [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 269 JSON::Backend::XS->init; 307 JSON::Backend::PP->init; 396 sub init { subroutine 398 no strict qw(refs); # this routine may be called after JSON::Backend::XS init was called. 440 sub init { [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 269 JSON::Backend::XS->init; 307 JSON::Backend::PP->init; 396 sub init { subroutine 398 no strict qw(refs); # this routine may be called after JSON::Backend::XS init was called. 440 sub init { [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptWrappable.h | 59 template <class C> static void init(C* object) function in class:WebCore::ScriptWrappable 149 ASSERT(m_wrapperOrTypeInfo); // Assert initialization via init() even if not subsequently wrapped.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMImplementation.cpp | 167 ScriptWrappable::init(this); 200 DocumentInit init = DocumentInit::fromContext(m_document.contextDocument()); local 202 doc = SVGDocument::create(init); 204 doc = Document::createXHTML(init.withRegistrationContext(m_document.registrationContext())); 206 doc = Document::create(init); 310 DocumentInit init = DocumentInit::fromContext(m_document.contextDocument()) local 312 RefPtr<HTMLDocument> d = HTMLDocument::create(init); 327 PassRefPtr<Document> DOMImplementation::createDocument(const String& type, const DocumentInit& init, bool inViewSourceMode) 330 return HTMLViewSourceDocument::create(init, type); 334 return HTMLDocument::create(init); [all...] |
QualifiedName.cpp | 113 // Global init routines 116 void QualifiedName::init() function in class:WebCore::QualifiedName
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImportLoader.cpp | 101 DocumentInit init = DocumentInit(response.url(), 0, m_import->master()->contextDocument(), m_import) local 103 m_importedDocument = HTMLDocument::create(init);
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
MediaKeySession.cpp | 54 ScriptWrappable::init(this); 183 MediaKeyMessageEventInit init; local 184 init.bubbles = false; 185 init.cancelable = false; 186 init.message = Uint8Array::create(message, messageLength); 187 init.destinationURL = destinationURL; 189 RefPtr<MediaKeyMessageEvent> event = MediaKeyMessageEvent::create(EventTypeNames::webkitkeymessage, init);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PODIntervalTree.h | 84 init(); 90 init(); 96 init(); 147 void init() function in class:WebCore::PODIntervalTree
|
/external/chromium_org/third_party/angle/src/compiler/ |
ForLoopUnroll.cpp | 47 TIntermNode* init = node->getInit(); local 48 ASSERT(init != NULL); 49 TIntermAggregate* decl = init->getAsAggregate();
|
/external/chromium_org/third_party/icu/source/common/ |
hash.h | 31 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status); 103 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, function in class:Hashtable 117 init( uhash_hashUnicodeString, keyComp, valueComp, status); 122 init(ignoreKeyCase ? uhash_hashCaselessUnicodeString 133 init(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, status); 140 init(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, status);
|
/external/chromium_org/third_party/libevent/ |
event-internal.h | 40 void *(*init)(struct event_base *); member in struct:eventop
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 202 def init(intype, outtype, prim): function 220 init(intype, outtype, prim)
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
fs-fragcoord.c | 218 init(int mode) function 254 init(mode);
|
fs-frontface.c | 180 init(void) function 198 init();
|
fs-write-z.c | 197 init(void) function 215 init();
|
tri.c | 115 static void init( void ) function 164 init();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_maos_vbtmp.h | 278 static void TAG(init)( void ) function
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 17 int (*init)(COMP_CTX *ctx); member in struct:comp_method_st
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
m_sha1.c | 74 static int init(EVP_MD_CTX *ctx) function 89 init,
|