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

123456

/macosx-10.10/WebCore-7600.1.25/page/
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 DScreen.cpp50 if (!m_frame)
52 long height = static_cast<long>(screenRect(m_frame->view()).height());
58 if (!m_frame)
60 long width = static_cast<long>(screenRect(m_frame->view()).width());
66 if (!m_frame)
68 return static_cast<unsigned>(screenDepth(m_frame->view()));
73 if (!m_frame)
75 return static_cast<unsigned>(screenDepth(m_frame->view()));
80 if (!m_frame)
82 return static_cast<int>(screenAvailableRect(m_frame
[all...]
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 URL& 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.10/WebCore-7600.1.25/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.cpp64 : m_frame(frame)
76 m_frame->loader().stopAllLoaders();
77 begin(m_frame->document()->url(), true, ownerDocument);
82 m_frame->document()->setCompatibilityMode(DocumentCompatibilityMode::NoQuirksMode);
87 if (DocumentParser* parser = m_frame->document()->parser())
109 if (!m_frame->loader().stateMachine().isDisplayingInitialEmptyDocument() && m_frame->loader().client().shouldAlwaysUsePluginDocument(m_mimeType))
110 return PluginDocument::create(m_frame, url);
112 if (MIMETypeRegistry::isPDFMIMEType(m_mimeType) && (m_frame->isMainFrame() || !m_frame
[all...]
H A DHistoryController.cpp61 : m_frame(frame)
73 FrameView* frameView = m_frame.view();
77 if (m_frame.document()->inPageCache())
86 Page* page = m_frame.page();
87 if (page && m_frame.isMainFrame())
91 m_frame.loader().client().saveViewStateToItem(item);
116 if (!m_frame.loader().stateMachine().committedFirstRealDocumentLoad())
129 FrameView* view = m_frame.view();
137 Page* page = m_frame.page();
138 if (page && m_frame
[all...]
H A DMixedContentChecker.cpp44 : m_frame(frame)
50 return m_frame.loader().client();
68 bool allowed = m_frame.settings().allowDisplayOfInsecureContent();
82 bool allowed = m_frame.settings().allowRunningOfInsecureContent();
93 String message = makeString((allowed ? "" : "[blocked] "), "The page at ", m_frame.document()->url().stringCenterEllipsizedToLength(), " ", action, " insecure content from ", target.stringCenterEllipsizedToLength(), ".\n");
94 m_frame.document()->addConsoleMessage(MessageSource::Security, MessageLevel::Warning, message);
H A DResourceLoadNotifier.cpp50 : m_frame(frame)
61 m_frame.loader().client().dispatchDidReceiveAuthenticationChallenge(loader, identifier, currentWebChallenge);
71 m_frame.loader().client().dispatchDidCancelAuthenticationChallenge(loader, identifier, currentWebChallenge);
76 m_frame.loader().applyUserAgent(clientRequest);
85 if (Page* page = m_frame.page())
93 if (Page* page = m_frame.page())
101 if (Page* page = m_frame.page())
108 if (Page* page = m_frame.page())
112 m_frame.loader().client().dispatchDidFailLoading(loader->documentLoader(), loader->identifier(), error);
114 InspectorInstrumentation::didFailLoading(&m_frame, loade
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFrameListenerProxy.cpp34 : m_frame(frame)
46 m_frame = 0;
51 if (!m_frame)
54 m_frame->receivedPolicyDecision(action, m_listenerID, m_navigationID);
55 m_frame = 0;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp92 : m_frame(0)
106 if (WebPage* webPage = m_frame->page())
107 webPage->injectedBundleLoaderClient().willDestroyFrame(webPage, m_frame);
109 m_frame->invalidate();
112 m_frame->deref();
122 return m_frame->page();
142 WebPage* webPage = m_frame->page();
149 webPage->injectedBundleLoaderClient().didRemoveFrameFromHierarchy(webPage, m_frame, userData);
152 webPage->send(Messages::WebPageProxy::DidRemoveFrameFromHierarchy(m_frame->frameID(), InjectedBundleUserMessageEncoder(userData.get())));
163 WebPage* webPage = m_frame
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/win/
H A DDocumentLoaderWin.cpp39 text.replace('//', m_frame->backslashAsCurrencySymbol());
41 FrameWin* frameWin = static_cast<FrameWin*>(m_frame);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/ios/
H A DWebFrameLoaderClientIOS.mm71 if (!m_frame->isMainFrame())
74 WebPage* webPage = m_frame->page();
84 if (m_frame->isMainFrame())
85 m_frame->page()->savePageState(*historyItem);
90 Frame& frame = *m_frame->coreFrame();
93 if (m_frame->isMainFrame())
94 m_frame->page()->restorePageState(*currentItem);
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleMedia.cpp46 FrameView* view = m_frame ? m_frame->view() : 0;
55 if (!m_frame)
58 Document* document = m_frame->document();
70 MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get());
/macosx-10.10/WebCore-7600.1.25/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.10/JavaScriptCore-7600.1.17/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.10/WebCore-7600.1.25/loader/icon/
H A DIconController.cpp55 : m_frame(frame)
73 const Vector<IconURL>& iconURLs = m_frame.document()->iconURLs(iconType);
86 if (m_frame.tree().parent())
108 const Vector<IconURL>& allIconURLs = m_frame.document()->iconURLs(iconTypesMask);
125 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());
126 iconDatabase().setIconURLForPageURL(icon.string(), m_frame.document()->url().string());
127 iconDatabase().setIconURLForPageURL(icon.string(), m_frame.loader().initialRequest().url().string());
135 if (!m_frame.isMainFrame())
141 ASSERT(!m_frame
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DDOMMimeType.cpp70 if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame().loader().subframeLoader().allowPlugins(NotAboutToInstantiatePlugin))
73 return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]);
/macosx-10.10/WebCore-7600.1.25/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 228 milliseconds

123456