Home
last modified time | relevance | path

Searched refs:iFrame (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/loader/archive/
DArchiveResourceCollection.cpp52 Vector<RefPtr<Archive> >::const_iterator iFrame = subframes.begin(); in addAllResources() local
55 for (; iFrame != endFrame; ++iFrame) { in addAllResources()
56 ASSERT((*iFrame)->mainResource()); in addAllResources()
57 const String& frameName = (*iFrame)->mainResource()->frameName(); in addAllResources()
59 m_subframes.set(frameName, iFrame->get()); in addAllResources()
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt180 fast/loader/local-iFrame-source-from-local.html FAIL // Requires LayoutTests to exist at /tmp/Layou…
/external/icu4c/i18n/
Drematch.cpp2498 …REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus); in resetStack() local
2501 iFrame->fExtra[i] = -1; in resetStack()
2503 return iFrame; in resetStack()
/external/sqlite/dist/
Dsqlite3.c45763 #define walFrameOffset(iFrame, szPage) ( \
45764 WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \
46235 static int walFramePage(u32 iFrame){
46236 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE;
46237 assert( (iHash==0 || iFrame>HASHTABLE_NPAGE_ONE)
46238 && (iHash>=1 || iFrame<=HASHTABLE_NPAGE_ONE)
46239 && (iHash<=1 || iFrame>(HASHTABLE_NPAGE_ONE+HASHTABLE_NPAGE))
46240 && (iHash>=2 || iFrame<=HASHTABLE_NPAGE_ONE+HASHTABLE_NPAGE)
46241 && (iHash<=2 || iFrame>(HASHTABLE_NPAGE_ONE+2*HASHTABLE_NPAGE))
46249 static u32 walFramePgno(Wal *pWal, u32 iFrame){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c45735 #define walFrameOffset(iFrame, szPage) ( \
45736 WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \
46207 static int walFramePage(u32 iFrame){
46208 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE;
46209 assert( (iHash==0 || iFrame>HASHTABLE_NPAGE_ONE)
46210 && (iHash>=1 || iFrame<=HASHTABLE_NPAGE_ONE)
46211 && (iHash<=1 || iFrame>(HASHTABLE_NPAGE_ONE+HASHTABLE_NPAGE))
46212 && (iHash>=2 || iFrame<=HASHTABLE_NPAGE_ONE+HASHTABLE_NPAGE)
46213 && (iHash<=2 || iFrame>(HASHTABLE_NPAGE_ONE+2*HASHTABLE_NPAGE))
46221 static u32 walFramePgno(Wal *pWal, u32 iFrame){
[all …]
/external/webkit/Source/WebKit/
DChangeLog2360 <rdar://problem/4137135> iFrame with PDF not being handled correctly on
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2922580 iFrame that has a scrollable owner document.
87632 REGRESSION: XHR stream connection blocks iFrame loading and resource downloading
88108 REGRESSION: XHR stream connection blocks iFrame loading and resource downloading
92897 Fix addresses false negatives with respect to scheme relative paths, iFrame JavaScript URLs,
92910 as to compare against iFrame javascript URL.
92916 of iFrame javascript URL.
DChangeLog-2005-08-2311049 iFrame name and id information incorrectly returned
24949 iFrame involved
24955 If the current line is taller than the entire page height (e.g. tall iFrame), don't try
26911 …Fixed: <rdar://problem/3932215> REGRESSION (125-177): iFrame example at developer.apple.com fails …
DChangeLog-2006-12-3128477 Bug 10917: REGRESSION (r16027): iFrame transparency broken
30202 Fixed a bad iFrame crash, resolving some of the layout test badness
DChangeLog-2009-06-1634826 This allows setting cookies on the url of the main frame from an iFrame
34827 when the cookie should be set on the url of the iFrame.
45941 The AX hierarchy when an iFrame was present was incorrect. A different scroll area was
DChangeLog-2010-05-2430700 Security: iFrame.src accepts JavaScript URL via nodeValue or textContent
DChangeLog-2010-12-06123785 REGRESSION: crash when unloading an iFrame with Flash from the DOM
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-292823 <rdar://problem/4137135> iFrame with PDF not being handled correctly on
DChangeLog-2006-02-097816 iFrame involved