/external/webkit/WebCore/page/animation/ |
AnimationController.h | 42 class Frame; 50 AnimationController(Frame*);
|
/external/webkit/WebCore/platform/ |
DragImage.h | 63 class Frame; 97 DragImageRef createDragImageForSelection(Frame*);
|
/external/webkit/WebCore/platform/haiku/ |
ScreenHaiku.cpp | 32 #include "Frame.h" 48 return FloatRect(screen.Frame());
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.h | 76 // Called to initialize the frame buffer with the given index, based on the 77 // previous frame's disposal method. Returns true on success. On failure,
|
/external/webkit/WebCore/rendering/ |
HitTestResult.h | 30 class Frame; 63 Frame* targetFrame() const;
|
/external/webkit/WebCore/storage/ |
StorageAreaSync.h | 39 class Frame; 57 void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);
|
/external/webkit/WebKit/chromium/public/ |
WebDocument.h | 61 // Returns the frame the document belongs to or 0 if the document is frameless. 62 WEBKIT_API WebFrame* frame() const;
|
/external/webkit/WebKit/chromium/src/ |
ContextMenuClientImpl.h | 51 virtual void lookUpInDictionary(WebCore::Frame*) {} 52 virtual void searchWithGoogle(const WebCore::Frame*) {}
|
FrameLoaderClientImpl.cpp | 88 FrameLoaderClientImpl::FrameLoaderClientImpl(WebFrameImpl* frame) 89 : m_webFrame(frame) 103 // behalf of the Frame. Since the WebFrame owns us, this extra ref also 230 // Frame::pageDestroyed. Without this change, this call to clearWindowShell 234 m_webFrame->frame()->script()->proxy()->clearForClose(); 256 // If the request being loaded by |loader| is a frame, update the ResourceType. 257 // A subresource in this context is anything other than a frame -- 259 // subresource is NOT limited to stuff loaded through the frame's subresource 283 // the main frame, a sub-frame, or the sub-objects in that document [all...] |
WebAnimationControllerImpl.cpp | 53 if (!m_frameImpl->frame()) 55 return m_frameImpl->frame()->animation();
|
WebPageSerializer.cpp | 48 bool WebPageSerializer::serialize(WebFrame* frame, 56 frame, recursive, client, links, localPaths, localDirectoryName);
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
DragClientGtk.h | 49 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false); 50 virtual WebCore::DragImageRef createDragImageForLink(WebCore::KURL&, const WebCore::String& label, WebCore::Frame*);
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 41 #import <WebCore/Frame.h> 68 - (id)initWithFrame:(NSRect)frame 78 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element]; 126 // Update the window frame. 127 _proxy->windowFrameChanged([[self window] frame]); 177 float borderViewHeight = [[self currentWindow] frame].size.height; 239 _proxy->windowFrameChanged([[self window] frame]); 257 _proxy->windowFrameChanged([window frame]);
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapeContainerCheckPrivate.h | 43 typedef uint32 (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context); 47 uint32 WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32, NPBool allowed, void* context), void* context);
|
/external/webkit/WebKit/mac/WebView/ |
WebUIDelegate.h | 334 @abstract Set the window's frame rect 336 @param frame The new window frame size 337 @discussion Even though a caller could set the frame directly using the NSWindow, 341 - (void)webView:(WebView *)sender setFrame:(NSRect)frame; 346 @abstract REturn the window's frame rect 356 @param frame The WebFrame whose JavaScript initiated this call. 358 from JavaScript initiated by the specified frame. The panel should have 361 - (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame; 368 @param frame The WebFrame whose JavaScript initiated this call [all...] |
/external/webkit/WebKit/qt/tests/qgraphicswebview/ |
tst_qgraphicswebview.cpp | 98 "<frame src=\"data:text/html,foo \">" 99 "<frame src=\"data:text/html,bar\">"
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrameView.idl | 50 @result The WebFrameView's frame. 53 HRESULT webFrame([out, retval] IWebFrame** frame);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebDragClient.h | 41 virtual void startDrag(WebCore::DragImageRef, const WebCore::IntPoint&, const WebCore::IntPoint&, WebCore::Clipboard*, WebCore::Frame*, bool); 42 virtual WebCore::DragImageRef createDragImageForLink(WebCore::KURL&, const WebCore::String&, WebCore::Frame*);
|
/external/webkit/WebKitTools/QtLauncher/ |
urlloader.cpp | 34 UrlLoader::UrlLoader(QWebFrame* frame, const QString& inputFileName) 35 : m_frame(frame)
|
/external/wpa_supplicant/ |
l2_packet_none.c | 50 * TODO: Send frame (may need different implementation depending on 64 /* TODO: receive frame (e.g., recv() using sock */
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_none.c | 50 * TODO: Send frame (may need different implementation depending on 64 /* TODO: receive frame (e.g., recv() using sock */
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/ |
FrameLayoutMarginTest.java | 17 package android.widget.layout.frame; 25 import android.widget.layout.frame.FrameLayoutMargin;
|
/frameworks/base/include/media/ |
mediametadataretriever.h | 64 // METADATA_MODE_FRAME_CAPTURE_ONLY: For capture frame/thumbnail only.$ 66 // METADATA_MODE_FRAME_CAPTURE_AND_METADATA_RETRIEVAL: For both frame capture
|
/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 31 * frame and meta data from an input media file. 56 * intended mode of operation is to both capture frame and retrieve meta 65 * For neither frame capture nor meta data retrieval 67 * 3. MODE_CAPTURE_FRAME_ONLY: For frame capture only 69 * For both frame capture and meta data retrieval 193 * representative frame if successful and returns it as a bitmap. This is 196 * @return A Bitmap containing a representative video frame, which 197 * can be null, if such a frame cannot be retrieved.
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
bits2prm.h | 40 * : the received serial bits in a frame. 76 * the received serial bits in a frame.
|