Searched refs:iFrame (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/loader/archive/ |
D | ArchiveResourceCollection.cpp | 52 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/ |
D | test_expectations.txt | 180 fast/loader/local-iFrame-source-from-local.html FAIL // Requires LayoutTests to exist at /tmp/Layou…
|
/external/icu4c/i18n/ |
D | rematch.cpp | 2498 …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/ |
D | sqlite3.c | 45763 #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/ |
D | sqlite3.c | 45735 #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/ |
D | ChangeLog | 2360 <rdar://problem/4137135> iFrame with PDF not being handled correctly on
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 22580 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.
|
D | ChangeLog-2005-08-23 | 11049 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 …
|
D | ChangeLog-2006-12-31 | 28477 Bug 10917: REGRESSION (r16027): iFrame transparency broken 30202 Fixed a bad iFrame crash, resolving some of the layout test badness
|
D | ChangeLog-2009-06-16 | 34826 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
|
D | ChangeLog-2010-05-24 | 30700 Security: iFrame.src accepts JavaScript URL via nodeValue or textContent
|
D | ChangeLog-2010-12-06 | 123785 REGRESSION: crash when unloading an iFrame with Flash from the DOM
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 2823 <rdar://problem/4137135> iFrame with PDF not being handled correctly on
|
D | ChangeLog-2006-02-09 | 7816 iFrame involved
|