Searched refs:m_frame (Results 126 - 149 of 149) sorted by relevance

123456

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DImageWinCE.cpp54 if (m_frame) {
55 m_frame = 0;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp312 info.m_frame = toFrame(context);
342 info.m_frame = toFrame(context);
366 QWebFrameAdapter* frame = iter.value().m_frame;
H A DFrameLoaderClientQt.h256 Frame *m_frame; member in class:WebCore::FrameLoaderClientQt
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DSimplePDFPlugin.mm166 : m_frame(frame)
251 FrameView* frameView = m_frame->coreFrame()->view();
316 WebFrame* frame = pdfView->m_frame;
450 if (m_frame) {
451 if (FrameView* frameView = m_frame->coreFrame()->view())
864 if (Frame* coreFrame = m_frame->coreFrame()) {
H A DSimplePDFPlugin.h65 WebFrame* webFrame() const { return m_frame; }
219 WebFrame* m_frame; member in class:WebKit::SimplePDFPlugin
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptController.h168 Frame* m_frame; member in class:WebCore::ScriptController
H A DJSDOMWindowCustom.cpp568 RefPtr<Frame> m_frame; member in class:WebCore::DialogHandler
573 m_frame = dialog->frame();
576 JSDOMWindow* globalObject = toJSDOMWindow(m_frame.get(), normalWorld(m_exec->vm()));
583 JSDOMWindow* globalObject = toJSDOMWindow(m_frame.get(), normalWorld(m_exec->vm()));
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DAlternativeTextController.h164 Frame* m_frame; member in class:WebCore::AlternativeTextController
H A DEditorCommand.cpp1668 return Command(internalCommand(commandName), CommandFromMenuOrKeyBinding, m_frame);
1673 return Command(internalCommand(commandName), source, m_frame);
1689 , m_frame(command ? frame : 0)
1693 ASSERT(!m_frame);
1695 ASSERT(m_frame);
1702 if (!isSupported() || !m_frame || !m_command->allowExecutionWhenDisabled)
1705 m_frame->document()->updateLayoutIgnorePendingStylesheets();
1706 return m_command->execute(m_frame.get(), triggeringEvent, m_source, parameter);
1723 return m_command->isSupportedFromDOM(m_frame.get());
1731 if (!isSupported() || !m_frame)
[all...]
H A DEditor.h99 Frame* frame() const { return m_frame; }
210 RefPtr<Frame> m_frame; member in class:WebCore::Editor::Command
H A DFrameSelection.h298 Frame* m_frame; member in class:WebCore::FrameSelection
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheGroup.h168 Frame* m_frame; member in class:WebCore::ApplicationCacheGroup
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DDocumentLoader.h90 Frame* frame() const { return m_frame; }
314 Frame* m_frame; member in class:WebCore::DocumentLoader
H A DFrameLoader.h92 Frame* frame() const { return m_frame; }
384 Frame* m_frame; member in class:WebCore::FrameLoader
H A DResourceLoader.h164 RefPtr<Frame> m_frame; member in class:WebCore::ResourceLoader
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DFrameLoaderClientBlackBerry.h45 void setFrame(Frame* frame, BlackBerry::WebKit::WebPagePrivate* webPagePrivate) { m_frame = frame; m_webPagePrivate = webPagePrivate; }
191 Frame* m_frame; member in class:WebCore::FrameLoaderClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h48 WebKitWebFrame* webFrame() const { return m_frame; }
192 WebKitWebFrame* m_frame; member in class:WebKit::FrameLoaderClient
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp1495 QWebFrame* m_frame; member in class:URLSetter
1504 : m_frame(frame), m_url(url), m_type(type)
1507 connect(m_frame, SIGNAL(loadStarted()), SLOT(execute()));
1509 connect(m_frame, SIGNAL(loadFinished(bool)), SLOT(execute()));
1511 connect(m_frame, SIGNAL(provisionalLoad()), SLOT(execute()));
1517 m_frame->disconnect(this);
1519 m_frame->load(m_url);
1521 m_frame->setUrl(m_url);
1522 connect(m_frame, SIGNAL(loadFinished(bool)), SIGNAL(finished()));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerWebKitThread.cpp395 if (rect == m_frame)
398 m_frame = rect;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h41 WebFrame* webFrame() const { return m_frame; }
229 WebFrame* m_frame; member in class:WebKit::WebFrameLoaderClient
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DWidget.h256 IntRect m_frame; // Not used when a native widget exists. member in class:WebCore::Widget
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebFrame.cpp772 EnumChildFrames(Frame* f) : m_refCount(1), m_frame(f), m_curChild(f ? f->tree()->firstChild() : 0) { }
808 if (!m_frame || !m_curChild)
828 if (!m_frame)
837 if (!m_frame)
839 m_curChild = m_frame->tree()->firstChild();
850 Frame* m_frame; member in class:EnumChildFrames
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.h498 Frame* frame() const { return m_frame; } // can be NULL
1300 Frame* m_frame; member in class:WebCore::Document
1586 if (!m_frame)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.h413 Frame* m_frame; member in class:WebCore::EventHandler

Completed in 233 milliseconds

123456