HomeSort by relevance Sort by last modified time
    Searched full:subframes (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/inspector/front-end/
ResourceTreeModel.js 77 var subframes = this._subframes[frame.parentId];
78 if (!subframes) {
79 subframes = [];
80 this._subframes[frame.parentId || 0] = subframes;
82 subframes.push(frame);
90 subframes: function(parentFrameId)
219 var subframes = this._subframes[frameId];
220 for (var i = 0; subframes && i < subframes.length; ++ i) {
221 this.dispatchEventToListeners(WebInspector.ResourceTreeModel.EventTypes.FrameRemoved, subframes[i].id)
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/resources/
subframe-3.html 1 <html manifest="subframes-3.manifest">
subframe-4.html 1 <html manifest="subframes-4.manifest">
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
int_lpc.c 20 * Description:Interpolation of the LP parameters in 4 subframes. *
36 Word16 Az[] /* output: LP coefficients in 4 subframes */
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 48 static const xmlChar* const subframesTag = BAD_CAST "subframes";
68 Vector<PassRefPtr<Archive> > subframes; local
74 subframes.append(create(frame->tree()->child(child)));
76 return create(mainResource, subresources, subframes);
212 Vector<PassRefPtr<Archive> > subframes; local
265 subframes.append(subframe);
271 return WebArchiveAndroid::create(mainResource, subresources, subframes);
281 Vector<PassRefPtr<Archive> > subframes; local
283 return WebArchiveAndroid::create(mainResource, subresources, subframes);
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.cpp 51 const Vector<RefPtr<Archive> >& subframes = archive->subframeArchives(); local
52 Vector<RefPtr<Archive> >::const_iterator iFrame = subframes.begin();
53 Vector<RefPtr<Archive> >::const_iterator endFrame = subframes.end();
  /external/webkit/Source/WebKit/mac/WebView/
WebArchive.h 42 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
58 @param subframeArchives The archives representing the subframes of the archive (can be nil).
85 @result The archives representing the subframes of the archive (can be nil).
WebClipView.mm 75 // a WebHTMLView. Here we do it for subframes, which use WebClipView.
  /external/webkit/LayoutTests/http/tests/appcache/
fail-on-update-2.html 22 // Create two subframes at different times to make hitting the race condition more likely.
top-frame-1.html 1 <html manifest="resources/subframes-1.manifest">
top-frame-2.html 1 <html manifest="resources/subframes-2.manifest">
top-frame-3.html 1 <html manifest="resources/subframes-3.manifest">
top-frame-4.html 1 <html manifest="resources/subframes-4.manifest">
  /external/webkit/Source/WebKit/win/Interfaces/
IWebArchive.idl 37 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
55 @param subframeArchives The archives representing the subframes of the archive (can be nil).
95 @result The archives representing the subframes of the archive (can be nil).
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 119 WebRtc_Word16 i, n, L, M, subFrames, tmp16, tmp_speech[16];
126 subFrames = 160;
132 subFrames = 80;
137 subFrames = 80;
153 subFrames = 160;
158 subFrames = 160;
175 subFrames = 160;
322 for (i = 0; i < samples; i += subFrames)
324 WebRtcAgc_ProcessVad(&stt->vadMic, &in_mic[i], subFrames);
333 WebRtc_Word16 i, subFrames;
    [all...]
analog_agc.h 86 WebRtc_Word32 env[2][10]; // Envelope values of subframes
89 WebRtc_Word16 envSum; // Filtered scaled envelope in subframes
  /external/chromium/chrome/browser/history/
visit_tracker_unittest.cc 103 // They have some subframes:
106 // Subframes are navigated:
  /external/webkit/Source/WebCore/loader/
SubframeLoader.h 56 // This is a slight misnomer. It handles the higher level logic of loading both subframes and plugins.
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
int_lpc.h 108 * Description : The 20 ms speech frame is divided into 4 subframes.
110 * 4th subframes (twice per frame) and interpolated at the
152 in subframes 1 and 3 (AZ_SIZE) */
162 * Description : The 20 ms speech frame is divided into 4 subframes.
164 * subframes (once per frame) and interpolated at the
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
interpolate_isp.cpp 50 int16 Az[] output: LP coefficients in 4 subframes
56 Interpolation of the LP parameters in 4 subframes
119 int16 Az[] /* output: LP coefficients in 4 subframes */
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 148 UCHAR noSubframes; /* Number of subframes */
235 * The latter is expected in case of multiple subframes being used.
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 270 // the cachability of the page. We may also want to consider subframes (this
271 // test will still index subframes if the subframe is SSL).
  /external/webkit/Source/WebCore/platform/android/
ScrollViewAndroid.cpp 107 if (parent()) // no scrollbar for the subframes
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_lag3.cpp 68 used in 2nd and 4th subframes
97 The fractional lag in 1st and 3rd subframes is encoded with 8 bits
98 while that in 2nd and 4th subframes is relatively encoded with 4, 5
191 used in 2nd and 4th subframes */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_big.cpp 52 Big subframe (2 subframes) preprocessing
99 A_t = array of type Word16 -- A(z) unquantized, for 4 subframes, Q12
163 Word16 A_t[], /* i : A(z) unquantized, for 4 subframes, Q12 */
195 /* process two subframes (which form the "big" subframe) */

Completed in 872 milliseconds

1 2 3 4 5