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
444
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp
34
#include "core/frame/
LocalFrame
.h"
110
LocalFrame
* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
/external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp
40
#include "core/frame/
LocalFrame
.h"
253
LocalFrame
* frame = root->document().frame();
ScrollingCoordinatorChromiumTest.cpp
92
LocalFrame
* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
RenderGeometryMapTest.cpp
72
LocalFrame
* frame = iframe->frame();
85
LocalFrame
* frame = webViewImpl->mainFrameImpl()->frame();
/external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp
50
#include "core/frame/
LocalFrame
.h"
89
static inline bool shouldAlwaysUseDirectionalSelection(
LocalFrame
* frame)
94
FrameSelection::FrameSelection(
LocalFrame
* frame)
241
RefPtrWillBeRawPtr<
LocalFrame
> guard(document.frame());
[
all
...]
Editor.cpp
68
#include "core/frame/
LocalFrame
.h"
723
PassOwnPtrWillBeRawPtr<Editor> Editor::create(
LocalFrame
& frame)
728
Editor::Editor(
LocalFrame
& frame)
783
if (
LocalFrame
* editedFrame = document->frame()) {
[
all
...]
CompositeEditCommand.cpp
65
#include "core/frame/
LocalFrame
.h"
97
bool EditCommandComposition::belongsTo(const
LocalFrame
& frame) const
106
RefPtrWillBeRawPtr<
LocalFrame
> frame = m_document->frame();
126
RefPtrWillBeRawPtr<
LocalFrame
> frame = m_document->frame();
204
LocalFrame
* frame = document().frame();
[
all
...]
DOMSelection.cpp
45
#include "core/frame/
LocalFrame
.h"
51
static Node* selectionShadowAncestor(
LocalFrame
* frame)
SpellChecker.cpp
40
#include "core/frame/
LocalFrame
.h"
74
PassOwnPtrWillBeRawPtr<SpellChecker> SpellChecker::create(
LocalFrame
& frame)
97
SpellChecker::SpellChecker(
LocalFrame
& frame)
[
all
...]
TextCheckingHelper.cpp
38
#include "core/frame/
LocalFrame
.h"
562
bool unifiedTextCheckerEnabled(const
LocalFrame
* frame)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
28
#include "core/frame/
LocalFrame
.h"
338
if (
LocalFrame
* frame = m_document->frame())
/external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.cpp
37
#include "core/frame/
LocalFrame
.h"
630
LocalFrame
* frame = document.frame();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp
43
#include "core/frame/
LocalFrame
.h"
263
if (
LocalFrame
* frame = document().frame())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
36
#include "core/frame/
LocalFrame
.h"
53
float deviceScaleFactor(
LocalFrame
*);
RenderTextControlSingleLine.cpp
31
#include "core/frame/
LocalFrame
.h"
256
if (
LocalFrame
* frame = document().frame())
RenderTreeAsText.cpp
34
#include "core/frame/
LocalFrame
.h"
683
LocalFrame
* frame = doc->frame();
711
String externalRepresentation(
LocalFrame
* frame, RenderAsTextBehavior behavior)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp
28
#include "core/frame/
LocalFrame
.h"
108
LocalFrame
* frame = node()->document().frame();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp
39
#include "core/frame/
LocalFrame
.h"
736
RefPtrWillBeRawPtr<
LocalFrame
> frame =
LocalFrame
::create(dummyFrameLoaderClient, &m_overlayPage->frameHost(), 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp
33
#include "core/frame/
LocalFrame
.h"
569
// +
LocalFrame
clip
571
// +
LocalFrame
scroll
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
76
#include "core/frame/
LocalFrame
.h"
249
LocalFrame
* Internals::frame() const
319
LocalFrame
* contextFrame = frame();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.cpp
173
v8::Handle<v8::Value> PrivateScriptRunner::installClassIfNeeded(
LocalFrame
* frame, String className)
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp
49
#include "core/frame/
LocalFrame
.h"
82
MediaQueryEvaluator::MediaQueryEvaluator(
LocalFrame
* frame)
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp
79
#include "core/frame/
LocalFrame
.h"
[
all
...]
Node.h
58
class
LocalFrame
;
[
all
...]
TreeScope.cpp
44
#include "core/frame/
LocalFrame
.h"
246
LocalFrame
* frame = document->frame();
Completed in 983 milliseconds
<<
11
12
13
14
15
16
17
18