HomeSort by relevance Sort by last modified time
    Searched refs:Frame (Results 276 - 300 of 603) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/page/
History.cpp 30 #include "Frame.h"
38 History::History(Frame* frame)
39 : m_frame(frame)
43 Frame* History::frame() const function in class:WebCore::History
FrameView.h 28 #include "Frame.h"
40 class Frame;
58 static PassRefPtr<FrameView> create(Frame*);
59 static PassRefPtr<FrameView> create(Frame*, const IntSize& initialSize);
67 Frame* frame() const { return m_frame.get(); } function in class:WebCore::FrameView
203 FrameView(Frame*);
262 RefPtr<Frame> m_frame;
PrintContext.cpp 25 #include "Frame.h"
33 PrintContext::PrintContext(Frame* frame)
34 : m_frame(frame)
131 // FIXME: This will modify the rendering of the on-screen frame.
174 Frame* frame = element->document()->frame();
176 PrintContext printContext(frame);
191 int PrintContext::numberOfPages(Frame* frame, const FloatSize& pageSizeInPixels
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 23 #include "Frame.h"
118 void setFrame(Frame*);
149 RefPtr<Frame> m_frame;
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 80 return m_path->Frame();
136 return !m_path->Frame().IsValid();
  /external/webkit/WebKit/gtk/WebCoreSupport/
DragClientGtk.cpp 22 #include "Frame.h"
64 void DragClient::startDrag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame* frame, bool linkDrag)
66 Element* targetElement = frame->document()->elementFromPoint(m_startPos.x(), m_startPos.y());
110 DragImageRef DragClient::createDragImageForLink(KURL&, const String&, Frame*)
ChromeClientGtk.cpp 121 Page* ChromeClient::createWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& coreFeatures)
125 g_signal_emit_by_name(m_webView, "create-web-view", kit(frame), &webView);
238 // FIXME: should we clear the frame group name here explicitly? Mac does it.
266 bool ChromeClient::runBeforeUnloadConfirmPanel(const WebCore::String& message, WebCore::Frame* frame)
268 return runJavaScriptConfirm(frame, message);
277 void ChromeClient::runJavaScriptAlert(Frame* frame, const String& message)
280 g_signal_emit_by_name(m_webView, "script-alert", kit(frame), message.utf8().data(), &retval)
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebRenderNode.mm 32 #import <WebCore/Frame.h>
45 - (id)_initWithCoreFrame:(Frame *)frame
49 if (!frame->loader()->client()->hasHTMLView())
52 RenderObject* renderer = frame->contentRenderer();
59 - (id)_initWithName:(NSString *)n position:(NSPoint)p rect:(NSRect)r coreFrame:(Frame*)coreFrame children:(NSArray *)c
99 Frame* frame = frameView ? frameView->frame() : 0;
125 coreFrame:frame children:children]
    [all...]
WebFrame.mm 66 #import <WebCore/Frame.h>
212 Frame* core(WebFrame *frame)
214 return frame ? frame->_private->coreFrame : 0;
217 WebFrame *kit(Frame* frame)
219 return frame ? static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame() : nil;
234 Frame* coreFrame = core(webFrame)
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 30 #include "Frame.h"
89 void DragClientQt::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard* clipboard, Frame* frame, bool)
105 frame->eventHandler()->dragSourceEndedAt(me, dropActionToDragOperation(actualDropAction));
111 DragImageRef DragClientQt::createDragImageForLink(KURL&, const String&, Frame*)
  /external/webkit/WebKit/wx/
WebFrame.h 46 class Frame;
141 WebCore::Frame* GetFrame();
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 48 Frame* getFrame() { return m_frame; }
49 static FrameLoaderClientAndroid* get(const Frame* frame);
51 void setFrame(Frame* frame) { m_frame = frame; }
100 virtual Frame* dispatchCreatePage();
179 virtual WTF::PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
209 // FIXME: this doesn't really go here, but it's better than Frame
215 Frame* m_frame
    [all...]
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 148 const Frame* frame = m_webView->focusedWebCoreFrame(); local
149 if (!frame)
152 Document* doc = frame->document();
211 Frame* frame, const FrameLoadRequest& r, const WindowFeatures& features)
217 m_webView->client()->createView(WebFrameImpl::fromFrame(frame)));
369 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
373 WebFrameImpl::fromFrame(frame), message)
    [all...]
WebFrameImpl.h 36 #include "Frame.h"
174 // Called by the WebViewImpl to initialize its main frame:
177 PassRefPtr<WebCore::Frame> createChildFrame(
184 static WebFrameImpl* fromFrame(WebCore::Frame* frame);
189 WebCore::Frame* frame() const { return m_frame; } function in class:WebKit::WebFrameImpl
197 // Returns which frame has an active match. This function should only be
198 // called on the main frame, as it is the only frame keeping track. Returne
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 43 #import <WebCore/Frame.h>
55 static WebHTMLView *getTopHTMLView(Frame* frame)
57 ASSERT(frame);
58 ASSERT(frame->page());
59 return (WebHTMLView*)[[kit(frame->page()->mainFrame()) frameView] documentView];
85 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag)
87 if (!frame)
90 RetainPtr<WebHTMLView> htmlView = (WebHTMLView*)[[kit(frame) frameView] documentView]
    [all...]
  /external/webkit/WebCore/page/mac/
