OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalFrame
(Results
401 - 425
of
444
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
37
#include "core/frame/
LocalFrame
.h"
116
LocalFrame
* frame = document().frame();
HTMLLinkElement.cpp
44
#include "core/frame/
LocalFrame
.h"
693
LocalFrame
* frame = loadingFrame();
HTMLMediaElement.cpp
41
#include "core/frame/
LocalFrame
.h"
501
// MediaPlayer to dereference
LocalFrame
and FrameLoader pointers from the
503
// object to refresh the MediaPlayer's
LocalFrame
and FrameLoader references on
[
all
...]
HTMLInputElement.cpp
57
#include "core/frame/
LocalFrame
.h"
367
LocalFrame
* frame = document().frame();
[
all
...]
HTMLSelectElement.cpp
45
#include "core/frame/
LocalFrame
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp
37
#include "core/frame/
LocalFrame
.h"
182
if (
LocalFrame
* frame = m_page->deprecatedLocalMainFrame()) {
InspectorDebuggerAgent.cpp
296
String InspectorDebuggerAgent::preprocessEventListener(
LocalFrame
* frame, const String& source, const String& url, const String& functionName)
301
PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(
LocalFrame
* frame, const ScriptSourceCode& sourceCode)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.cpp
42
#include "core/frame/
LocalFrame
.h"
349
LocalFrame
* frame = m_document.frame();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp
29
#include "core/frame/
LocalFrame
.h"
594
if (
LocalFrame
* frame = this->frame())
RenderTheme.cpp
32
#include "core/frame/
LocalFrame
.h"
706
LocalFrame
* frame = document.frame();
[
all
...]
TextAutosizer.cpp
36
#include "core/frame/
LocalFrame
.h"
510
LocalFrame
* mainFrame = m_document->page()->deprecatedLocalMainFrame();
[
all
...]
RenderObject.cpp
43
#include "core/frame/
LocalFrame
.h"
[
all
...]
RenderObject.h
645
LocalFrame
* frame() const { return document().frame(); }
[
all
...]
RenderBox.cpp
34
#include "core/frame/
LocalFrame
.h"
703
LocalFrame
* frame = this->frame();
794
LocalFrame
* frame = this->frame();
836
LocalFrame
* frame = this->frame();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptDebugServer.cpp
715
PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(
LocalFrame
*, const ScriptSourceCode&)
720
String ScriptDebugServer::preprocessEventListener(
LocalFrame
*, const String& source, const String& url, const String& functionName)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
65
#include "core/frame/
LocalFrame
.h"
304
if (
LocalFrame
* frame = state.document().frame())
313
if (
LocalFrame
* frame = state.document().frame())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp
55
#include "core/frame/
LocalFrame
.h"
210
RefPtrWillBeRawPtr<
LocalFrame
> frame = toLocalFrame(webViewHelper->webViewImpl()->page()->mainFrame());
667
RefPtrWillBeRawPtr<
LocalFrame
> frame = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame());
761
LocalFrame
* mainFrame = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame());
[
all
...]
WebViewTest.cpp
39
#include "core/frame/
LocalFrame
.h"
302
LocalFrame
* frame = webView->mainFrameImpl()->frame();
[
all
...]
PinchViewportTest.cpp
10
#include "core/frame/
LocalFrame
.h"
140
LocalFrame
* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp
47
#include "core/frame/
LocalFrame
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp
37
#include "core/frame/
LocalFrame
.h"
[
all
...]
Element.cpp
82
#include "core/frame/
LocalFrame
.h"
675
LocalFrame
* frame = document().frame();
721
LocalFrame
* frame = document().frame();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp
38
#include "core/frame/
LocalFrame
.h"
611
if (
LocalFrame
* frame = m_document->frame())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp
41
#include "core/frame/
LocalFrame
.h"
722
LocalFrame
*
localFrame
= toLocalFrame(frame);
723
if (
localFrame
->document() &&
localFrame
->document()->securityOrigin()->isSameSchemeHostPort(origin))
724
return
localFrame
->document();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface.cpp
31
#include "core/frame/
LocalFrame
.h"
[
all
...]
Completed in 1044 milliseconds
<<
11
12
13
14
15
16
17
18