OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalFrame
(Results
376 - 400
of
420
) sorted by null
<<
11
12
13
14
15
16
17
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp
77
#include "core/frame/
LocalFrame
.h"
[
all
...]
Node.h
59
class
LocalFrame
;
[
all
...]
TreeScope.cpp
42
#include "core/frame/
LocalFrame
.h"
232
LocalFrame
* frame = document->frame();
Position.cpp
37
#include "core/frame/
LocalFrame
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
38
#include "core/frame/
LocalFrame
.h"
566
bool unifiedTextCheckerEnabled(const
LocalFrame
* frame)
markup.cpp
53
#include "core/frame/
LocalFrame
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
37
#include "core/frame/
LocalFrame
.h"
114
LocalFrame
* frame = document().frame();
HTMLLinkElement.cpp
43
#include "core/frame/
LocalFrame
.h"
668
LocalFrame
* frame = loadingFrame();
HTMLMediaElement.cpp
41
#include "core/frame/
LocalFrame
.h"
464
// MediaPlayer to dereference
LocalFrame
and FrameLoader pointers from the
466
// object to refresh the MediaPlayer's
LocalFrame
and FrameLoader references on
[
all
...]
HTMLInputElement.cpp
54
#include "core/frame/
LocalFrame
.h"
377
LocalFrame
* frame = document().frame();
[
all
...]
HTMLSelectElement.cpp
42
#include "core/frame/
LocalFrame
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp
36
#include "core/frame/
LocalFrame
.h"
172
if (
LocalFrame
* frame = m_page->deprecatedLocalMainFrame()) {
InspectorDebuggerAgent.cpp
279
String InspectorDebuggerAgent::preprocessEventListener(
LocalFrame
* frame, const String& source, const String& url, const String& functionName)
284
PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(
LocalFrame
* frame, const ScriptSourceCode& sourceCode)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp
29
#include "core/frame/
LocalFrame
.h"
596
if (
LocalFrame
* frame = this->frame())
FastTextAutosizer.cpp
36
#include "core/frame/
LocalFrame
.h"
513
LocalFrame
* mainFrame = m_document->page()->deprecatedLocalMainFrame();
[
all
...]
TextAutosizer.cpp
27
#include "core/frame/
LocalFrame
.h"
204
LocalFrame
* mainFrame = m_document->page()->deprecatedLocalMainFrame();
[
all
...]
RenderObject.h
604
LocalFrame
* frame() const { return document().frame(); }
[
all
...]
RenderTheme.cpp
32
#include "core/frame/
LocalFrame
.h"
717
LocalFrame
* frame = document.frame();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
37
#include "core/frame/
LocalFrame
.h"
247
WebCore::
LocalFrame
* frame = webView->mainFrameImpl()->frame();
[
all
...]
PinchViewportTest.cpp
10
#include "core/frame/
LocalFrame
.h"
140
LocalFrame
* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
WebFrameTest.cpp
50
#include "core/frame/
LocalFrame
.h"
179
RefPtr<WebCore::
LocalFrame
> frame = toLocalFrame(webViewHelper->webViewImpl()->page()->mainFrame());
635
RefPtr<WebCore::
LocalFrame
> frame = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame());
755
WebCore::
LocalFrame
* mainFrame = toLocalFrame(webViewHelper.webViewImpl()->page()->mainFrame());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp
46
#include "core/frame/
LocalFrame
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
67
#include "core/frame/
LocalFrame
.h"
386
if (
LocalFrame
* frame = state.document().frame())
395
if (
LocalFrame
* frame = state.document().frame())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp
38
#include "core/frame/
LocalFrame
.h"
605
if (
LocalFrame
* frame = m_document->frame())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp
40
#include "core/frame/
LocalFrame
.h"
721
LocalFrame
*
localFrame
= toLocalFrame(frame);
722
if (
localFrame
->document() &&
localFrame
->document()->securityOrigin()->isSameSchemeHostPort(origin))
723
return
localFrame
->document();
Completed in 841 milliseconds
<<
11
12
13
14
15
16
17