/external/webkit/WebCore/platform/chromium/ |
ClipboardChromium.h | 74 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*); 75 virtual void writeURL(const KURL&, const String&, Frame*); 76 virtual void writeRange(Range*, Frame*);
|
/external/webkit/WebCore/platform/gtk/ |
ClipboardGtk.h | 60 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*); 61 virtual void writeURL(const KURL&, const String&, Frame*); 62 virtual void writeRange(Range*, Frame*);
|
/external/webkit/WebCore/platform/haiku/ |
ClipboardHaiku.h | 61 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*); 62 virtual void writeURL(const KURL&, const String&, Frame*); 63 virtual void writeRange(Range*, Frame*);
|
/external/webkit/WebCore/platform/qt/ |
ClipboardQt.h | 66 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*); 67 virtual void writeURL(const KURL&, const String&, Frame*); 68 virtual void writeRange(Range*, Frame*);
|
/external/webkit/WebCore/platform/wx/ |
ClipboardWx.h | 59 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*); 60 virtual void writeURL(const KURL&, const String&, Frame*); 61 virtual void writeRange(Range*, Frame*);
|
/external/webkit/WebCore/storage/ |
StorageAreaImpl.h | 51 virtual String setItem(const String& key, const String& value, ExceptionCode& ec, Frame* sourceFrame); 52 virtual String removeItem(const String& key, Frame* sourceFrame); 53 virtual bool clear(Frame* sourceFrame);
|
/external/webkit/WebCore/xml/ |
XSLTProcessor.h | 40 class Frame; 50 PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame* frame);
|
/external/webkit/WebKit/chromium/src/ |
DebuggerAgentImpl.h | 42 class Frame; 56 static void createUtilityContext(WebCore::Frame* frame, v8::Persistent<v8::Context>* context);
|
DragClientImpl.h | 63 WebCore::Frame* frame, 66 WebCore::KURL&, const WebCore::String& label, WebCore::Frame*);
|
WebSearchableFormData.cpp | 37 #include "Frame.h" 64 const Frame* frame = form->document()->frame(); local 65 *encoding = frame ? TextEncoding(frame->loader()->encoding()) : Latin1Encoding(); 72 return form->document()->frame()->loader()->completeURL(action.isNull() ? "" : action).protocol() == "http"; 224 const Frame* frame = formElement->document()->frame(); local [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebNullPluginView.mm | 40 - initWithFrame:(NSRect)frame error:(NSError *)err DOMElement:(DOMElement *)elem 49 self = [super initWithFrame:frame]; 78 WebFrame *webFrame = kit(core(localElement)->document()->frame());
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebDragClient.h | 38 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragPos, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag); 39 virtual WebCore::DragImageRef createDragImageForLink(WebCore::KURL& url, const WebCore::String& label, WebCore::Frame*); 40 virtual void declareAndWriteDragImage(NSPasteboard*, DOMElement*, NSURL*, NSString*, WebCore::Frame*);
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
PolicyDelegate.h | 50 /* [in] */ IWebFrame *frame, 64 /* [in] */ IWebFrame *frame, 70 /* [in] */ IWebFrame *frame);
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 61 struct Frame { 65 bool operator < (const Frame& rhs) const { 73 SortedVector<Frame> frames;
|
/frameworks/base/core/jni/ |
android_nio_utils.h | 26 * position. The returned pointer is only valid for the current JNI stack-frame. 29 * same JNI stack-frame. 46 * JNI stack-frame as getPointer
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
amrdecode.cpp | 44 so the program can access the next frame that is byte 103 #include "frame.h" 141 frame_type = 3GPP frame type (enum Frame_Type_3GPP) 144 for the current frame to be decoded (unsigned char) 156 byte_offset = address offset of the next frame to be processed or 188 The codec mode and receive frame type is initialized based on the incoming 192 frame type is set to the value in the first location of the buffer pointed to 195 from unsigned char to Word16. Lastly, if the receive frame type is not 203 If there are no errors, GSMFrameDecode is called to decode a 20 ms frame. It 209 offset of the next speech frame to be decoded [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 40 #include "Frame.h" 94 // Returns the owner frame pointer of a DOM wrapper object. It only works for 96 static Frame* getTargetFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data) 98 Frame* target = 0; 106 target = targetWindow->frame(); 111 target = history->frame(); 116 target = location->frame(); 127 Frame* target = getTargetFrame(host, data); 132 PassRefPtr<V8DOMWindowShell> V8DOMWindowShell::create(Frame* frame) 568 Frame* frame = window->frame(); local [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
amrdecode.cpp | 44 so the program can access the next frame that is byte 103 #include "frame.h" 141 frame_type = 3GPP frame type (enum Frame_Type_3GPP) 144 for the current frame to be decoded (unsigned char) 156 byte_offset = address offset of the next frame to be processed or 188 The codec mode and receive frame type is initialized based on the incoming 192 frame type is set to the value in the first location of the buffer pointed to 195 from unsigned char to Word16. Lastly, if the receive frame type is not 203 If there are no errors, GSMFrameDecode is called to decode a 20 ms frame. It 209 offset of the next speech frame to be decoded [all...] |
/external/quake/quake/src/QW/client/ |
gl_rmain.c | 150 int i, numframes, frame; local 154 frame = currententity->frame; 156 if ((frame >= psprite->numframes) || (frame < 0)) 158 Con_Printf ("R_DrawSprite: no such frame %d\n", frame); 159 frame = 0; 162 if (psprite->frames[frame].type == SPR_SINGLE) 164 pspriteframe = psprite->frames[frame].frameptr 201 mspriteframe_t *frame; local [all...] |
/external/v8/src/ |
accessors.cc | 549 JavaScriptFrame* frame = it.frame(); local 550 if (frame->function() != *function) continue; 553 int index = ScopeInfo<>::StackSlotIndex(frame->code(), 556 Handle<Object> arguments = Handle<Object>(frame->GetExpression(index)); 561 // find the frame that holds the actual arguments passed to the 564 frame = it.frame(); 567 // mirror for the right frame. 568 const int length = frame->GetProvidedParametersCount() [all...] |
/external/webkit/WebCore/loader/ |
RedirectScheduler.cpp | 39 #include "Frame.h" 133 RedirectScheduler::RedirectScheduler(Frame* frame) 134 : m_frame(frame) 170 bool RedirectScheduler::mustLockBackForwardList(Frame* targetFrame) 172 // Navigation of a subframe during loading of an ancestor frame does not create a new back/forward item. 176 for (Frame* ancestor = targetFrame->tree()->parent(); ancestor; ancestor = ancestor->tree()->parent()) { 205 // This may happen when a frame changes the location of another frame. 221 // This may happen when a frame changes the location of another frame [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/ |
ScanCncnApi.h | 80 SCAN_CRS_RECEIVED_FRAME = 0, /**< scan not yet completed, indicating a frame received during scan */ 101 * \brief contains a single frame information, returned by the result CB when a frame is available 105 macAddress_t* bssId; /* MAC address of the AP from which the frame was received */ 106 mlmeFrameInfo_t* parsedIEs; /* parsed frame IEs */ 107 radioBand_e band; /* band on which the frame was received */ 108 UINT8 channel; /* channel on which the frame was received */ 109 UINT32 staTSF; /* TSF of the station when the frame was received */ 110 INT8 rssi; /* RSSI level at which frame was received */ 111 rate_e rate; /* bitrate at which frame was received * [all...] |
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_node.h | 506 /** Specifies the cumulative frame rate in frame per second. IFrameRate[0] is for 514 /** Specifies the initial quantization parameter for the first I-frame. If constant Q 519 /** Specifies the initial quantization parameter for the first P-frame. If constant Q 524 /** Specifies the initial quantization parameter for the first B-frame. If constant Q 531 forced to a frame once this interval is reached. When there is only one I-frame is present 535 /** According to iIFrameInterval setting, the minimum number of intra MB per frame is 538 macroblocks per frame.*/ 541 /** Specifies automatic scene detection where I-frame will be used the the first fram [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1PRNG_SecureRandomImpl.java | 80 // EXTRAFRAME_OFFSET - offset for extra frame in "copies" array; 81 // as the extra frame follows the current hash frame, 82 // EXTRAFRAME_OFFSET is equal to length of current hash frame 83 // FRAME_OFFSET - offset for frame in "copies" array 84 // MAX_BYTES - maximum # of seed bytes processing which doesn't require extra frame 113 // - 81 - # of seed bytes in current seed frame 122 // - 5-20 - extra 16 words frame; 124 // - 21-36 - 16 word frame to store a copy of remaining bytes 144 // remaining bytes are stored in the 0-15 word frame of the "seed" array [all...] |
/external/opencore/engines/adapters/player/framemetadatautility/include/ |
pv_frame_metadata_interface.h | 93 uint32 iFrameIndex; // Specific frame or max frame index for autodetect 94 uint32 iTimeOffsetMilliSec; // Time of frame or max time offset for autodetect 152 pvFrameAndMetadata sends this error event when the MIO component for frame retrieval 159 to retrieve a frame 299 * This function allows a player data source to be specified to retrieve video frame and metadata. This function must be called 379 * The function returns the frame at the requested frame index. In this 384 * frame of interest (i.e., whether to return a specific 385 * frame based on a frame index or time specification o [all...] |