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

<<11121314151617181920>>

  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLDataGridElementCustom.cpp 61 Frame *frame = imp->document()->frame(); local
62 dataSource = V8DataGridDataSource::create(value, frame);
V8CustomVoidCallback.cpp 35 #include "Frame.h"
39 V8CustomVoidCallback::V8CustomVoidCallback(v8::Local<v8::Object> callback, Frame* frame)
41 , m_frame(frame)
60 // Protect the frame until the callback returns.
61 RefPtr<Frame> protector(m_frame);
96 proxy->frame()->document()->reportException(toWebCoreString(message->Get()), message->GetLineNumber(), toWebCoreString(message->GetScriptResourceName()));
  /external/webkit/WebCore/css/
Media.cpp 30 #include "Frame.h"
37 Media::Media(Frame* frame)
38 : m_frame(frame)
  /external/webkit/WebCore/loader/
ProgressTracker.cpp 30 #include "Frame.h"
98 void ProgressTracker::progressStarted(Frame* frame)
100 // LOG (Progress, "frame %p(%@), _private->numProgressTrackedFrames %d, _private->originatingProgressFrame %p", frame, [frame name], _private->numProgressTrackedFrames, _private->originatingProgressFrame);
102 frame->loader()->client()->willChangeEstimatedProgress();
104 if (m_numProgressTrackedFrames == 0 || m_originatingProgressFrame == frame) {
107 m_originatingProgressFrame = frame;
113 frame->loader()->client()->didChangeEstimatedProgress()
137 RefPtr<Frame> frame = m_originatingProgressFrame.release(); local
    [all...]
PluginDocument.cpp 30 #include "Frame.h"
92 m_embedElement->setAttribute(typeAttr, m_doc->frame()->loader()->responseMIMEType());
105 if (Frame* frame = m_doc->frame()) {
106 Settings* settings = frame->settings();
111 frame->loader()->client()->redirectDataToPlugin(renderer->widget());
112 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false);
139 PluginDocument::PluginDocument(Frame* frame)
    [all...]
  /external/webkit/WebCore/page/
Geolocation.h 52 class Frame;
67 static PassRefPtr<Geolocation> create(Frame* frame) { return adoptRef(new Geolocation(frame)); }
95 Geolocation(Frame*);
179 Frame* m_frame;
  /external/webkit/WebCore/platform/chromium/
PasteboardChromium.cpp 39 #include "Frame.h"
82 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
87 String plainText = frame->selectedText();
107 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
156 String Pasteboard::plainText(Frame* frame)
161 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText
    [all...]
  /external/webkit/WebCore/platform/network/chromium/
ResourceRequest.h 35 class Frame;
  /external/webkit/WebCore/platform/qt/
PasteboardQt.cpp 33 #include "Frame.h"
61 void Pasteboard::writeSelection(Range* selectedRange, bool, Frame* frame)
64 QString text = frame->selectedText();
84 String Pasteboard::plainText(Frame*)
94 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context,
106 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), html, "", FragmentScriptingNotAllowed);
134 void Pasteboard::writeURL(const KURL& _url, const String&, Frame*)
ScreenQt.cpp 33 #include "Frame.h"
46 Frame* frame = (page ? page->mainFrame() : 0); local
47 FrameView* frameView = (frame ? frame->view() : 0);
  /external/webkit/WebCore/platform/win/
