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

123456

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DScreen.cpp50 if (!m_frame)
52 long height = static_cast<long>(screenRect(m_frame->view()).height());
53 InspectorInstrumentation::applyScreenHeightOverride(m_frame, &height);
59 if (!m_frame)
61 long width = static_cast<long>(screenRect(m_frame->view()).width());
62 InspectorInstrumentation::applyScreenWidthOverride(m_frame, &width);
68 if (!m_frame)
70 return static_cast<unsigned>(screenDepth(m_frame->view()));
75 if (!m_frame)
77 return static_cast<unsigned>(screenDepth(m_frame
[all...]
H A DFrameDestructionObserver.cpp34 : m_frame(0)
47 if (m_frame)
48 m_frame->removeDestructionObserver(this);
50 m_frame = frame;
52 if (m_frame)
53 m_frame->addDestructionObserver(this);
58 m_frame = 0;
H A DDOMWindowProperty.cpp37 : m_frame(frame)
43 if (m_frame) {
44 m_associatedDOMWindow = m_frame->document()->domWindow();
55 m_frame = 0;
62 ASSERT(m_frame);
65 m_frame = 0;
73 ASSERT(!m_frame);
76 m_frame = frame;
83 ASSERT(!m_frame);
91 m_frame
[all...]
H A DNavigator.cpp74 if (!m_frame)
77 if (shouldHideFourDot(m_frame))
89 if (!m_frame)
94 if (!m_frame->page())
97 return m_frame->loader()->userAgent(m_frame->document()->url());
103 m_plugins = DOMPluginArray::create(m_frame);
110 m_mimeTypes = DOMMimeTypeArray::create(m_frame);
116 if (!m_frame)
119 if (m_frame
[all...]
H A DHistory.cpp52 if (!m_frame)
54 if (!m_frame->page())
56 return m_frame->page()->backForward()->count();
67 if (!m_frame)
70 if (HistoryItem* historyItem = m_frame->loader()->history()->currentItem())
108 if (!m_frame)
111 m_frame->navigationScheduler()->scheduleHistoryNavigation(distance);
116 if (!m_frame)
124 if (!activeDocument->canNavigate(m_frame))
127 m_frame
[all...]
H A DLocation.cpp49 ASSERT(m_frame);
51 const KURL& url = m_frame->document()->url();
60 if (!m_frame)
68 if (!m_frame)
76 if (!m_frame)
87 if (!m_frame)
95 if (!m_frame)
104 if (!m_frame)
113 if (!m_frame)
122 if (!m_frame)
[all...]
H A DPerformanceNavigation.cpp49 if (!m_frame)
52 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
69 if (!m_frame)
72 DocumentLoader* loader = m_frame->loader()->documentLoader();
H A DFrameDestructionObserver.h42 Frame* frame() const { return m_frame; }
48 Frame* m_frame; member in class:WebCore::FrameDestructionObserver
H A DDOMSelection.cpp72 ASSERT(m_frame);
73 return m_frame->selection()->selection();
100 if (!m_frame)
108 if (!m_frame)
116 if (!m_frame)
124 if (!m_frame)
132 if (!m_frame)
140 if (!m_frame)
148 if (!m_frame)
156 if (!m_frame)
[all...]
H A DDOMWindowProperty.h44 Frame* frame() const { return m_frame; }
49 Frame* m_frame; member in class:WebCore::DOMWindowProperty
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameNetworkingContext.h34 m_frame = 0;
40 if (!m_frame)
43 return m_frame->document()->referrerPolicy() == ReferrerPolicyDefault;
48 : m_frame(frame)
52 Frame* frame() const { return m_frame; }
55 virtual bool isValid() const OVERRIDE { return m_frame; }
57 Frame* m_frame; member in class:WebCore::FrameNetworkingContext
H A DDocumentWriter.cpp58 : m_frame(frame)
70 m_frame->loader()->stopAllLoaders();
71 begin(m_frame->document()->url(), true, ownerDocument);
76 m_frame->document()->setCompatibilityMode(Document::NoQuirksMode);
81 if (DocumentParser* parser = m_frame->document()->parser()) {
107 if (!m_frame->loader()->stateMachine()->isDisplayingInitialEmptyDocument() && m_frame->loader()->client()->shouldAlwaysUsePluginDocument(m_mimeType))
108 return PluginDocument::create(m_frame, url);
109 if (!m_frame->loader()->client()->hasHTMLView())
110 return PlaceholderDocument::create(m_frame, ur
[all...]
H A DPolicyChecker.cpp48 : m_frame(frame)
57 checkNavigationPolicy(newRequest, m_frame->loader()->activeDocumentLoader(), 0, function, argument);
88 if (m_frame->ownerElement() && !m_frame->ownerElement()->document()->contentSecurityPolicy()->allowChildFrameFromSource(request.url())) {
98 m_frame->loader()->client()->dispatchDecidePolicyForNavigationAction(&PolicyChecker::continueAfterNavigationPolicy,
106 if (m_frame->document() && m_frame->document()->isSandboxed(SandboxPopups))
109 if (!DOMWindow::allowPopUp(m_frame))
113 m_frame->loader()->client()->dispatchDecidePolicyForNewWindowAction(&PolicyChecker::continueAfterNewWindowPolicy,
120 m_frame
[all...]
H A DHistoryController.cpp63 : m_frame(frame)
75 if (!item || !m_frame->view())
78 if (m_frame->document()->inPageCache())
79 item->setScrollPoint(m_frame->view()->cachedScrollPosition());
81 item->setScrollPoint(m_frame->view()->scrollPosition());
83 Page* page = m_frame->page();
84 if (page && page->mainFrame() == m_frame)
88 m_frame->loader()->client()->saveViewStateToItem(item);
113 if (!m_frame->loader()->stateMachine()->committedFirstRealDocumentLoad())
128 m_frame
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFrameListenerProxy.cpp34 : m_frame(frame)
45 m_frame = 0;
50 if (!m_frame)
53 m_frame->receivedPolicyDecision(action, m_listenerID);
54 m_frame = 0;
/macosx-10.9.5/WebCore-7537.78.1/bindings/
H A DScriptControllerBase.cpp42 if (m_frame->document() && m_frame->document()->isSandboxed(SandboxScripts)) {
45 m_frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked script execution in '" + m_frame->document()->url().stringCenterEllipsizedToLength() + "' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.");
49 if (m_frame->document() && m_frame->document()->isViewSource()) {
50 ASSERT(m_frame->document()->securityOrigin()->isUnique());
54 Settings* settings = m_frame->settings();
55 const bool allowed = m_frame->loader()->client()->allowScript(settings && settings->isScriptEnabled());
57 m_frame
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DBackingStoreClient.cpp62 : m_frame(frame)
75 m_frame = 0;
80 ASSERT(m_frame);
81 if (!m_frame->view())
84 return m_frame->view()->scrollPosition() - pointToSize(m_frame->view()->minimumScrollPosition());
94 ASSERT(m_frame);
95 if (!m_frame->view())
109 m_frame->view()->setScrollPosition(pos + pointToSize(m_frame
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp86 : m_frame(frame)
100 m_frame->invalidate();
103 m_frame->deref();
113 return m_frame->page();
138 WebPage* webPage = m_frame->page();
145 webPage->injectedBundleLoaderClient().didRemoveFrameFromHierarchy(webPage, m_frame, userData);
148 webPage->send(Messages::WebPageProxy::DidRemoveFrameFromHierarchy(m_frame->frameID(), InjectedBundleUserMessageEncoder(userData.get())));
159 WebPage* webPage = m_frame->page();
167 webPage->injectedBundleResourceLoadClient().didInitiateLoadForResource(webPage, m_frame, identifier, request, pageIsProvisionallyLoading);
172 WebPage* webPage = m_frame
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/win/
H A DDocumentLoaderWin.cpp39 text.replace('//', m_frame->backslashAsCurrencySymbol());
41 FrameWin* frameWin = static_cast<FrameWin*>(m_frame);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleMedia.cpp45 FrameView* view = m_frame ? m_frame->view() : 0;
54 if (!m_frame)
57 Document* document = m_frame->document();
71 MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get());
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorage.cpp50 ASSERT(m_frame);
64 if (!m_storageArea->canAccessStorage(m_frame)) {
77 if (!m_storageArea->canAccessStorage(m_frame)) {
90 if (!m_storageArea->canAccessStorage(m_frame)) {
103 if (!m_storageArea->canAccessStorage(m_frame)) {
114 m_storageArea->setItem(m_frame, key, value, quotaException);
122 if (!m_storageArea->canAccessStorage(m_frame)) {
130 m_storageArea->removeItem(m_frame, key);
135 if (!m_storageArea->canAccessStorage(m_frame)) {
143 m_storageArea->clear(m_frame);
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHandleStack.h64 Frame m_frame; member in class:JSC::HandleStack
73 lastFrame = m_frame;
85 if (lastFrame.m_end != m_frame.m_end) { // Zapping to a frame in a different block.
98 for (HandleSlot it = m_frame.m_next - 1; it != lastFrame.m_next - 1; --it)
111 if (lastFrame.m_end != m_frame.m_end) // Popping to a frame in a different block.
114 m_frame = lastFrame;
120 if (m_frame.m_next == m_frame.m_end)
122 return m_frame.m_next++;
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconController.cpp54 : m_frame(frame)
72 const Vector<IconURL>& iconURLs = m_frame->document()->iconURLs(iconType);
85 if (m_frame->tree() && m_frame->tree()->parent())
107 const Vector<IconURL>& allIconURLs = m_frame->document()->iconURLs(iconTypesMask);
124 LOG(IconDatabase, "Committing iconURL %s to database for pageURLs %s and %s", icon.string().ascii().data(), m_frame->document()->url().string().ascii().data(), m_frame->loader()->initialRequest().url().string().ascii().data());
125 iconDatabase().setIconURLForPageURL(icon.string(), m_frame->document()->url().string());
126 iconDatabase().setIconURLForPageURL(icon.string(), m_frame->loader()->initialRequest().url().string());
133 if (!m_frame
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMMimeType.cpp69 if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
72 return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]);
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DFFTConvolver.h53 size_t fftSize() const { return m_frame.fftSize(); }
56 FFTFrame m_frame; member in class:WebCore::FFTConvolver

Completed in 254 milliseconds

123456