FrameMac.mm 29 #import "Frame.h"
146 NSString* Frame::searchForNSLabelsAboveCell(RegularExpression* regExp, HTMLTableCellElement* cell, size_t* resultDistanceFromStartOfCell)
183 NSString* Frame::searchForLabelsBeforeElement(NSArray* labels, Element* element, size_t* resultDistance, bool* resultIsInCellAbove)
287 NSString* Frame::matchLabelsAgainstElement(NSArray* labels, Element* element)
291 // FIXME: This code is mirrored in Frame.cpp. It would be nice to make the Mac code call the platform-agnostic
300 NSImage* Frame::imageFromRect(NSRect rect) const
349 NSImage* Frame::selectionImage(bool forceBlackText) const
358 NSImage* Frame::snapshotDragImage(Node* node, NSRect* imageRect, NSRect* elementRect) const
383 NSImage* Frame::nodeImage(Node* node) const
401 NSDictionary* Frame::fontAttributesForSelectionStart() cons
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 34 #include "Frame.h"
97 Frame* frame = 0; local
98 if (node->hasTagName(HTMLNames::iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
99 return toV8(frame->domWindow());
132 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); local
133 htmlDocument->write(writeHelperGetString(args), frame ? frame->document() : NULL);
141 Frame* frame = V8Proxy::retrieveFrameForCallingContext() local
180 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); local
    [all...]
V8DOMWindowCustom.cpp 40 #include "Frame.h"
114 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), true))
129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
135 id = DOMTimer::install(scriptContext, new ScheduledAction(V8Proxy::context(imp->frame()), functionString), timeout, singleShot);
178 Frame* frame = V8DOMWindow::toNative(holder)->frame();
179 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), frame, true))
182 v8::Local<v8::Context> context = V8Proxy::context(frame);
199 Frame* frame = V8DOMWindow::toNative(holder)->frame()
440 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); local
489 Frame* frame = window->frame(); local
577 Frame* frame = parent->frame(); local
    [all...]
  /external/webkit/WebCore/editing/
Editor.h 67 Editor(Frame*);
71 Frame* frame() const { return m_frame; } function in class:WebCore::Editor
161 Command(PassRefPtr<Frame>, const EditorInternalCommand*, EditorCommandSource);
175 RefPtr<Frame> m_frame;
289 // We should make these functions private when their callers in Frame are moved over here to Editor
296 Frame* m_frame;
SelectionController.h 37 class Frame;
47 SelectionController(Frame* = 0, bool isDragCaretController = false);
66 // Call this after doing user-triggered selections to make it easy to delete the frame you entirely selected.
166 Frame* m_frame;
  /external/webkit/WebCore/history/
CachedFrame.cpp 34 #include "Frame.h"
61 CachedFrameBase::CachedFrameBase(Frame* frame)
62 : m_document(frame->document())
63 , m_documentLoader(frame->loader()->documentLoader())
64 , m_view(frame->view())
65 , m_mousePressNode(frame->eventHandler()->mousePressNode())
66 , m_url(frame->loader()->url())
67 , m_isMainFrame(!frame->tree()->parent())
84 Frame* frame = m_view->frame() local
    [all...]
  /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/svg/graphics/
SVGImage.cpp 35 #include "Frame.h"
90 m_page->mainFrame()->loader()->frameDetached(); // Break both the loader and view references to the frame
109 Frame* frame = m_page->mainFrame();
110 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
121 Frame* frame = m_page->mainFrame();
122 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
133 Frame* frame = m_page->mainFrame()
253 RefPtr<Frame> frame = Frame::create(m_page.get(), 0, dummyFrameLoaderClient); local
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 30 #include "Frame.h"
134 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slot.slotBase()))->impl()->frame()->tree()->child(AtomicString(propertyName))->domWindow());
139 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slot.slotBase()))->impl()->frame()->tree()->child(slot.index())->domWindow());
145 Document* document = thisObj->impl()->frame()->document();
166 if (!impl()->frame()) {
225 if (!DOMWindow::canShowModalDialog(impl()->frame())) {
252 if (impl()->frame()->tree()->child(propertyName)) {
270 // FIXME: Search the whole frame hierarchy somewhere around here.
276 if (ok && i < impl()->frame()->tree()->childCount()) {
288 Document* document = impl()->frame()->document()
504 Frame* frame = impl()->frame(); local
649 Frame* frame = impl()->frame(); local
735 Frame* frame = impl()->frame(); local
809 Frame* frame = impl()->frame(); local
994 Frame* frame = impl()->frame(); local
1008 Frame* frame = impl()->frame(); local
    [all...]
ScriptController.h 55 class Frame;
70 ScriptController(Frame*);
133 // is attached to a frame because updateDocument() is called instead.
171 Frame* m_frame;

Completed in 451 milliseconds

<<11121314151617181920>>