/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.h | 79 virtual NSArray *pasteboardTypesForSelection(WebCore::Frame*);
|
WebFrameLoaderClient.h | 114 virtual WebCore::Frame* dispatchCreatePage(const WebCore::NavigationAction&); 201 virtual PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL& url, const WTF::String& name, WebCore::HTMLFrameOwnerElement*,
|
WebFrameLoaderClient.mm | 87 #import <WebCore/Frame.h> 158 Frame* m_frame; 160 - (id)initWithWebCoreFrame:(Frame*)frame; 171 // If a top level frame has a <script> element in its <head> for a script named MainPageJavaScript.js, 172 // then for that frame's document, ignore changes to the scrolling attribute of frames. That script 183 Frame* frame = core(client->webFrame()); 184 if (!frame) 186 if (frame->tree()->parent() [all...] |
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
FrameLoaderClientWx.cpp | 37 #include "Frame.h" 98 void FrameLoaderClientWx::setFrame(wxWebFrame *frame) 100 m_webFrame = frame; 101 m_frame = m_webFrame->m_impl->frame; 774 Frame* FrameLoaderClientWx::dispatchCreatePage(const NavigationAction&) 838 PassRefPtr<Frame> FrameLoaderClientWx::createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, 852 RefPtr<Frame> childFrame = adoptRef(newFrame->m_impl->frame); 854 // The creation of the frame may have run arbitrary JavaScript that removed it from the page already. 860 // The frame's onload handler may have removed it from the document [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
WebDragClientMac.mm | 93 void WebDragClient::startDrag(RetainPtr<NSImage> image, const IntPoint& point, const IntPoint&, Clipboard*, Frame* frame, bool linkDrag) 101 m_page->send(Messages::WebPageProxy::SetDragImage(frame->view()->contentsToWindow(point), handle, linkDrag)); 123 void WebDragClient::declareAndWriteDragImage(NSPasteboard *pasteboard, DOMElement *element, NSURL *URL, NSString *title, WebCore::Frame*)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
LayerTreeHostCA.cpp | 32 #include <WebCore/Frame.h>
|
/external/junit/src/junit/swingui/ |
TestSelector.java | 6 import java.awt.Frame; 110 public TestSelector(Frame parent, TestCollector testCollector) {
|
/external/webkit/Source/WebCore/inspector/ |
DOMNodeHighlighter.cpp | 35 #include "Frame.h" 119 inline IntSize frameToMainFrameOffset(Frame* frame) 121 IntPoint mainFramePoint = frame->page()->mainFrame()->view()->windowToContents(frame->view()->contentsToWindow(IntPoint())); 218 Frame* containingFrame = node->document()->frame();
|
/external/webkit/Source/WebCore/page/ |
Console.cpp | 34 #include "Frame.h" 54 Console::Console(Frame* frame) 55 : m_frame(frame) 59 Frame* Console::frame() const function in class:WebCore::Console
|
ContextMenuController.cpp | 47 #include "Frame.h" 131 if (Frame* frame = event->target()->toNode()->document()->frame()) 132 result = frame->eventHandler()->hitTestResultAtPoint(mouseEvent->absoluteLocation(), false); 158 static void openNewWindow(const KURL& urlToLoad, Frame* frame) 160 if (Page* oldPage = frame->page()) { 161 FrameLoadRequest request(frame->document()->securityOrigin(), ResourceRequest(urlToLoad, frame->loader()->outgoingReferrer())) 184 Frame* frame = m_hitTestResult.innerNonSharedNode()->document()->frame(); local [all...] |
EventHandler.cpp | 44 #include "Frame.h" 178 EventHandler::EventHandler(Frame* frame) 179 : m_frame(frame) 531 Frame* frame = renderer->frame(); 532 if (!frame) 534 Page* page = frame->page(); 535 return page && page->mainFrame() == frame; 938 Frame* frame = static_cast<HTMLFrameElementBase*>(n)->contentFrame(); local 1775 Frame* frame = static_cast<HTMLFrameElementBase*>(target)->contentFrame(); local [all...] |
FrameView.cpp | 39 #include "Frame.h" 122 FrameView::FrameView(Frame* frame) 123 : m_frame(frame) 164 PassRefPtr<FrameView> FrameView::create(Frame* frame) 166 RefPtr<FrameView> view = adoptRef(new FrameView(frame)); 171 PassRefPtr<FrameView> FrameView::create(Frame* frame, const IntSize& initialSize) 173 RefPtr<FrameView> view = adoptRef(new FrameView(frame)); [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 73 class Frame; 181 static void notifyJSOutOfMemory(Frame*);
|
/external/webkit/Source/WebCore/rendering/ |
RenderScrollbar.cpp | 29 #include "Frame.h" 37 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, RenderBox* renderer, Frame* owningFrame) 42 RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, RenderBox* renderer, Frame* owningFrame)
|
/external/webkit/Source/WebKit/chromium/src/ |
WebViewImpl.h | 57 class Frame; 139 virtual void setFocusedFrame(WebFrame* frame); 209 WebCore::Frame* focusedWebCoreFrame() const; 240 // Returns the main frame associated with this view. This may be null when 318 // Tries to scroll a frame or any parent of a frame. Returns true if the view 357 // Called by a full frame plugin inside this view to inform it that its
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebinspector.cpp | 27 #include "Frame.h" 495 Frame* frame = priv->page->focusController()->focusedOrMainFrame(); local 496 FrameView* view = frame->view(); 545 Frame* frame = priv->page->focusController()->focusedOrMainFrame(); local 546 FrameView* view = frame->view(); 555 frame->contentRenderer()->layer()->hitTest(request, result);
|
/external/webkit/Source/WebKit/mac/DOM/ |
WebDOMOperations.mm | 133 Frame* frame = core(self)->frame(); 134 if (!frame) 136 return kit(frame);
|
/external/webkit/Source/WebKit/mac/WebInspector/ |
WebInspector.mm | 36 #include <WebCore/Frame.h> 217 - (void)setWebFrame:(WebFrame *)frame 226 _webView = [frame webView];
|
/system/media/mca/filterpacks/videosink/java/ |
MediaEncoderFilter.java | 23 import android.filterfw.core.Frame; 111 /** Frame width to be encoded, defaults to 320. 112 * Actual received frame size has to match this */ 116 /** Frame height to to be encoded, defaults to 240. 117 * Actual received frame size has to match */ 138 /** The input region to read from the frame. The corners of this quad are 139 * mapped to the output rectangle. The input frame ranges from (0,0)-(1,1), 295 // Create a frame representing the screen 340 // first frame- encode. Don't skip 344 if (mLogVerbose) Log.v(TAG, "timelapse: FIRST frame, last real t= [all...] |
/system/media/mca/filterpacks/videosrc/java/ |
CameraSource.java | 23 import android.filterfw.core.Frame; 57 /** Frame width to request from camera. Actual size may not match requested. */ 61 /** Frame height to request from camera. Actual size may not match requested. */ 65 /** Stream framerate to request from camera. Actual frame rate may not match requested. */ 69 /** Whether the filter should always wait for a new frame from the camera 71 * outputting the last frame it received from the camera if multiple process 149 // Create frame formats 152 // Bind it to our camera frame 173 if (mLogVerbose) Log.v(TAG, "Processing new frame"); 179 throw new RuntimeException("Timeout waiting for new frame"); [all...] |
/external/webkit/Source/WebCore/dom/ |
Document.h | 80 class Frame; 206 static PassRefPtr<Document> create(Frame* frame, const KURL& url) 208 return adoptRef(new Document(frame, url, false, false)); 210 static PassRefPtr<Document> createXHTML(Frame* frame, const KURL& url) 212 return adoptRef(new Document(frame, url, true, false)); 340 * @param ignoreClipping whether or not to ignore the root scroll frame when retrieving the element. 505 Frame* frame() const { return m_frame; } // can be NUL [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebHTMLRepresentation.mm | 47 #import <WebCore/Frame.h> 182 Frame* coreFrame = core(webFrame); 216 // Telling the frame we received some data and passing nil as the data is our 247 Frame* coreFrame = core([_private->dataSource webFrame]);
|
WebView.mm | 126 #import <WebCore/Frame.h> 695 NSRect f = [self frame]; 764 // contained frame view. In any case, wire our next key view up to the our 765 // contained frame view. This works together with our becomeFirstResponder 883 Frame* frame = [self _mainCoreFrame]; 888 frame->view()->resize(IntSize(size)); 889 frame->view()->setNeedsLayout(); 901 Frame* frame = [self _mainCoreFrame] [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.cpp | 21 // Uncomment to view frame regions and debug messages 68 WebCore::Frame* frame; member in struct:Ewk_Frame_Smart_Data 83 WebCore::Frame* last; 141 static WebCore::FrameLoaderClientEfl* _ewk_frame_loader_efl_get(WebCore::Frame* frame) 143 return static_cast<WebCore::FrameLoaderClientEfl*>(frame->loader()->client()); 146 static inline Evas_Object* kit(WebCore::Frame* frame) 148 if (!frame) 164 WebCore::Frame* frame; local 1662 Evas_Object* frame; local [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginView.cpp | 40 #include "Frame.h" 133 // Take our element and get the clip rect from the enclosing layer and frame view. 454 // displayed unless the loads are in the same frame as the plugin. 471 // If the target frame is our frame, we could destroy the 492 // Targeted JavaScript requests are only allowed on the frame that contains the JavaScript plugin 566 // For security reasons, only allow JS requests to be made on the frame that contains the plug-in. 897 PluginView::PluginView(Frame* parentFrame, const IntSize& size, PluginPackage* plugin, Element* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) 1056 PassRefPtr<PluginView> PluginView::create(Frame* parentFrame, const IntSize& size, Element* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) 1511 Frame* frame = getFrame(parentFrame(), m_element); local 1533 Frame* frame = getFrame(parentFrame(), m_element); local 1573 Frame* frame = getFrame(parentFrame(), m_element); local [all...] |