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

<<11121314151617181920>>

  /external/webkit/WebCore/loader/appcache/
DOMApplicationCache.cpp 37 #include "Frame.h"
42 DOMApplicationCache::DOMApplicationCache(Frame* frame)
43 : m_frame(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;
XSSAuditor.cpp 37 #include "Frame.h"
88 XSSAuditor::XSSAuditor(Frame* frame)
89 : m_frame(frame)
301 Frame* frame = m_frame; local
302 if (frame->document()->url() == blankURL())
303 frame = m_frame->tree()->parent();
306 String xssProtectionValue = frame->loader()->documentLoader()->response().httpHeaderField(XSSProtectionHeader).stripWhiteSpace();
313 Frame* parentFrame = m_frame->tree()->parent()
    [all...]
DragController.cpp 44 #include "Frame.h"
158 Frame* mainFrame = m_page->mainFrame();
182 RefPtr<Frame> mainFrame = m_page->mainFrame();
261 float zoomFactor = documentUnderMouse->frame()->pageZoomFactor();
315 VisibleSelection dragCaret = m_documentUnderMouse->frame()->visiblePositionForPoint(point);
319 Frame* innerFrame = element->document()->frame();
338 if (doc && (m_didInitiateDrag || doc->isPluginDocument() || (doc->frame() && doc->frame()->editor()->clientIsEditable())))
343 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point
    [all...]
  /external/webkit/WebCore/platform/
DragImage.cpp 32 #include "Frame.h"
68 DragImageRef createDragImageForSelection(Frame* frame)
70 DragImageRef image = frame->dragImageForSelection();
  /external/webkit/WebCore/platform/gtk/
PasteboardGtk.cpp 25 #include "Frame.h"
97 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
99 GtkClipboard* clipboard = m_helper->getClipboard(frame);
100 gchar* text = g_strdup(frame->selectedText().utf8().data());
118 void Pasteboard::writeURL(const KURL& url, const String&, Frame* frame)
123 GtkClipboard* clipboard = m_helper->getClipboard(frame);
124 GtkClipboard* primary = m_helper->getPrimary(frame);
159 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context
    [all...]
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 36 #include "Frame.h"
110 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
126 String str = frame->selectedText();
160 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
234 String Pasteboard::plainText(Frame* frame)
263 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText
    [all...]
  /external/webkit/WebCore/plugins/
MimeTypeArray.cpp 24 #include "Frame.h"
31 MimeTypeArray::MimeTypeArray(Frame* frame)
32 : m_frame(frame)
PluginArray.cpp 24 #include "Frame.h"
31 PluginArray::PluginArray(Frame* frame)
32 : m_frame(frame)
PluginDatabase.h 46 class Frame;
PluginView.h 80 class Frame;
133 static PassRefPtr<PluginView> create(Frame* parentFrame, const IntSize&, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually);
207 Frame* parentFrame() const { return m_parentFrame.get(); }
249 PluginView(Frame* parentFrame, const IntSize&, PluginPackage*, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually);
273 RefPtr<Frame> m_parentFrame;
  /external/webkit/WebCore/rendering/
RenderApplet.cpp 25 #include "Frame.h"
73 Frame* frame = document()->frame(); local
74 ASSERT(frame);
75 setWidget(frame->loader()->createJavaAppletWidget(IntSize(contentWidth, contentHeight), element, m_args));
  /external/webkit/WebCore/wml/
WMLDocument.cpp 27 #include "Frame.h"
37 WMLDocument::WMLDocument(Frame* frame)
38 : Document(frame, false, false)
  /external/webkit/WebKit/android/jni/
WebFrameView.cpp 33 #include "Frame.h"
58 WebCore::Frame* frame = mFrameView->frame(); local
60 if (NULL == frame->contentRenderer()) {
66 } else if (frame->tree()->parent()) {
71 // In Frame::markAllMatchesForText(), it does a fake paint. So we need
78 // Grab the intersection of transRect and the frame's bounds.
83 // Move the transRect into the frame's local coordinates.
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 38 #include "Frame.h"
74 void setFrame(QWebFrame* webFrame, Frame* frame);
121 virtual WebCore::Frame* dispatchCreatePage();
195 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement,
214 Frame *m_frame;
  /external/webkit/WebCore/loader/
HistoryController.cpp 38 #include "Frame.h"
52 HistoryController::HistoryController(Frame* frame)
53 : m_frame(frame)
126 // another site. Another is when saving the frame state of a frame that is not the
146 // Walk the frame tree, telling all frames to save their form state into their current
150 for (Frame* frame = m_frame; frame; frame = frame->tree()->traverseNext(m_frame))
    [all...]
  /external/webkit/WebKit/wx/
WebView.cpp 39 #include "Frame.h"
413 WebCore::Frame* frame = 0; local
415 frame = m_mainFrame->GetFrame();
417 if (!frame || !frame->view())
420 frame->view()->setTransparent(transparent);
425 WebCore::Frame* frame = 0; local
427 frame = m_mainFrame->GetFrame()
537 WebCore::Frame* frame = m_mainFrame->GetFrame(); local
575 WebCore::Frame* frame = m_mainFrame->GetFrame(); local
746 WebCore::Frame* frame = 0; local
884 WebCore::Frame* frame = 0; local
897 WebCore::Frame* frame = 0; local
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Proxy.cpp 166 void logInfo(Frame* frame, const String& message, const String& url)
168 Page* page = frame->page();
180 void V8Proxy::reportUnsafeAccessTo(Frame* target, DelayReporting delay)
187 Frame* source = V8Proxy::retrieveFrameForEnteredContext();
195 String str = String::format("Unsafe JavaScript attempt to access frame "
196 "with URL %s from frame with URL %s. "
227 V8Proxy::V8Proxy(Frame* frame)
228 : m_frame(frame)
553 Frame* frame = window->frame(); local
    [all...]
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...]
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 36 #import "Frame.h"
136 void Pasteboard::writeSelection(NSPasteboard* pasteboard, Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
149 NSArray *types = frame->editor()->client()->pasteboardTypesForSelection(frame);
161 frame->editor()->client()->didSetSelectionTypesForPasteboard();
166 RefPtr<LegacyWebArchive> archive = LegacyWebArchive::createFromSelection(frame);
187 String text = frame->displayStringModifiedByEncoding(selectedRange->text());
209 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 31 #include "Frame.h"
98 Frame* frame = QWebFramePrivate::core(qframe); local
99 InspectorController* controller = frame->page()->inspectorController();
114 Frame* frame = QWebFramePrivate::core(qframe); local
115 if (!frame)
118 AnimationController* controller = frame->animation();
122 Document* doc = frame->document();
134 Frame* frame = QWebFramePrivate::core(qframe) local
180 Frame* frame = QWebFramePrivate::core(qframe); local
193 Frame* frame = QWebFramePrivate::core(qFrame); local
215 Frame* frame = QWebFramePrivate::core(qFrame); local
225 Frame* frame = QWebFramePrivate::core(qFrame); local
239 Frame* frame = QWebFramePrivate::core(qFrame); local
247 Frame* frame = QWebFramePrivate::core(qFrame); local
1086 Frame* frame = d->frame; local
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-arguments.js 35 function checkArguments(frame, names, values) {
37 assertEquals(argc, frame.argumentCount());
40 assertEquals(names[i], frame.argumentName(i));
42 assertEquals(void 0, frame.argumentName(i));
46 assertEquals(values[i], frame.argumentValue(i).value());
48 assertEquals(void 0, frame.argumentValue(i).value());
57 // Frame 0 - called with less parameters than arguments.
58 checkArguments(exec_state.frame(0), ['x', 'y'], [1]);
60 // Frame 1 - called with more parameters than arguments.
61 checkArguments(exec_state.frame(1), ['x', 'y'], [1, 2, 3])
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 54 #import <WebCore/Frame.h>
135 return [m_webView frame];
186 Page* WebChromeClient::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features)
338 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
340 return CallUIDelegateReturningBoolean(true, m_webView, @selector(webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:), message, kit(frame));
363 void WebChromeClient::runJavaScriptAlert(Frame* frame, const String& message)
368 CallUIDelegate(m_webView, selector, message, kit(frame));
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 32 #include "Frame.h"
170 JSValue toJS(ExecState* exec, Frame* frame)
172 if (!frame)
174 return frame->script()->windowShell(currentWorld(exec));
177 JSDOMWindowShell* toJSDOMWindowShell(Frame* frame, DOMWrapperWorld* isolatedWorld)
179 if (!frame)
181 return frame->script()->windowShell(isolatedWorld);
JSHTMLDocumentCustom.cpp 30 #include "Frame.h"
73 Frame* frame; local
74 if (node->hasTagName(iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
75 return toJS(exec, frame);
107 Frame* frame = static_cast<HTMLDocument*>(impl())->frame(); local
108 if (frame) {
109 JSDOMWindowShell* wrapper = toJSDOMWindowShell(frame, currentWorld(exec))
    [all...]

Completed in 680 milliseconds

<<11121314151617181920>>