OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentFrame
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp
95
if (!
contentFrame
() || scriptURL.isEmpty() || !
contentFrame
()->isLocalFrame())
97
toLocalFrame(
contentFrame
())->script().executeScriptIfJavaScriptURL(scriptURL);
163
if (Frame* frame =
contentFrame
()) {
188
page->focusController().setFocusedFrame(
contentFrame
());
189
else if (page->focusController().focusedFrame() ==
contentFrame
()) // Focus may have already been given to another frame, don't take it away.
214
if (
contentFrame
() &&
contentFrame
()->isRemoteFrameTemporary()) {
215
contentFrame
()->chromeClient().forwardInputEvent(
contentFrame
(), event)
[
all
...]
HTMLFrameOwnerElement.cpp
145
if (RefPtrWillBeRawPtr<Frame> frame =
contentFrame
()) {
243
if (
contentFrame
() &&
contentFrame
()->isLocalFrame()) {
244
toLocalFrame(
contentFrame
())->navigationScheduler().scheduleLocationChange(&document(), url.string(), Referrer(document().outgoingReferrer(), document().referrerPolicy()), lockBackForwardList);
HTMLFrameOwnerElement.h
44
Frame*
contentFrame
() const { return m_contentFrame; }
HTMLPlugInElement.cpp
426
if (
contentFrame
() && protocolIsJavaScript(completeURL)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPart.cpp
70
if (element->
contentFrame
() && element->
contentFrame
()->remotePlatformLayer())
/external/chromium_org/third_party/WebKit/Source/core/dom/
ChildFrameDisconnector.cpp
81
if (node.isFrameOwnerElement() && toHTMLFrameOwnerElement(node).
contentFrame
())
Document.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp
125
ASSERT(frame && frame->
contentFrame
() && frame->
contentFrame
()->isLocalFrame());
126
return FocusNavigationScope(toLocalFrame(frame->
contentFrame
())->document());
347
if (!owner->
contentFrame
() || !owner->
contentFrame
()->isLocalFrame())
447
if (!owner->
contentFrame
())
451
setFocusedFrame(owner->
contentFrame
());
742
if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->
contentFrame
() || candidate.rect.isEmpty()))
[
all
...]
PageSerializer.cpp
155
Frame* frame = frameOwner.
contentFrame
();
EventHandler.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp
80
LocalFrame* localFrame = toLocalFrame(m_iframe->
contentFrame
());
/external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp
90
Frame* frame = toHTMLFrameOwnerElement(element)->
contentFrame
();
WebLocalFrameImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WindowProxy.cpp
429
Frame* frame = isHTMLIFrameElement(*element) ? toHTMLIFrameElement(*element).
contentFrame
() : 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp
501
} else if (renderer->node() && renderer->node()->isFrameOwnerElement() && toHTMLFrameOwnerElement(renderer->node())->
contentFrame
()) {
502
WebLayer* layer = toHTMLFrameOwnerElement(renderer->node())->
contentFrame
()->remotePlatformLayer();
[
all
...]
Completed in 6581 milliseconds