WidgetWin.cpp 85 Frame* frame = static_cast<FrameView*>(view)->frame(); local
86 if (!frame) {
91 Page* page = frame->page();
  /external/webkit/WebCore/storage/
StorageAreaImpl.cpp 32 #include "Frame.h"
94 static bool privateBrowsingEnabled(Frame* frame)
97 // The frame pointer can be NULL in Chromium since this call is made in a different
98 // process from where the Frame object exists. Luckily, private browseing is
100 ASSERT(!frame);
103 return frame->page()->settings()->privateBrowsingEnabled();
131 String StorageAreaImpl::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* frame)
137 if (privateBrowsingEnabled(frame)) {
200 StorageEventDispatcher::dispatch(String(), String(), String(), m_storageType, m_securityOrigin.get(), frame); local
    [all...]
  /external/webkit/WebCore/wml/
WMLErrorHandling.cpp 28 #include "Frame.h"
53 Frame* frame = doc->frame(); local
54 if (!frame)
57 DOMWindow* domWindow = frame->domWindow();
WMLRefreshElement.cpp 26 #include "Frame.h"
68 if (Frame* frame = document->frame()) {
69 if (FrameLoader* loader = frame->loader())
  /external/webkit/WebKit/chromium/src/
ResourceHandle.cpp 172 Frame* deprecated,
206 bool ResourceHandle::start(Frame* deprecated)
248 Frame* deprecated)
267 bool ResourceHandle::willLoadFromCache(ResourceRequest& request, Frame*)
  /external/webkit/WebKit/gtk/WebCoreSupport/
PasteboardHelperGtk.cpp 25 #include "Frame.h"
49 GtkClipboard* PasteboardHelperGtk::getCurrentTarget(Frame* frame) const
51 WebKitWebView* webView = webkit_web_frame_get_web_view(kit(frame));
54 return getPrimary(frame);
56 return getClipboard(frame);
59 GtkClipboard* PasteboardHelperGtk::getClipboard(Frame* frame) const
61 WebKitWebView* webView = webkit_web_frame_get_web_view(kit(frame));
66 GtkClipboard* PasteboardHelperGtk::getPrimary(Frame* frame) cons
139 Frame* frame = corePage->focusController()->focusedOrMainFrame(); local
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 55 void setFrame(Frame*);
201 virtual Frame* dispatchCreatePage();
220 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name,
244 Frame* m_frame;
  /external/webkit/WebKit/mac/Misc/
WebIconFetcher.mm 31 #import <WebCore/Frame.h>
115 Frame* frame = core(webFrame);
119 RefPtr<IconFetcher> fetcher = IconFetcher::create(frame, client);
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 33 #include "Frame.h"
157 Page* ChromeClientQt::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures& features)
266 bool ChromeClientQt::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
268 return runJavaScriptConfirm(frame, message);
273 m_webPage->mainFrame()->d->frame->loader()->stopAllLoaders();
277 void ChromeClientQt::runJavaScriptAlert(Frame* f, const String& msg)
284 bool ChromeClientQt::runJavaScriptConfirm(Frame* f, const String& msg)
291 bool ChromeClientQt::runJavaScriptPrompt(Frame* f, const String& message, const String& defaultValue, String& result)
371 void ChromeClientQt::contentsSizeChanged(Frame* frame, const IntSize& size) cons
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowBase.h 34 class Frame;
101 JSDOMWindow* toJSDOMWindow(Frame*, DOMWrapperWorld*);
ScriptCachedFrameData.cpp 35 #include "Frame.h"
46 ScriptCachedFrameData::ScriptCachedFrameData(Frame* frame)
51 ScriptController* scriptController = frame->script();
74 void ScriptCachedFrameData::restore(Frame* frame)
78 ScriptController* scriptController = frame->script();
89 windowShell->setWindow(frame->domWindow());
91 if (Page* page = frame->page()) {
  /external/webkit/WebCore/bindings/v8/
ScriptController.cpp 42 #include "Frame.h"
79 Frame* ScriptController::retrieveFrameForEnteredContext()
84 Frame* ScriptController::retrieveFrameForCurrentContext()
89 bool ScriptController::isSafeScript(Frame* target)
104 ScriptController::ScriptController(Frame* frame)
105 : m_frame(frame)
110 , m_proxy(new V8Proxy(frame))
114 , m_XSSAuditor(new XSSAuditor(frame))
155 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext()
    [all...]
ScriptEventListener.cpp 37 #include "Frame.h"
57 if (Frame* frame = node->document()->frame()) {
58 ScriptController* scriptController = frame->script();
67 if (frame->document()->tokenizer()) {
69 lineNumber = frame->document()->tokenizer()->lineNumber();
70 columnNumber = frame->document()->tokenizer()->columnNumber();
78 PassRefPtr<V8LazyEventListener> createAttributeEventListener(Frame* frame, Attribute* attr
    [all...]
V8ConsoleMessage.cpp 36 #include "Frame.h"
93 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); local
94 if (!frame)
96 Page* page = frame->page();
109 // Use the frame where JavaScript is called from.
110 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); local
111 if (!frame)
113 Page* page = frame->page()
    [all...]
  /external/webkit/WebCore/inspector/
InspectorDOMStorageResource.cpp 40 #include "Frame.h"
52 InspectorDOMStorageResource::InspectorDOMStorageResource(Storage* domStorage, bool isLocalStorage, Frame* frame)
56 , m_frame(frame)
63 bool InspectorDOMStorageResource::isSameHostAndType(Frame* frame, bool isLocalStorage) const
65 return equalIgnoringCase(m_frame->document()->securityOrigin()->host(), frame->document()->securityOrigin()->host()) && m_isLocalStorage == isLocalStorage;
107 bool isLocalStorage = storage->frame()->domWindow()->localStorage() == storage;
108 if (isSameHostAndType(storage->frame(), isLocalStorage))

Completed in 1123 milliseconds

<<11121314151617181920>>