Home
last modified time | relevance | path

Searched refs:stash (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DDumpRenderTreeSupport_wrapTiger.c776 HV *stash; in SWIG_Perl_MakePtr() local
778 stash=SvSTASH(SvRV(obj)); in SWIG_Perl_MakePtr()
781 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); in SWIG_Perl_MakePtr()
783 gv_init(gv, stash, "OWNER", 5, FALSE); in SWIG_Perl_MakePtr()
792 sv_bless(sv, stash); in SWIG_Perl_MakePtr()
/external/webkit/WebKit/mac/WebView/
DWebView.mm4404 …// we stash away the unmodified top and bottom margins the first time this method is called, and w…
/external/webkit/WebKit/win/
DChangeLog-2009-06-1620730 (WebFrame::loadData): stash original request URL
20731 (WebFrame::loadHTMLString): stash original request URL
20732 (WebFrame::loadDataSource): stash original request URL
/external/srec/config/en.us/dictionary/
Dlarge.ok27537 stash staS
/external/webkit/WebKit/mac/
DChangeLog-2007-10-146355 NSPrintInfo, so now we stash information in the NSPrintInfo's dictionary such that we always
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-142969 (KJS::ArrayInstance::capacity): Get it from the secret stash
DChangeLog-2009-06-1630637 Instead of doing it that way, stash the dynamic global object in JSGlobalData.