/external/webkit/WebCore/loader/ |
CachedImage.cpp | 32 #include "Frame.h" 263 Frame* frame = m_request ? m_request->docLoader()->frame() : 0; local 264 if (!frame) 266 Settings* settings = frame->settings(); 359 if (!timeStamp) // If didDraw is called outside of a Frame paint.
|
DocumentLoader.h | 47 class Frame; 66 void setFrame(Frame*); 67 Frame* frame() const { return m_frame; } function in class:WebCore::DocumentLoader 226 Frame* m_frame;
|
/external/webkit/WebCore/platform/android/ |
TemporaryLinkStubs.cpp | 48 #include "Frame.h" 115 // The supportsMIMEType() is used by the Frame to determine if a full screen instance 175 void Pasteboard::writeSelection(Range*, bool, Frame*) 185 void Pasteboard::writeURL(const KURL&, const String&, Frame*) 201 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame*, PassRefPtr<Range>, bool, bool&) 207 String Pasteboard::plainText(Frame*) 356 void* WebCore::Frame::dragImageForSelection()
|
/external/webkit/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 33 #include "Frame.h" 121 bool requestAllowed = globalDocLoader->frame() && globalDocLoader->doc()->securityOrigin()->canRequest(url); 123 globalDocLoader->frame()->loader()->loadResourceSynchronously(url, AllowStoredCredentials, error, response, data); 132 if (Frame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame()) 133 console = frame->domWindow()->console();
|
XSLStyleSheetLibxslt.cpp | 32 #include "Frame.h" 148 if (Frame* frame = ownerDocument()->frame()) 149 console = frame->domWindow()->console();
|
/external/webkit/WebKit/win/ |
WebFrame.h | 52 class Frame; 77 WebFrame* kit(WebCore::Frame*); 78 WebCore::Frame* core(WebFrame*); 144 /* [retval][out] */ IWebFrame **frame); 147 /* [retval][out] */ IWebFrame **frame); 323 PassRefPtr<WebCore::Frame> init(IWebView*, WebCore::Page*, WebCore::HTMLFrameOwnerElement*); 324 WebCore::Frame* impl();
|
WebDataSource.cpp | 44 #include <WebCore/Frame.h> 189 /* [retval][out] */ IWebFrame** frame) 191 *frame = static_cast<WebFrame*>(m_loader->frameLoader()->client()); 192 (*frame)->AddRef(); 285 Document *doc = m_loader->frameLoader()->frame()->document();
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
UIDelegate.cpp | 279 /* [in] */ IWebFrame *frame) 415 /* [in] */ RECT* frame) 417 m_frame = *frame; 423 /* [retval][out] */ RECT* frame) 425 *frame = m_frame; 570 /* [in] */ IWebFrame *frame, 596 /* [in] */ IWebFrame *frame,
|
AccessibilityControllerWin.cpp | 59 JSValueUnprotect(frame->globalContext(), it->second); 84 if (FAILED(frame->webView(&view))) 276 JSValueRef argument = JSValueMakeString(frame->globalContext(), jsNotification.get()); 277 JSObjectCallAsFunction(frame->globalContext(), it->second, NULL, 1, &argument, NULL); 286 JSValueProtect(frame->globalContext(), functionCallback);
|
UIDelegate.h | 111 /* [in] */ RECT *frame); 115 /* [retval][out] */ RECT *frame); 255 /* [in] */ IWebFrame *frame); 375 /* [in] */ IWebFrame *frame, 381 /* [in] */ IWebFrame *frame,
|
/frameworks/base/camera/libcameraservice/ |
CameraHardwareStub.cpp | 88 // Make an IMemory for each frame so that we can reuse them in callbacks. 176 // Fill the current frame with the fake camera. 177 uint8_t *frame = ((uint8_t *)base) + offset; local 178 fakeCamera->getNextFrameAsYuv422(frame); 180 //LOGV("previewThread: generated frame to buffer %d", mCurrentPreviewFrame); 182 // Notify the client of a new frame. 328 snprintf(buffer, 255, " preview frame(%d), size (%d), running(%s)\n", mCurrentPreviewFrame, mPreviewFrameSize, mPreviewRunning?"true": "false");
|
/frameworks/base/core/java/android/widget/ |
AbsSpinner.java | 54 /** Temporary frame to hold a child View's frame rectangle */ 340 Rect frame = mTouchFrame; local 341 if (frame == null) { 343 frame = mTouchFrame; 350 child.getHitRect(frame); 351 if (frame.contains(x, y)) {
|
/ndk/samples/bitmap-plasma/jni/ |
plasma.c | 327 double frame = s->frames[nn].frameTime; local 328 if (frame < minFrame) minFrame = frame; 329 if (frame > maxFrame) maxFrame = frame; 331 avgFrame += frame; 336 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
|
/external/opencore/fileformats/mp3/parser/include/ |
mp3parser.h | 129 // the first frame of an mp3 bitsream 203 * the file pointer at the first audio frame. 249 * @brief Reads the next frame from the file 251 * @param buf Buffer to read the frame data into 253 * @param framesize Size of the frame data if the read is successful 254 * @param timestamp Timestamp for the frame if the read is successful 260 * @brief Returns the timestamp of the frame 262 * @param number of the frame to retrieve the timestamp of 280 * @param frameNumber Number of frame associated with the seek 289 * @param frameNumber Number of frame associated with the see [all...] |
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
pvmi_mio_fileinput.cpp | 895 // Get ready to search for frame sizes 900 // Calculate time for a buffer to fill to simulate frame rate 904 // Find size of each frame iteratively until end of file 1021 // Get ready to search for frame sizes [all...] |
/external/webkit/WebKit/chromium/src/ |
WebDevToolsFrontendImpl.cpp | 42 #include "Frame.h" 103 WebFrameImpl* frame = m_webViewImpl->mainFrameImpl(); local 105 v8::Handle<v8::Context> frameContext = V8Proxy::context(frame->frame()); 189 WebFrameImpl* frame = m_webViewImpl->mainFrameImpl(); local 191 v8::Handle<v8::Context> frameContext = V8Proxy::context(frame->frame()); 204 WebFrameImpl* frame = m_webViewImpl->mainFrameImpl(); local 206 v8::Handle<v8::Context> frameContext = V8Proxy::context(frame->frame()); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_descriptors.h | 285 unsigned validFcs : 1; /* Indicates whether a received frame had a valid FCS*/ 287 unsigned matchRxAddr1 : 1; /* Indicates whether a received frame contained a */ 290 unsigned mcast : 1; /* Indicates whether a received frame contains a */ 294 unsigned StaInTIM : 1; /* Indicates that the TIM in a Beacon frame contained*/ 296 /* (i.e. the AP contains one or more buffered frame(s)*/ 299 unsigned virtualBM : 1; /* If asserted, the VBM in a Beacon frame contained */ 302 unsigned bcast : 1; /* Indicates whether the received frame’s address 1 */ 305 unsigned matchSSID : 1; /* Indicates whether the received frame containing */ 308 unsigned matchBSSID : 1; /* Indicates whether the received frame containing */ 317 unsigned seqnum : 2; /* Sequence number of the current frame*/ [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
mb_motion_comp.cpp | 237 /* Pointer to previous luminance frame */ 270 /* check whether the MV points outside the frame */ 274 /* (x,y) is inside the frame */ 282 /* (x,y) is outside the frame */ 306 /* check whether the MV points outside the frame */ 310 /* (x,y) is inside the frame */ 317 /* (x,y) is outside the frame */ 342 /* check whether the MV points outside the frame */ 346 /* (x,y) is inside the frame */ 353 /* (x,y) is outside the frame */ [all...] |
/external/opencore/fileformats/id3parcom/include/ |
pv_id3_parcom_constants.h | 88 //The frame ID made out of the characters capital A-Z and 0-9. 138 //frame status flags 143 //frame format description 152 //frame IDs 257 //ID3V2_2 frame IDs
|
/external/proguard/src/proguard/evaluation/ |
Variables.java | 26 * This class represents a local variable frame that contains <code>Value</code> 97 throw new IllegalArgumentException("Variable frame is too small ["+this.size+"] compared to other frame ["+other.size+"]"); 129 // in the same variable in a variable frame (corresponding to 300 // present in the same variable in a variable frame
|
/external/webkit/WebCore/editing/ |
ModifySelectionListLevel.cpp | 30 #include "Frame.h" 209 return canIncreaseListLevel(document->frame()->selection()->selection(), startListChild, endListChild); 215 ASSERT(document->frame()); 285 return canDecreaseListLevel(document->frame()->selection()->selection(), startListChild, endListChild); 291 ASSERT(document->frame());
|
/external/webkit/WebCore/page/ |
Page.h | 54 class Frame; 106 void setMainFrame(PassRefPtr<Frame>); 107 Frame* mainFrame() const { return m_mainFrame.get(); } 116 // Frame-FrameLoader relationship. They have to live here now, but should move somewhere that 272 RefPtr<Frame> m_mainFrame;
|
/external/webkit/WebCore/platform/network/ |
FormDataBuilder.cpp | 30 #include "Frame.h" 89 if (Frame* frame = document->frame()) 90 return frame->loader()->encoding();
|
/external/webkit/WebKit/android/nav/ |
CachedNode.h | 102 void fixUpCursorRects(const CachedFrame* frame); 117 bool isNavable(const CachedFrame* frame, const WebCore::IntRect& clip) const { 118 return clip.intersects(bounds(frame)); 186 int mDataIndex; // child frame if a frame; input data index; or -1
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.h | 175 * Number of rts retries a transmitted frame used. 179 * Number of unicast retries a transmitted frame used. 228 #define IEEE80211_RADIOTAP_F_FCS 0x10 /* frame includes FCS */ 229 #define IEEE80211_RADIOTAP_F_DATAPAD 0x20 /* frame has padding between 234 #define IEEE80211_RADIOTAP_F_RX_BADFCS 0x0001 /* frame failed crc check */
|