LocalFrame       1249 Source/bindings/templates/interface.cpp         if (LocalFrame* frame = impl->frame())
LocalFrame       1275 Source/bindings/templates/interface.cpp     if (LocalFrame* frame = impl->frame()) {
LocalFrame        109 Source/bindings/tests/results/V8TestInterfaceDocument.cpp         if (LocalFrame* frame = impl->frame())
LocalFrame        126 Source/bindings/tests/results/V8TestInterfaceDocument.cpp     if (LocalFrame* frame = impl->frame()) {
LocalFrame         76 Source/bindings/v8/BindingSecurity.cpp         if (LocalFrame* frame = targetDocument->frame())
LocalFrame        253 Source/bindings/v8/NPV8Object.cpp     LocalFrame* frame = v8NpObject->rootObject->frame();
LocalFrame        305 Source/bindings/v8/NPV8Object.cpp         LocalFrame* frame = v8NpObject->rootObject->frame();
LocalFrame        351 Source/bindings/v8/NPV8Object.cpp     LocalFrame* frame = v8NpObject->rootObject->frame();
LocalFrame        597 Source/bindings/v8/NPV8Object.cpp             LocalFrame* frame = object->rootObject->frame();
LocalFrame         57 Source/bindings/v8/PageScriptDebugServer.cpp static LocalFrame* retrieveFrameWithGlobalObjectCheck(v8::Handle<v8::Context> context)
LocalFrame        154 Source/bindings/v8/PageScriptDebugServer.cpp     RefPtr<LocalFrame> protect = toDocument(executionContext)->frame();
LocalFrame        171 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = toDocument(executionContext)->frame();
LocalFrame        176 Source/bindings/v8/PageScriptDebugServer.cpp     RefPtr<LocalFrame> protect = frame;
LocalFrame        186 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context);
LocalFrame        195 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context);
LocalFrame        216 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(eventContext);
LocalFrame        246 Source/bindings/v8/PageScriptDebugServer.cpp bool PageScriptDebugServer::canPreprocess(LocalFrame* frame)
LocalFrame        270 Source/bindings/v8/PageScriptDebugServer.cpp PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
LocalFrame        279 Source/bindings/v8/PageScriptDebugServer.cpp String PageScriptDebugServer::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
LocalFrame         68 Source/bindings/v8/PageScriptDebugServer.h     virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&) OVERRIDE;
LocalFrame         69 Source/bindings/v8/PageScriptDebugServer.h     virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) OVERRIDE;
LocalFrame         90 Source/bindings/v8/PageScriptDebugServer.h     bool canPreprocess(LocalFrame*);
LocalFrame         75 Source/bindings/v8/ScheduledAction.cpp         LocalFrame* frame = toDocument(context)->frame();
LocalFrame         86 Source/bindings/v8/ScheduledAction.cpp void ScheduledAction::execute(LocalFrame* frame)
LocalFrame         43 Source/bindings/v8/ScheduledAction.h class LocalFrame;
LocalFrame         57 Source/bindings/v8/ScheduledAction.h     void execute(LocalFrame*);
LocalFrame         82 Source/bindings/v8/ScriptController.cpp bool ScriptController::canAccessFromCurrentOrigin(LocalFrame *frame)
LocalFrame         90 Source/bindings/v8/ScriptController.cpp ScriptController::ScriptController(LocalFrame* frame)
LocalFrame        142 Source/bindings/v8/ScriptController.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        195 Source/bindings/v8/ScriptController.cpp         RefPtr<LocalFrame> protect(m_frame);
LocalFrame        261 Source/bindings/v8/ScriptController.cpp void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object)
LocalFrame        372 Source/bindings/v8/ScriptController.cpp static NPObject* createScriptObject(LocalFrame* frame, v8::Isolate* isolate)
LocalFrame        526 Source/bindings/v8/ScriptController.cpp     RefPtr<LocalFrame> protector(m_frame);
LocalFrame        589 Source/bindings/v8/ScriptController.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame         52 Source/bindings/v8/ScriptController.h class LocalFrame;
LocalFrame         76 Source/bindings/v8/ScriptController.h     ScriptController(LocalFrame*);
LocalFrame        111 Source/bindings/v8/ScriptController.h     void bindToWindowObject(LocalFrame*, const String& key, NPObject*);
LocalFrame        118 Source/bindings/v8/ScriptController.h     static bool canAccessFromCurrentOrigin(LocalFrame*);
LocalFrame        159 Source/bindings/v8/ScriptController.h     LocalFrame* m_frame;
LocalFrame        631 Source/bindings/v8/ScriptDebugServer.cpp PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&)
LocalFrame        636 Source/bindings/v8/ScriptDebugServer.cpp String ScriptDebugServer::preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName)
LocalFrame        105 Source/bindings/v8/ScriptDebugServer.h     virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
LocalFrame        106 Source/bindings/v8/ScriptDebugServer.h     virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
LocalFrame         65 Source/bindings/v8/ScriptEventListener.cpp     if (LocalFrame* frame = node->document().frame()) {
LocalFrame         79 Source/bindings/v8/ScriptEventListener.cpp PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame* frame, const QualifiedName& name, const AtomicString& value)
LocalFrame        151 Source/bindings/v8/ScriptEventListener.cpp ScriptState* eventListenerHandlerScriptState(LocalFrame* frame, EventListener* listener)
LocalFrame         43 Source/bindings/v8/ScriptEventListener.h     class LocalFrame;
LocalFrame         48 Source/bindings/v8/ScriptEventListener.h     PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value);
LocalFrame         51 Source/bindings/v8/ScriptEventListener.h     ScriptState* eventListenerHandlerScriptState(LocalFrame*, EventListener*);
LocalFrame         46 Source/bindings/v8/ScriptPreprocessor.cpp ScriptPreprocessor::ScriptPreprocessor(const ScriptSourceCode& preprocessorSourceCode, LocalFrame* frame)
LocalFrame         48 Source/bindings/v8/ScriptPreprocessor.h     ScriptPreprocessor(const ScriptSourceCode&, LocalFrame*);
LocalFrame        110 Source/bindings/v8/ScriptState.cpp ScriptState* mainWorldScriptState(LocalFrame* frame)
LocalFrame         42 Source/bindings/v8/ScriptState.h class LocalFrame;
LocalFrame         85 Source/bindings/v8/ScriptState.h     friend ScriptState* mainWorldScriptState(LocalFrame*);
LocalFrame        118 Source/bindings/v8/ScriptState.h ScriptState* mainWorldScriptState(LocalFrame*);
LocalFrame        557 Source/bindings/v8/V8Binding.cpp LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context> context)
LocalFrame        572 Source/bindings/v8/V8Binding.cpp         if (LocalFrame* frame = toDocument(context)->frame())
LocalFrame        581 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Context> toV8Context(v8::Isolate* isolate, LocalFrame* frame, DOMWrapperWorld& world)
LocalFrame        588 Source/bindings/v8/V8Binding.cpp     LocalFrame* attachedFrame= toFrameIfNotDetached(context);
LocalFrame        662 Source/bindings/v8/V8Binding.cpp v8::Isolate* toIsolate(LocalFrame* frame)
LocalFrame         54 Source/bindings/v8/V8Binding.h class LocalFrame;
LocalFrame        651 Source/bindings/v8/V8Binding.h v8::Isolate* toIsolate(LocalFrame*);
LocalFrame        667 Source/bindings/v8/V8Binding.h v8::Local<v8::Context> toV8Context(v8::Isolate*, LocalFrame*, DOMWrapperWorld&);
LocalFrame        671 Source/bindings/v8/V8Binding.h LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context>);
LocalFrame         41 Source/bindings/v8/V8ErrorHandler.h class LocalFrame;
LocalFrame         85 Source/bindings/v8/V8EventListener.cpp     LocalFrame* frame = toDocument(context)->frame();
LocalFrame         41 Source/bindings/v8/V8EventListener.h     class LocalFrame;
LocalFrame         39 Source/bindings/v8/V8EventListenerList.h class LocalFrame;
LocalFrame         57 Source/bindings/v8/V8Initializer.cpp static LocalFrame* findFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data, v8::Isolate* isolate)
LocalFrame        129 Source/bindings/v8/V8Initializer.cpp     LocalFrame* frame = enteredWindow->document()->frame();
LocalFrame        138 Source/bindings/v8/V8Initializer.cpp     LocalFrame* target = findFrame(host, data, isolate);
LocalFrame         95 Source/bindings/v8/V8LazyEventListener.cpp     LocalFrame* frame = toDocument(context)->frame();
LocalFrame         43 Source/bindings/v8/V8LazyEventListener.h     class LocalFrame;
LocalFrame         80 Source/bindings/v8/V8WindowShell.cpp PassOwnPtr<V8WindowShell> V8WindowShell::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate)
LocalFrame         85 Source/bindings/v8/V8WindowShell.cpp V8WindowShell::V8WindowShell(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
LocalFrame         50 Source/bindings/v8/V8WindowShell.h class LocalFrame;
LocalFrame         58 Source/bindings/v8/V8WindowShell.h     static PassOwnPtr<V8WindowShell> create(LocalFrame*, DOMWrapperWorld&, v8::Isolate*);
LocalFrame         84 Source/bindings/v8/V8WindowShell.h     V8WindowShell(LocalFrame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
LocalFrame        107 Source/bindings/v8/V8WindowShell.h     LocalFrame* m_frame;
LocalFrame         73 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp         LocalFrame* frame = callingDOMWindow(m_isolate)->frame();
LocalFrame         59 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp         if (RefPtr<LocalFrame> frame = htmlDocument->frame()) {
LocalFrame        117 Source/bindings/v8/custom/V8InjectedScriptManager.cpp     LocalFrame* frame = V8Window::toNative(holder)->frame();
LocalFrame        158 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = V8Window::toNative(info.Holder())->frame();
LocalFrame        178 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = V8Window::toNative(info.Holder())->frame();
LocalFrame        400 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = window->frame();
LocalFrame        407 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* child = frame->tree().scopedChild(propName);
LocalFrame        462 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* target = targetWindow->frame();
LocalFrame        474 Source/bindings/v8/custom/V8WindowCustom.cpp         LocalFrame* childFrame = target->tree().scopedChild(name);
LocalFrame        505 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* target = targetWindow->frame();
LocalFrame        513 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* childFrame =  target->tree().scopedChild(index);
LocalFrame        536 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = window->frame();
LocalFrame         40 Source/core/accessibility/AXNodeObject.h class LocalFrame;
LocalFrame         45 Source/core/accessibility/AXObject.h class LocalFrame;
LocalFrame       1500 Source/core/accessibility/AXRenderObject.cpp     if (LocalFrame* frame = m_renderer->document().frame())
LocalFrame       1611 Source/core/accessibility/AXRenderObject.cpp     LocalFrame* frame = document.frame();
LocalFrame         41 Source/core/accessibility/AXRenderObject.h class LocalFrame;
LocalFrame        241 Source/core/clipboard/Clipboard.cpp PassOwnPtr<DragImage> Clipboard::createDragImage(IntPoint& loc, LocalFrame* frame) const
LocalFrame        344 Source/core/clipboard/Clipboard.cpp void Clipboard::writeRange(Range* selectedRange, LocalFrame* frame)
LocalFrame         46 Source/core/clipboard/Clipboard.h class LocalFrame;
LocalFrame         87 Source/core/clipboard/Clipboard.h     PassOwnPtr<DragImage> createDragImage(IntPoint& dragLocation, LocalFrame*) const;
LocalFrame         90 Source/core/clipboard/Clipboard.h     void writeRange(Range*, LocalFrame*);
LocalFrame         85 Source/core/css/MediaQueryEvaluator.cpp MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame* frame, RenderStyle* style)
LocalFrame         35 Source/core/css/MediaQueryEvaluator.h class LocalFrame;
LocalFrame         72 Source/core/css/MediaQueryEvaluator.h     MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame*, RenderStyle*);
LocalFrame         24 Source/core/css/MediaValues.cpp static int calculateViewportWidth(LocalFrame* frame, RenderStyle* style)
LocalFrame         31 Source/core/css/MediaValues.cpp static int calculateViewportHeight(LocalFrame* frame, RenderStyle* style)
LocalFrame         38 Source/core/css/MediaValues.cpp static int calculateDeviceWidth(LocalFrame* frame)
LocalFrame         47 Source/core/css/MediaValues.cpp static int calculateDeviceHeight(LocalFrame* frame)
LocalFrame         56 Source/core/css/MediaValues.cpp static bool calculateStrictMode(LocalFrame* frame)
LocalFrame         62 Source/core/css/MediaValues.cpp static float calculateDevicePixelRatio(LocalFrame* frame)
LocalFrame         67 Source/core/css/MediaValues.cpp static int calculateColorBitsPerComponent(LocalFrame* frame)
LocalFrame         75 Source/core/css/MediaValues.cpp static int calculateMonochromeBitsPerComponent(LocalFrame* frame)
LocalFrame         88 Source/core/css/MediaValues.cpp static bool calculateScanMediaType(LocalFrame* frame)
LocalFrame         95 Source/core/css/MediaValues.cpp static bool calculateScreenMediaType(LocalFrame* frame)
LocalFrame        101 Source/core/css/MediaValues.cpp static bool calculatePrintMediaType(LocalFrame* frame)
LocalFrame        107 Source/core/css/MediaValues.cpp static bool calculateThreeDEnabled(LocalFrame* frame)
LocalFrame        116 Source/core/css/MediaValues.cpp static MediaValues::PointerDeviceType calculateLeastCapablePrimaryPointerDeviceType(LocalFrame* frame)
LocalFrame        168 Source/core/css/MediaValues.cpp PassRefPtr<MediaValues> MediaValues::create(LocalFrame* frame, RenderStyle* style, MediaValuesMode mode)
LocalFrame        203 Source/core/css/MediaValues.cpp     LocalFrame* frame = executingDocument->frame();
LocalFrame         31 Source/core/css/MediaValues.h     static PassRefPtr<MediaValues> create(LocalFrame*, RenderStyle*, MediaValuesMode);
LocalFrame         68 Source/core/css/MediaValues.h     MediaValues(LocalFrame* frame, PassRefPtr<RenderStyle> style, MediaValuesMode mode)
LocalFrame         90 Source/core/css/MediaValues.h     LocalFrame* m_frame;
LocalFrame         38 Source/core/css/StyleMedia.cpp StyleMedia::StyleMedia(LocalFrame* frame)
LocalFrame         37 Source/core/css/StyleMedia.h class LocalFrame;
LocalFrame         41 Source/core/css/StyleMedia.h     static PassRefPtrWillBeRawPtr<StyleMedia> create(LocalFrame* frame) { return adoptRefWillBeNoop(new StyleMedia(frame));}
LocalFrame         49 Source/core/css/StyleMedia.h     explicit StyleMedia(LocalFrame*);
LocalFrame        540 Source/core/css/resolver/FontBuilder.cpp         if (LocalFrame* frame = m_document->frame())
LocalFrame        310 Source/core/css/resolver/StyleBuilderCustom.cpp         if (LocalFrame* frame = state.document().frame())
LocalFrame        319 Source/core/css/resolver/StyleBuilderCustom.cpp         if (LocalFrame* frame = state.document().frame())
LocalFrame        580 Source/core/css/resolver/StyleResolver.cpp     const LocalFrame* frame = document.frame();
LocalFrame        352 Source/core/dom/DOMImplementation.cpp PassRefPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode)
LocalFrame         38 Source/core/dom/DOMImplementation.h class LocalFrame;
LocalFrame         67 Source/core/dom/DOMImplementation.h     static PassRefPtr<Document> createDocument(const String& mimeType, LocalFrame*, const KURL&, bool inViewSourceMode);
LocalFrame        311 Source/core/dom/Document.cpp static bool canAccessAncestor(const SecurityOrigin& activeSecurityOrigin, LocalFrame* targetFrame)
LocalFrame        319 Source/core/dom/Document.cpp     for (LocalFrame* ancestorFrame = targetFrame; ancestorFrame; ancestorFrame = ancestorFrame->tree().parent()) {
LocalFrame        339 Source/core/dom/Document.cpp static void printNavigationErrorMessage(const LocalFrame& frame, const KURL& activeURL, const char* reason)
LocalFrame        823 Source/core/dom/Document.cpp LocalFrame* Document::executingFrame()
LocalFrame       1742 Source/core/dom/Document.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame       2811 Source/core/dom/Document.cpp bool Document::canNavigate(LocalFrame* targetFrame)
LocalFrame       2874 Source/core/dom/Document.cpp LocalFrame* Document::findUnsafeParentScrollPropagationBoundary()
LocalFrame       2876 Source/core/dom/Document.cpp     LocalFrame* currentFrame = m_frame;
LocalFrame       2877 Source/core/dom/Document.cpp     LocalFrame* ancestorFrame = currentFrame->tree().parent();
LocalFrame       3029 Source/core/dom/Document.cpp     LocalFrame* frame = this->frame();
LocalFrame       3123 Source/core/dom/Document.cpp     if (LocalFrame* frame = m_frame) {
LocalFrame       3571 Source/core/dom/Document.cpp     if (LocalFrame* frame = this->frame())
LocalFrame       3649 Source/core/dom/Document.cpp     if (LocalFrame* frame = this->frame()) {
LocalFrame       3670 Source/core/dom/Document.cpp     if (LocalFrame* frame = this->frame()) {
LocalFrame       4193 Source/core/dom/Document.cpp     LocalFrame* frame = document->frame();
LocalFrame       4298 Source/core/dom/Document.cpp     LocalFrame* ownerFrame = frame();
LocalFrame       4311 Source/core/dom/Document.cpp     for (LocalFrame* frame = m_frame; frame && frame->document(); frame = frame->tree().traverseNext(m_frame))
LocalFrame       4333 Source/core/dom/Document.cpp     LocalFrame* parent = m_frame->tree().parent();
LocalFrame       4472 Source/core/dom/Document.cpp     if (RefPtr<LocalFrame> f = frame()) {
LocalFrame       4676 Source/core/dom/Document.cpp     LocalFrame* frame = executingFrame();
LocalFrame       4692 Source/core/dom/Document.cpp     LocalFrame* frame = executingFrame();
LocalFrame       5016 Source/core/dom/Document.cpp     LocalFrame* frame = window ? window->frame() : this->frame();
LocalFrame        103 Source/core/dom/Document.h class LocalFrame;
LocalFrame        461 Source/core/dom/Document.h     LocalFrame* frame() const { return m_frame; } // can be null
LocalFrame        571 Source/core/dom/Document.h     bool canNavigate(LocalFrame* targetFrame);
LocalFrame        572 Source/core/dom/Document.h     LocalFrame* findUnsafeParentScrollPropagationBoundary();
LocalFrame       1034 Source/core/dom/Document.h     LocalFrame* executingFrame();
LocalFrame       1173 Source/core/dom/Document.h     LocalFrame* m_frame;
LocalFrame         40 Source/core/dom/DocumentInit.cpp static Document* parentDocument(LocalFrame* frame)
LocalFrame         51 Source/core/dom/DocumentInit.cpp static Document* ownerDocument(LocalFrame* frame)
LocalFrame         56 Source/core/dom/DocumentInit.cpp     LocalFrame* ownerFrame = frame->tree().parent();
LocalFrame         64 Source/core/dom/DocumentInit.cpp DocumentInit::DocumentInit(const KURL& url, LocalFrame* frame, WeakPtr<Document> contextDocument, HTMLImport* import)
LocalFrame         93 Source/core/dom/DocumentInit.cpp     LocalFrame* frame = frameForSecurityContext();
LocalFrame        102 Source/core/dom/DocumentInit.cpp LocalFrame* DocumentInit::frameForSecurityContext() const
LocalFrame         42 Source/core/dom/DocumentInit.h class LocalFrame;
LocalFrame         48 Source/core/dom/DocumentInit.h     explicit DocumentInit(const KURL& = KURL(), LocalFrame* = 0, WeakPtr<Document> = WeakPtr<Document>(), HTMLImport* = 0);
LocalFrame         53 Source/core/dom/DocumentInit.h     LocalFrame* frame() const { return m_frame; }
LocalFrame         65 Source/core/dom/DocumentInit.h     LocalFrame* ownerFrame() const;
LocalFrame         76 Source/core/dom/DocumentInit.h     LocalFrame* frameForSecurityContext() const;
LocalFrame         79 Source/core/dom/DocumentInit.h     LocalFrame* m_frame;
LocalFrame        710 Source/core/dom/Element.cpp         LocalFrame* frame = document().frame();
LocalFrame        756 Source/core/dom/Element.cpp         LocalFrame* frame = document().frame();
LocalFrame       2166 Source/core/dom/Element.cpp         LocalFrame* frame = document().frame();
LocalFrame        182 Source/core/dom/FullscreenElementStack.cpp         for (LocalFrame* descendant = document()->frame() ? document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext()) {
LocalFrame        294 Source/core/dom/FullscreenElementStack.cpp     for (LocalFrame* descendant = document()->frame() ?  document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext()) {
LocalFrame         48 Source/core/dom/MessagePort.h class LocalFrame;
LocalFrame       2249 Source/core/dom/Node.cpp             if (LocalFrame* frame = document().frame())
LocalFrame       2261 Source/core/dom/Node.cpp             if (LocalFrame* frame = document().frame())
LocalFrame       2276 Source/core/dom/Node.cpp                 if (LocalFrame* frame = document().frame())
LocalFrame       2291 Source/core/dom/Node.cpp             if (LocalFrame* frame = document().frame())
LocalFrame         60 Source/core/dom/Node.h class LocalFrame;
LocalFrame        909 Source/core/dom/Position.cpp         LocalFrame* frame = m_anchorNode->document().frame();
LocalFrame        304 Source/core/dom/ScriptLoader.cpp     LocalFrame* frame = contextDocument->frame();
LocalFrame         35 Source/core/dom/Touch.cpp static int contentsX(LocalFrame* frame)
LocalFrame         45 Source/core/dom/Touch.cpp static int contentsY(LocalFrame* frame)
LocalFrame         55 Source/core/dom/Touch.cpp Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force)
LocalFrame         39 Source/core/dom/Touch.h class LocalFrame;
LocalFrame         43 Source/core/dom/Touch.h     static PassRefPtrWillBeRawPtr<Touch> create(LocalFrame* frame, EventTarget* target,
LocalFrame         69 Source/core/dom/Touch.h     Touch(LocalFrame* frame, EventTarget* target, unsigned identifier,
LocalFrame        220 Source/core/dom/TreeScope.cpp     LocalFrame* frame = document->frame();
LocalFrame        335 Source/core/dom/TreeScope.cpp static Element* focusedFrameOwnerElement(LocalFrame* focusedFrame, LocalFrame* currentFrame)
LocalFrame         83 Source/core/dom/WheelController.cpp     LocalFrame* mainFrame = page ? page->mainFrame() : 0;
LocalFrame         95 Source/core/dom/WheelController.cpp     LocalFrame* mainFrame = page ? page->mainFrame() : 0;
LocalFrame        201 Source/core/editing/Caret.cpp         LocalFrame& frame = frameView->frame(); // The frame where the selection started
LocalFrame        259 Source/core/editing/Caret.cpp void DragCaretController::paintDragCaret(LocalFrame* frame, GraphicsContext* p, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const
LocalFrame         36 Source/core/editing/Caret.h class LocalFrame;
LocalFrame         81 Source/core/editing/Caret.h     void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
LocalFrame         93 Source/core/editing/CompositeEditCommand.cpp bool EditCommandComposition::belongsTo(const LocalFrame& frame) const
LocalFrame        102 Source/core/editing/CompositeEditCommand.cpp     RefPtr<LocalFrame> frame = m_document->frame();
LocalFrame        122 Source/core/editing/CompositeEditCommand.cpp     RefPtr<LocalFrame> frame = m_document->frame();
LocalFrame        189 Source/core/editing/CompositeEditCommand.cpp     LocalFrame* frame = document().frame();
LocalFrame         45 Source/core/editing/CompositeEditCommand.h     virtual bool belongsTo(const LocalFrame&) const OVERRIDE;
LocalFrame        745 Source/core/editing/Editor.cpp PassOwnPtr<Editor> Editor::create(LocalFrame& frame)
LocalFrame        750 Source/core/editing/Editor.cpp Editor::Editor(LocalFrame& frame)
LocalFrame        805 Source/core/editing/Editor.cpp             if (LocalFrame* editedFrame = document->frame()) {
LocalFrame         50 Source/core/editing/Editor.h class LocalFrame;
LocalFrame         69 Source/core/editing/Editor.h     static PassOwnPtr<Editor> create(LocalFrame&);
LocalFrame         74 Source/core/editing/Editor.h     LocalFrame& frame() const { return m_frame; }
LocalFrame        139 Source/core/editing/Editor.h         Command(const EditorInternalCommand*, EditorCommandSource, PassRefPtr<LocalFrame>);
LocalFrame        155 Source/core/editing/Editor.h         RefPtr<LocalFrame> m_frame;
LocalFrame        236 Source/core/editing/Editor.h     LocalFrame& m_frame;
LocalFrame        247 Source/core/editing/Editor.h     explicit Editor(LocalFrame&);
LocalFrame         73 Source/core/editing/EditorCommand.cpp     bool (*execute)(LocalFrame&, Event*, EditorCommandSource, const String&);
LocalFrame         74 Source/core/editing/EditorCommand.cpp     bool (*isSupportedFromDOM)(LocalFrame*);
LocalFrame         75 Source/core/editing/EditorCommand.cpp     bool (*isEnabled)(LocalFrame&, Event*, EditorCommandSource);
LocalFrame         76 Source/core/editing/EditorCommand.cpp     TriState (*state)(LocalFrame&, Event*);
LocalFrame         77 Source/core/editing/EditorCommand.cpp     String (*value)(LocalFrame&, Event*);
LocalFrame         93 Source/core/editing/EditorCommand.cpp static LocalFrame* targetFrame(LocalFrame& frame, Event* event)
LocalFrame        103 Source/core/editing/EditorCommand.cpp static bool applyCommandToFrame(LocalFrame& frame, EditorCommandSource source, EditAction action, StylePropertySet* style)
LocalFrame        119 Source/core/editing/EditorCommand.cpp static bool executeApplyStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
LocalFrame        126 Source/core/editing/EditorCommand.cpp static bool executeApplyStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValueID propertyValue)
LocalFrame        136 Source/core/editing/EditorCommand.cpp static bool executeToggleStyleInList(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValue* value)
LocalFrame        160 Source/core/editing/EditorCommand.cpp static bool executeToggleStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue)
LocalFrame        176 Source/core/editing/EditorCommand.cpp static bool executeApplyParagraphStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
LocalFrame        194 Source/core/editing/EditorCommand.cpp static bool executeInsertFragment(LocalFrame& frame, PassRefPtr<DocumentFragment> fragment)
LocalFrame        201 Source/core/editing/EditorCommand.cpp static bool executeInsertNode(LocalFrame& frame, PassRefPtr<Node> content)
LocalFrame        212 Source/core/editing/EditorCommand.cpp static bool expandSelectionToGranularity(LocalFrame& frame, TextGranularity granularity)
LocalFrame        226 Source/core/editing/EditorCommand.cpp static TriState stateStyle(LocalFrame& frame, CSSPropertyID propertyID, const char* desiredValue)
LocalFrame        233 Source/core/editing/EditorCommand.cpp static String valueStyle(LocalFrame& frame, CSSPropertyID propertyID)
LocalFrame        240 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirection(LocalFrame& frame, WritingDirection direction)
LocalFrame        249 Source/core/editing/EditorCommand.cpp static unsigned verticalScrollDistance(LocalFrame& frame)
LocalFrame        276 Source/core/editing/EditorCommand.cpp static bool executeBackColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
LocalFrame        281 Source/core/editing/EditorCommand.cpp static bool executeCopy(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        287 Source/core/editing/EditorCommand.cpp static bool executeCreateLink(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        297 Source/core/editing/EditorCommand.cpp static bool executeCut(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        303 Source/core/editing/EditorCommand.cpp static bool executeDefaultParagraphSeparator(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        313 Source/core/editing/EditorCommand.cpp static bool executeDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        333 Source/core/editing/EditorCommand.cpp static bool executeDeleteBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        339 Source/core/editing/EditorCommand.cpp static bool executeDeleteBackwardByDecomposingPreviousCharacter(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        346 Source/core/editing/EditorCommand.cpp static bool executeDeleteForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        352 Source/core/editing/EditorCommand.cpp static bool executeDeleteToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        358 Source/core/editing/EditorCommand.cpp static bool executeDeleteToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        364 Source/core/editing/EditorCommand.cpp static bool executeDeleteToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        372 Source/core/editing/EditorCommand.cpp static bool executeDeleteToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        380 Source/core/editing/EditorCommand.cpp static bool executeDeleteToMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        394 Source/core/editing/EditorCommand.cpp static bool executeDeleteWordBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        400 Source/core/editing/EditorCommand.cpp static bool executeDeleteWordForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        406 Source/core/editing/EditorCommand.cpp static bool executeFindString(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        411 Source/core/editing/EditorCommand.cpp static bool executeFontName(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
LocalFrame        416 Source/core/editing/EditorCommand.cpp static bool executeFontSize(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
LocalFrame        424 Source/core/editing/EditorCommand.cpp static bool executeFontSizeDelta(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
LocalFrame        429 Source/core/editing/EditorCommand.cpp static bool executeForeColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
LocalFrame        434 Source/core/editing/EditorCommand.cpp static bool executeFormatBlock(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        451 Source/core/editing/EditorCommand.cpp static bool executeForwardDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        470 Source/core/editing/EditorCommand.cpp static bool executeIgnoreSpelling(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        476 Source/core/editing/EditorCommand.cpp static bool executeIndent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        483 Source/core/editing/EditorCommand.cpp static bool executeInsertBacktab(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
LocalFrame        488 Source/core/editing/EditorCommand.cpp static bool executeInsertHorizontalRule(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        497 Source/core/editing/EditorCommand.cpp static bool executeInsertHTML(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        503 Source/core/editing/EditorCommand.cpp static bool executeInsertImage(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        512 Source/core/editing/EditorCommand.cpp static bool executeInsertLineBreak(LocalFrame& frame, Event* event, EditorCommandSource source, const String&)
LocalFrame        530 Source/core/editing/EditorCommand.cpp static bool executeInsertNewline(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
LocalFrame        532 Source/core/editing/EditorCommand.cpp     LocalFrame* targetFrame = WebCore::targetFrame(frame, event);
LocalFrame        536 Source/core/editing/EditorCommand.cpp static bool executeInsertNewlineInQuotedContent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        543 Source/core/editing/EditorCommand.cpp static bool executeInsertOrderedList(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        550 Source/core/editing/EditorCommand.cpp static bool executeInsertParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        557 Source/core/editing/EditorCommand.cpp static bool executeInsertTab(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
LocalFrame        562 Source/core/editing/EditorCommand.cpp static bool executeInsertText(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame        569 Source/core/editing/EditorCommand.cpp static bool executeInsertUnorderedList(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        576 Source/core/editing/EditorCommand.cpp static bool executeJustifyCenter(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        581 Source/core/editing/EditorCommand.cpp static bool executeJustifyFull(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        586 Source/core/editing/EditorCommand.cpp static bool executeJustifyLeft(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        591 Source/core/editing/EditorCommand.cpp static bool executeJustifyRight(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        596 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionLeftToRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        605 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionNatural(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        613 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionRightToLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        622 Source/core/editing/EditorCommand.cpp static bool executeMoveBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        628 Source/core/editing/EditorCommand.cpp static bool executeMoveBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        634 Source/core/editing/EditorCommand.cpp static bool executeMoveDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        639 Source/core/editing/EditorCommand.cpp static bool executeMoveDownAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        645 Source/core/editing/EditorCommand.cpp static bool executeMoveForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        651 Source/core/editing/EditorCommand.cpp static bool executeMoveForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        657 Source/core/editing/EditorCommand.cpp static bool executeMoveLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        662 Source/core/editing/EditorCommand.cpp static bool executeMoveLeftAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        668 Source/core/editing/EditorCommand.cpp static bool executeMovePageDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        677 Source/core/editing/EditorCommand.cpp static bool executeMovePageDownAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        686 Source/core/editing/EditorCommand.cpp static bool executeMovePageUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        695 Source/core/editing/EditorCommand.cpp static bool executeMovePageUpAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        704 Source/core/editing/EditorCommand.cpp static bool executeMoveRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        709 Source/core/editing/EditorCommand.cpp static bool executeMoveRightAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        715 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        721 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfDocumentAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        727 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        733 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        739 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        745 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfParagraphAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        751 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        757 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfSentenceAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        763 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        769 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfDocumentAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        775 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        781 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfSentenceAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        787 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        793 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        799 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        805 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfParagraphAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        811 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        817 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        823 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        829 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        835 Source/core/editing/EditorCommand.cpp static bool executeMoveUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        840 Source/core/editing/EditorCommand.cpp static bool executeMoveUpAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        846 Source/core/editing/EditorCommand.cpp static bool executeMoveWordBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        852 Source/core/editing/EditorCommand.cpp static bool executeMoveWordBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        858 Source/core/editing/EditorCommand.cpp static bool executeMoveWordForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        864 Source/core/editing/EditorCommand.cpp static bool executeMoveWordForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        870 Source/core/editing/EditorCommand.cpp static bool executeMoveWordLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        876 Source/core/editing/EditorCommand.cpp static bool executeMoveWordLeftAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        882 Source/core/editing/EditorCommand.cpp static bool executeMoveWordRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        888 Source/core/editing/EditorCommand.cpp static bool executeMoveWordRightAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        894 Source/core/editing/EditorCommand.cpp static bool executeMoveToLeftEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        900 Source/core/editing/EditorCommand.cpp static bool executeMoveToLeftEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        906 Source/core/editing/EditorCommand.cpp static bool executeMoveToRightEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        912 Source/core/editing/EditorCommand.cpp static bool executeMoveToRightEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        918 Source/core/editing/EditorCommand.cpp static bool executeOutdent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        925 Source/core/editing/EditorCommand.cpp static bool executeToggleOverwrite(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        931 Source/core/editing/EditorCommand.cpp static bool executePaste(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        937 Source/core/editing/EditorCommand.cpp static bool executePasteGlobalSelection(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame        950 Source/core/editing/EditorCommand.cpp static bool executePasteAndMatchStyle(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        956 Source/core/editing/EditorCommand.cpp static bool executePrint(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        965 Source/core/editing/EditorCommand.cpp static bool executeRedo(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        971 Source/core/editing/EditorCommand.cpp static bool executeRemoveFormat(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        977 Source/core/editing/EditorCommand.cpp static bool executeScrollPageBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        982 Source/core/editing/EditorCommand.cpp static bool executeScrollPageForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        987 Source/core/editing/EditorCommand.cpp static bool executeScrollLineUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        992 Source/core/editing/EditorCommand.cpp static bool executeScrollLineDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame        997 Source/core/editing/EditorCommand.cpp static bool executeScrollToBeginningOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1002 Source/core/editing/EditorCommand.cpp static bool executeScrollToEndOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1007 Source/core/editing/EditorCommand.cpp static bool executeSelectAll(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1013 Source/core/editing/EditorCommand.cpp static bool executeSelectLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1018 Source/core/editing/EditorCommand.cpp static bool executeSelectParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1023 Source/core/editing/EditorCommand.cpp static bool executeSelectSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1028 Source/core/editing/EditorCommand.cpp static bool executeSelectToMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1038 Source/core/editing/EditorCommand.cpp static bool executeSelectWord(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1043 Source/core/editing/EditorCommand.cpp static bool executeSetMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1049 Source/core/editing/EditorCommand.cpp static bool executeStrikethrough(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1055 Source/core/editing/EditorCommand.cpp static bool executeStyleWithCSS(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame       1061 Source/core/editing/EditorCommand.cpp static bool executeUseCSS(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
LocalFrame       1067 Source/core/editing/EditorCommand.cpp static bool executeSubscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1072 Source/core/editing/EditorCommand.cpp static bool executeSuperscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1077 Source/core/editing/EditorCommand.cpp static bool executeSwapWithMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1088 Source/core/editing/EditorCommand.cpp static bool executeToggleBold(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1093 Source/core/editing/EditorCommand.cpp static bool executeToggleItalic(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1098 Source/core/editing/EditorCommand.cpp static bool executeTranspose(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1104 Source/core/editing/EditorCommand.cpp static bool executeUnderline(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1110 Source/core/editing/EditorCommand.cpp static bool executeUndo(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1116 Source/core/editing/EditorCommand.cpp static bool executeUnlink(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1123 Source/core/editing/EditorCommand.cpp static bool executeUnscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
LocalFrame       1128 Source/core/editing/EditorCommand.cpp static bool executeUnselect(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1134 Source/core/editing/EditorCommand.cpp static bool executeYank(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1141 Source/core/editing/EditorCommand.cpp static bool executeYankAndSelect(LocalFrame& frame, Event*, EditorCommandSource, const String&)
LocalFrame       1150 Source/core/editing/EditorCommand.cpp static bool supported(LocalFrame*)
LocalFrame       1155 Source/core/editing/EditorCommand.cpp static bool supportedFromMenuOrKeyBinding(LocalFrame*)
LocalFrame       1160 Source/core/editing/EditorCommand.cpp static bool supportedCopyCut(LocalFrame* frame)
LocalFrame       1170 Source/core/editing/EditorCommand.cpp static bool supportedPaste(LocalFrame* frame)
LocalFrame       1182 Source/core/editing/EditorCommand.cpp static bool enabled(LocalFrame&, Event*, EditorCommandSource)
LocalFrame       1187 Source/core/editing/EditorCommand.cpp static bool enabledVisibleSelection(LocalFrame& frame, Event* event, EditorCommandSource)
LocalFrame       1194 Source/core/editing/EditorCommand.cpp static bool caretBrowsingEnabled(LocalFrame& frame)
LocalFrame       1201 Source/core/editing/EditorCommand.cpp static bool enabledVisibleSelectionOrCaretBrowsing(LocalFrame& frame, Event* event, EditorCommandSource)
LocalFrame       1207 Source/core/editing/EditorCommand.cpp static bool enabledVisibleSelectionAndMark(LocalFrame& frame, Event* event, EditorCommandSource)
LocalFrame       1214 Source/core/editing/EditorCommand.cpp static bool enableCaretInEditableText(LocalFrame& frame, Event* event, EditorCommandSource)
LocalFrame       1220 Source/core/editing/EditorCommand.cpp static bool enabledCopy(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1225 Source/core/editing/EditorCommand.cpp static bool enabledCut(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1230 Source/core/editing/EditorCommand.cpp static bool enabledInEditableText(LocalFrame& frame, Event* event, EditorCommandSource)
LocalFrame       1235 Source/core/editing/EditorCommand.cpp static bool enabledDelete(LocalFrame& frame, Event* event, EditorCommandSource source)
LocalFrame       1250 Source/core/editing/EditorCommand.cpp static bool enabledInEditableTextOrCaretBrowsing(LocalFrame& frame, Event* event, EditorCommandSource)
LocalFrame       1256 Source/core/editing/EditorCommand.cpp static bool enabledInRichlyEditableText(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1261 Source/core/editing/EditorCommand.cpp static bool enabledPaste(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1266 Source/core/editing/EditorCommand.cpp static bool enabledRangeInEditableText(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1271 Source/core/editing/EditorCommand.cpp static bool enabledRangeInRichlyEditableText(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1276 Source/core/editing/EditorCommand.cpp static bool enabledRedo(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1281 Source/core/editing/EditorCommand.cpp static bool enabledUndo(LocalFrame& frame, Event*, EditorCommandSource)
LocalFrame       1288 Source/core/editing/EditorCommand.cpp static TriState stateNone(LocalFrame&, Event*)
LocalFrame       1293 Source/core/editing/EditorCommand.cpp static TriState stateBold(LocalFrame& frame, Event*)
LocalFrame       1298 Source/core/editing/EditorCommand.cpp static TriState stateItalic(LocalFrame& frame, Event*)
LocalFrame       1303 Source/core/editing/EditorCommand.cpp static TriState stateOrderedList(LocalFrame& frame, Event*)
LocalFrame       1308 Source/core/editing/EditorCommand.cpp static TriState stateStrikethrough(LocalFrame& frame, Event*)
LocalFrame       1313 Source/core/editing/EditorCommand.cpp static TriState stateStyleWithCSS(LocalFrame& frame, Event*)
LocalFrame       1318 Source/core/editing/EditorCommand.cpp static TriState stateSubscript(LocalFrame& frame, Event*)
LocalFrame       1323 Source/core/editing/EditorCommand.cpp static TriState stateSuperscript(LocalFrame& frame, Event*)
LocalFrame       1328 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirectionLeftToRight(LocalFrame& frame, Event*)
LocalFrame       1333 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirectionNatural(LocalFrame& frame, Event*)
LocalFrame       1338 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirectionRightToLeft(LocalFrame& frame, Event*)
LocalFrame       1343 Source/core/editing/EditorCommand.cpp static TriState stateUnderline(LocalFrame& frame, Event*)
LocalFrame       1348 Source/core/editing/EditorCommand.cpp static TriState stateUnorderedList(LocalFrame& frame, Event*)
LocalFrame       1353 Source/core/editing/EditorCommand.cpp static TriState stateJustifyCenter(LocalFrame& frame, Event*)
LocalFrame       1358 Source/core/editing/EditorCommand.cpp static TriState stateJustifyFull(LocalFrame& frame, Event*)
LocalFrame       1363 Source/core/editing/EditorCommand.cpp static TriState stateJustifyLeft(LocalFrame& frame, Event*)
LocalFrame       1368 Source/core/editing/EditorCommand.cpp static TriState stateJustifyRight(LocalFrame& frame, Event*)
LocalFrame       1375 Source/core/editing/EditorCommand.cpp static String valueNull(LocalFrame&, Event*)
LocalFrame       1380 Source/core/editing/EditorCommand.cpp static String valueBackColor(LocalFrame& frame, Event*)
LocalFrame       1385 Source/core/editing/EditorCommand.cpp static String valueDefaultParagraphSeparator(LocalFrame& frame, Event*)
LocalFrame       1398 Source/core/editing/EditorCommand.cpp static String valueFontName(LocalFrame& frame, Event*)
LocalFrame       1403 Source/core/editing/EditorCommand.cpp static String valueFontSize(LocalFrame& frame, Event*)
LocalFrame       1408 Source/core/editing/EditorCommand.cpp static String valueFontSizeDelta(LocalFrame& frame, Event*)
LocalFrame       1413 Source/core/editing/EditorCommand.cpp static String valueForeColor(LocalFrame& frame, Event*)
LocalFrame       1418 Source/core/editing/EditorCommand.cpp static String valueFormatBlock(LocalFrame& frame, Event*)
LocalFrame       1666 Source/core/editing/EditorCommand.cpp Editor::Command::Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<LocalFrame> frame)
LocalFrame         87 Source/core/editing/FrameSelection.cpp static inline bool shouldAlwaysUseDirectionalSelection(LocalFrame* frame)
LocalFrame         92 Source/core/editing/FrameSelection.cpp FrameSelection::FrameSelection(LocalFrame* frame)
LocalFrame        235 Source/core/editing/FrameSelection.cpp             RefPtr<LocalFrame> guard = document.frame();
LocalFrame       1146 Source/core/editing/FrameSelection.cpp     LocalFrame* frame = pos.document()->frame();
LocalFrame       1323 Source/core/editing/FrameSelection.cpp     LocalFrame* parent = m_frame->tree().parent();
LocalFrame       1518 Source/core/editing/FrameSelection.cpp inline static bool shouldStopBlinkingDueToTypingCommand(LocalFrame* frame)
LocalFrame         42 Source/core/editing/FrameSelection.h class LocalFrame;
LocalFrame         80 Source/core/editing/FrameSelection.h     explicit FrameSelection(LocalFrame* = 0);
LocalFrame        249 Source/core/editing/FrameSelection.h     LocalFrame* m_frame;
LocalFrame         59 Source/core/editing/InputMethodController.cpp PassOwnPtr<InputMethodController> InputMethodController::create(LocalFrame& frame)
LocalFrame         64 Source/core/editing/InputMethodController.cpp InputMethodController::InputMethodController(LocalFrame& frame)
LocalFrame         37 Source/core/editing/InputMethodController.h class LocalFrame;
LocalFrame         49 Source/core/editing/InputMethodController.h     static PassOwnPtr<InputMethodController> create(LocalFrame&);
LocalFrame         97 Source/core/editing/InputMethodController.h     LocalFrame& m_frame;
LocalFrame        106 Source/core/editing/InputMethodController.h     explicit InputMethodController(LocalFrame&);
LocalFrame         82 Source/core/editing/RemoveFormatCommand.cpp     LocalFrame* frame = document().frame();
LocalFrame       1013 Source/core/editing/ReplaceSelectionCommand.cpp     if (LocalFrame* frame = document().frame())
LocalFrame        118 Source/core/editing/SpellCheckRequester.cpp SpellCheckRequester::SpellCheckRequester(LocalFrame& frame)
LocalFrame         41 Source/core/editing/SpellCheckRequester.h class LocalFrame;
LocalFrame         80 Source/core/editing/SpellCheckRequester.h     explicit SpellCheckRequester(LocalFrame&);
LocalFrame        111 Source/core/editing/SpellCheckRequester.h     LocalFrame& m_frame;
LocalFrame         63 Source/core/editing/SpellChecker.cpp PassOwnPtr<SpellChecker> SpellChecker::create(LocalFrame& frame)
LocalFrame         86 Source/core/editing/SpellChecker.cpp SpellChecker::SpellChecker(LocalFrame& frame)
LocalFrame        106 Source/core/editing/SpellChecker.cpp     for (LocalFrame* frame = m_frame.page()->mainFrame(); frame && frame->document(); frame = frame->tree().traverseNext()) {
LocalFrame         37 Source/core/editing/SpellChecker.h class LocalFrame;
LocalFrame         48 Source/core/editing/SpellChecker.h     static PassOwnPtr<SpellChecker> create(LocalFrame&);
LocalFrame         87 Source/core/editing/SpellChecker.h     LocalFrame& m_frame;
LocalFrame         90 Source/core/editing/SpellChecker.h     explicit SpellChecker(LocalFrame&);
LocalFrame        566 Source/core/editing/TextCheckingHelper.cpp bool unifiedTextCheckerEnabled(const LocalFrame* frame)
LocalFrame         31 Source/core/editing/TextCheckingHelper.h class LocalFrame;
LocalFrame        104 Source/core/editing/TextCheckingHelper.h bool unifiedTextCheckerEnabled(const LocalFrame*);
LocalFrame         43 Source/core/editing/TextInsertionBaseCommand.cpp void TextInsertionBaseCommand::applyTextInsertionCommand(LocalFrame* frame, PassRefPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection)
LocalFrame         43 Source/core/editing/TextInsertionBaseCommand.h     static void applyTextInsertionCommand(LocalFrame*, PassRefPtr<TextInsertionBaseCommand>, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection);
LocalFrame         97 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document.frame();
LocalFrame        115 Source/core/editing/TypingCommand.cpp         LocalFrame* frame = document.frame();
LocalFrame        135 Source/core/editing/TypingCommand.cpp         LocalFrame* frame = document.frame();
LocalFrame        147 Source/core/editing/TypingCommand.cpp void TypingCommand::updateSelectionIfDifferentFromCurrentSelection(TypingCommand* typingCommand, LocalFrame* frame)
LocalFrame        160 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document.frame();
LocalFrame        172 Source/core/editing/TypingCommand.cpp     RefPtr<LocalFrame> frame = document.frame();
LocalFrame        231 Source/core/editing/TypingCommand.cpp PassRefPtr<TypingCommand> TypingCommand::lastTypingCommandIfStillOpenForTyping(LocalFrame* frame)
LocalFrame        242 Source/core/editing/TypingCommand.cpp void TypingCommand::closeTyping(LocalFrame* frame)
LocalFrame        291 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
LocalFrame        316 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
LocalFrame        406 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
LocalFrame        510 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
LocalFrame         68 Source/core/editing/TypingCommand.h     static void closeTyping(LocalFrame*);
LocalFrame         97 Source/core/editing/TypingCommand.h     static PassRefPtr<TypingCommand> lastTypingCommandIfStillOpenForTyping(LocalFrame*);
LocalFrame        107 Source/core/editing/TypingCommand.h     static void updateSelectionIfDifferentFromCurrentSelection(TypingCommand*, LocalFrame*);
LocalFrame         70 Source/core/editing/UndoStack.cpp void UndoStack::didUnloadFrame(const LocalFrame& frame)
LocalFrame         77 Source/core/editing/UndoStack.cpp void UndoStack::filterOutUndoSteps(UndoStepStack& stack, const LocalFrame& frame)
LocalFrame         39 Source/core/editing/UndoStack.h class LocalFrame;
LocalFrame         50 Source/core/editing/UndoStack.h     void didUnloadFrame(const LocalFrame&);
LocalFrame         62 Source/core/editing/UndoStack.h     void filterOutUndoSteps(UndoStepStack&, const LocalFrame&);
LocalFrame         39 Source/core/editing/UndoStep.h class LocalFrame;
LocalFrame         45 Source/core/editing/UndoStep.h     virtual bool belongsTo(const LocalFrame&) const = 0;
LocalFrame        889 Source/core/editing/markup.cpp     LocalFrame* frame = node->document().frame();
LocalFrame         45 Source/core/events/MouseRelatedEvent.cpp     LocalFrame* frame = abstractView->frame();
LocalFrame         67 Source/core/events/MouseRelatedEvent.cpp     LocalFrame* frame = view() ? view()->frame() : 0;
LocalFrame        116 Source/core/events/MouseRelatedEvent.cpp     LocalFrame* frame = window->frame();
LocalFrame         42 Source/core/events/NavigatorEvents.cpp     LocalFrame* frame = navigator.frame();
LocalFrame         44 Source/core/fetch/FetchContext.h class LocalFrame;
LocalFrame        250 Source/core/fetch/ResourceFetcher.cpp LocalFrame* ResourceFetcher::frame() const
LocalFrame        261 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
LocalFrame        278 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* f = frame()) {
LocalFrame        428 Source/core/fetch/ResourceFetcher.cpp         if (LocalFrame* f = frame()) {
LocalFrame        431 Source/core/fetch/ResourceFetcher.cpp             LocalFrame* top = f->tree().top();
LocalFrame        436 Source/core/fetch/ResourceFetcher.cpp         if (LocalFrame* f = frame()) {
LocalFrame        437 Source/core/fetch/ResourceFetcher.cpp             LocalFrame* top = f->tree().top();
LocalFrame        616 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* f = frame())
LocalFrame        742 Source/core/fetch/ResourceFetcher.cpp         if (LocalFrame* parent = frame()->tree().parent())
LocalFrame       1224 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
LocalFrame       1243 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
LocalFrame       1274 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
LocalFrame         57 Source/core/fetch/ResourceFetcher.h class LocalFrame;
LocalFrame        113 Source/core/fetch/ResourceFetcher.h     LocalFrame* frame() const; // Can be null
LocalFrame         58 Source/core/fetch/ResourceFetcherTest.cpp     EXPECT_EQ(fetcher->frame(), static_cast<LocalFrame*>(0));
LocalFrame         41 Source/core/fetch/ResourceLoaderHost.h class LocalFrame;
LocalFrame         38 Source/core/frame/BarProp.cpp BarProp::BarProp(LocalFrame* frame, Type type)
LocalFrame         40 Source/core/frame/BarProp.h     class LocalFrame;
LocalFrame         46 Source/core/frame/BarProp.h         static PassRefPtrWillBeRawPtr<BarProp> create(LocalFrame* frame, Type type)
LocalFrame         56 Source/core/frame/BarProp.h         BarProp(LocalFrame*, Type);
LocalFrame         49 Source/core/frame/Console.cpp Console::Console(LocalFrame* frame)
LocalFrame         43 Source/core/frame/Console.h class LocalFrame;
LocalFrame         50 Source/core/frame/Console.h     static PassRefPtrWillBeRawPtr<Console> create(LocalFrame* frame)
LocalFrame         65 Source/core/frame/Console.h     explicit Console(LocalFrame*);
LocalFrame        240 Source/core/frame/DOMWindow.cpp     LocalFrame* frame = window->frame();
LocalFrame        257 Source/core/frame/DOMWindow.cpp FloatRect DOMWindow::adjustWindowRect(LocalFrame& frame, const FloatRect& pendingChanges)
LocalFrame        299 Source/core/frame/DOMWindow.cpp bool DOMWindow::allowPopUp(LocalFrame& firstFrame)
LocalFrame        313 Source/core/frame/DOMWindow.cpp bool DOMWindow::canShowModalDialog(const LocalFrame* frame)
LocalFrame        323 Source/core/frame/DOMWindow.cpp bool DOMWindow::canShowModalDialogNow(const LocalFrame* frame)
LocalFrame        333 Source/core/frame/DOMWindow.cpp DOMWindow::DOMWindow(LocalFrame& frame)
LocalFrame       1054 Source/core/frame/DOMWindow.cpp     RefPtr<LocalFrame> protectFrame(m_frame);
LocalFrame       1103 Source/core/frame/DOMWindow.cpp     if (LocalFrame* parent = m_frame->tree().parent())
LocalFrame       1119 Source/core/frame/DOMWindow.cpp     if (LocalFrame* parent = m_frame->tree().parent())
LocalFrame       1255 Source/core/frame/DOMWindow.cpp     LocalFrame* opener = m_frame->loader().opener();
LocalFrame       1267 Source/core/frame/DOMWindow.cpp     LocalFrame* parent = m_frame->tree().parent();
LocalFrame       1649 Source/core/frame/DOMWindow.cpp     LocalFrame* firstFrame = enteredWindow->frame();
LocalFrame       1775 Source/core/frame/DOMWindow.cpp     LocalFrame* firstFrame = enteredWindow->frame();
LocalFrame       1788 Source/core/frame/DOMWindow.cpp     LocalFrame* targetFrame = 0;
LocalFrame       1792 Source/core/frame/DOMWindow.cpp         if (LocalFrame* parent = m_frame->tree().parent())
LocalFrame       1820 Source/core/frame/DOMWindow.cpp     LocalFrame* result = createWindow(urlString, frameName, windowFeatures, *callingWindow, *firstFrame, *m_frame);
LocalFrame       1829 Source/core/frame/DOMWindow.cpp     LocalFrame* activeFrame = callingWindow->frame();
LocalFrame       1832 Source/core/frame/DOMWindow.cpp     LocalFrame* firstFrame = enteredWindow->frame();
LocalFrame       1842 Source/core/frame/DOMWindow.cpp     LocalFrame* dialogFrame = createWindow(urlString, emptyAtom, windowFeatures,
LocalFrame       1852 Source/core/frame/DOMWindow.cpp     LocalFrame* frame = this->frame();
LocalFrame       1856 Source/core/frame/DOMWindow.cpp     LocalFrame* child = frame->tree().scopedChild(index);
LocalFrame         61 Source/core/frame/DOMWindow.h     class LocalFrame;
LocalFrame         99 Source/core/frame/DOMWindow.h         static PassRefPtrWillBeRawPtr<DOMWindow> create(LocalFrame& frame)
LocalFrame        121 Source/core/frame/DOMWindow.h         static FloatRect adjustWindowRect(LocalFrame&, const FloatRect& pendingChanges);
LocalFrame        124 Source/core/frame/DOMWindow.h         static bool allowPopUp(LocalFrame& firstFrame);
LocalFrame        125 Source/core/frame/DOMWindow.h         static bool canShowModalDialog(const LocalFrame*);
LocalFrame        126 Source/core/frame/DOMWindow.h         static bool canShowModalDialogNow(const LocalFrame*);
LocalFrame        335 Source/core/frame/DOMWindow.h         explicit DOMWindow(LocalFrame&);
LocalFrame         36 Source/core/frame/DOMWindowProperty.cpp DOMWindowProperty::DOMWindowProperty(LocalFrame* frame)
LocalFrame         32 Source/core/frame/DOMWindowProperty.h class LocalFrame;
LocalFrame         36 Source/core/frame/DOMWindowProperty.h     explicit DOMWindowProperty(LocalFrame*);
LocalFrame         41 Source/core/frame/DOMWindowProperty.h     LocalFrame* frame() const { return m_frame; }
LocalFrame         46 Source/core/frame/DOMWindowProperty.h     LocalFrame* m_frame;
LocalFrame         33 Source/core/frame/FrameDestructionObserver.cpp FrameDestructionObserver::FrameDestructionObserver(LocalFrame* frame)
LocalFrame         45 Source/core/frame/FrameDestructionObserver.cpp void FrameDestructionObserver::observeFrame(LocalFrame* frame)
LocalFrame         31 Source/core/frame/FrameDestructionObserver.h class LocalFrame;
LocalFrame         35 Source/core/frame/FrameDestructionObserver.h     explicit FrameDestructionObserver(LocalFrame*);
LocalFrame         40 Source/core/frame/FrameDestructionObserver.h     LocalFrame* frame() const { return m_frame; }
LocalFrame         44 Source/core/frame/FrameDestructionObserver.h     void observeFrame(LocalFrame*);
LocalFrame         46 Source/core/frame/FrameDestructionObserver.h     LocalFrame* m_frame;
LocalFrame        131 Source/core/frame/FrameView.cpp FrameView::FrameView(LocalFrame* frame)
LocalFrame        169 Source/core/frame/FrameView.cpp PassRefPtr<FrameView> FrameView::create(LocalFrame* frame)
LocalFrame        176 Source/core/frame/FrameView.cpp PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize)
LocalFrame        374 Source/core/frame/FrameView.cpp             for (LocalFrame* frame = m_frame.get(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        424 Source/core/frame/FrameView.cpp bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame)
LocalFrame        464 Source/core/frame/FrameView.cpp     LocalFrame* customScrollbarFrame = 0;
LocalFrame       1415 Source/core/frame/FrameView.cpp     for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame       1985 Source/core/frame/FrameView.cpp     for (LocalFrame* frame = m_frame.get(); frame; frame = frame->tree().traverseNext(m_frame.get())) {
LocalFrame       2669 Source/core/frame/FrameView.cpp     if (LocalFrame* parentFrame = m_frame->tree().parent())
LocalFrame       2877 Source/core/frame/FrameView.cpp     for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame       3119 Source/core/frame/FrameView.cpp     for (LocalFrame* frame = m_frame->tree().top(); frame; frame = frame->tree().traverseNext()) {
LocalFrame         45 Source/core/frame/FrameView.h class LocalFrame;
LocalFrame         64 Source/core/frame/FrameView.h     static PassRefPtr<FrameView> create(LocalFrame*);
LocalFrame         65 Source/core/frame/FrameView.h     static PassRefPtr<FrameView> create(LocalFrame*, const IntSize& initialSize);
LocalFrame         76 Source/core/frame/FrameView.h     LocalFrame& frame() const { return *m_frame; }
LocalFrame        342 Source/core/frame/FrameView.h     explicit FrameView(LocalFrame*);
LocalFrame        402 Source/core/frame/FrameView.h     bool shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame);
LocalFrame        434 Source/core/frame/FrameView.h     RefPtr<LocalFrame> m_frame;
LocalFrame         45 Source/core/frame/History.cpp History::History(LocalFrame* frame)
LocalFrame         40 Source/core/frame/History.h class LocalFrame;
LocalFrame         47 Source/core/frame/History.h     static PassRefPtrWillBeRawPtr<History> create(LocalFrame* frame)
LocalFrame         67 Source/core/frame/History.h     explicit History(LocalFrame*);
LocalFrame         73 Source/core/frame/LocalFrame.cpp static inline float parentPageZoomFactor(LocalFrame* frame)
LocalFrame         75 Source/core/frame/LocalFrame.cpp     LocalFrame* parent = frame->tree().parent();
LocalFrame         81 Source/core/frame/LocalFrame.cpp static inline float parentTextZoomFactor(LocalFrame* frame)
LocalFrame         83 Source/core/frame/LocalFrame.cpp     LocalFrame* parent = frame->tree().parent();
LocalFrame         89 Source/core/frame/LocalFrame.cpp inline LocalFrame::LocalFrame(FrameLoaderClient* client, FrameHost* host, HTMLFrameOwnerElement* ownerElement)
LocalFrame        107 Source/core/frame/LocalFrame.cpp PassRefPtr<LocalFrame> LocalFrame::create(FrameLoaderClient* client, FrameHost* host, HTMLFrameOwnerElement* ownerElement)
LocalFrame        109 Source/core/frame/LocalFrame.cpp     RefPtr<LocalFrame> frame = adoptRef(new LocalFrame(client, host, ownerElement));
LocalFrame        116 Source/core/frame/LocalFrame.cpp LocalFrame::~LocalFrame()
LocalFrame        123 Source/core/frame/LocalFrame.cpp bool LocalFrame::inScope(TreeScope* scope) const
LocalFrame        135 Source/core/frame/LocalFrame.cpp void LocalFrame::setView(PassRefPtr<FrameView> view)
LocalFrame        159 Source/core/frame/LocalFrame.cpp void LocalFrame::sendOrientationChangeEvent(int orientation)
LocalFrame        169 Source/core/frame/LocalFrame.cpp void LocalFrame::setPrinting(bool printing, const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkRatio)
LocalFrame        187 Source/core/frame/LocalFrame.cpp     for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        191 Source/core/frame/LocalFrame.cpp bool LocalFrame::shouldUsePrintingLayout() const
LocalFrame        198 Source/core/frame/LocalFrame.cpp FloatSize LocalFrame::resizePageRectsKeepingRatio(const FloatSize& originalSize, const FloatSize& expectedSize)
LocalFrame        218 Source/core/frame/LocalFrame.cpp void LocalFrame::setDOMWindow(PassRefPtrWillBeRawPtr<DOMWindow> domWindow)
LocalFrame        226 Source/core/frame/LocalFrame.cpp void LocalFrame::didChangeVisibilityState()
LocalFrame        231 Source/core/frame/LocalFrame.cpp     Vector<RefPtr<LocalFrame> > childFrames;
LocalFrame        232 Source/core/frame/LocalFrame.cpp     for (LocalFrame* child = tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        239 Source/core/frame/LocalFrame.cpp void LocalFrame::willDetachFrameHost()
LocalFrame        244 Source/core/frame/LocalFrame.cpp     if (LocalFrame* parent = tree().parent())
LocalFrame        254 Source/core/frame/LocalFrame.cpp void LocalFrame::detachFromFrameHost()
LocalFrame        261 Source/core/frame/LocalFrame.cpp String LocalFrame::documentTypeString() const
LocalFrame        269 Source/core/frame/LocalFrame.cpp String LocalFrame::selectedText() const
LocalFrame        274 Source/core/frame/LocalFrame.cpp String LocalFrame::selectedTextForClipboard() const
LocalFrame        279 Source/core/frame/LocalFrame.cpp VisiblePosition LocalFrame::visiblePositionForPoint(const IntPoint& framePoint)
LocalFrame        294 Source/core/frame/LocalFrame.cpp Document* LocalFrame::documentAtPoint(const IntPoint& point)
LocalFrame        307 Source/core/frame/LocalFrame.cpp PassRefPtrWillBeRawPtr<Range> LocalFrame::rangeForPoint(const IntPoint& framePoint)
LocalFrame        331 Source/core/frame/LocalFrame.cpp void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent,
LocalFrame        375 Source/core/frame/LocalFrame.cpp void LocalFrame::countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial)
LocalFrame        394 Source/core/frame/LocalFrame.cpp String LocalFrame::layerTreeAsText(unsigned flags) const
LocalFrame        404 Source/core/frame/LocalFrame.cpp String LocalFrame::trackedRepaintRectsAsText() const
LocalFrame        411 Source/core/frame/LocalFrame.cpp void LocalFrame::setPageZoomFactor(float factor)
LocalFrame        416 Source/core/frame/LocalFrame.cpp void LocalFrame::setTextZoomFactor(float factor)
LocalFrame        421 Source/core/frame/LocalFrame.cpp void LocalFrame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor)
LocalFrame        453 Source/core/frame/LocalFrame.cpp     for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        460 Source/core/frame/LocalFrame.cpp void LocalFrame::deviceOrPageScaleFactorChanged()
LocalFrame        463 Source/core/frame/LocalFrame.cpp     for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        467 Source/core/frame/LocalFrame.cpp void LocalFrame::notifyChromeClientWheelEventHandlerCountChanged() const
LocalFrame        473 Source/core/frame/LocalFrame.cpp     for (const LocalFrame* frame = this; frame; frame = frame->tree().traverseNext()) {
LocalFrame        481 Source/core/frame/LocalFrame.cpp bool LocalFrame::isURLAllowed(const KURL& url) const
LocalFrame        488 Source/core/frame/LocalFrame.cpp     for (const LocalFrame* frame = this; frame; frame = frame->tree().parent()) {
LocalFrame        499 Source/core/frame/LocalFrame.cpp     ScopedFramePaintingState(LocalFrame* frame, Node* node)
LocalFrame        519 Source/core/frame/LocalFrame.cpp     LocalFrame* frame;
LocalFrame        525 Source/core/frame/LocalFrame.cpp PassOwnPtr<DragImage> LocalFrame::nodeImage(Node& node)
LocalFrame        567 Source/core/frame/LocalFrame.cpp PassOwnPtr<DragImage> LocalFrame::dragImageForSelection()
LocalFrame        596 Source/core/frame/LocalFrame.cpp double LocalFrame::devicePixelRatio() const
LocalFrame         59 Source/core/frame/LocalFrame.h     class LocalFrame : public Frame {
LocalFrame         61 Source/core/frame/LocalFrame.h         static PassRefPtr<LocalFrame> create(FrameLoaderClient*, FrameHost*, HTMLFrameOwnerElement*);
LocalFrame         71 Source/core/frame/LocalFrame.h         virtual ~LocalFrame();
LocalFrame        144 Source/core/frame/LocalFrame.h         LocalFrame(FrameLoaderClient*, FrameHost*, HTMLFrameOwnerElement*);
LocalFrame        167 Source/core/frame/LocalFrame.h     inline void LocalFrame::init()
LocalFrame        172 Source/core/frame/LocalFrame.h     inline FrameLoader& LocalFrame::loader() const
LocalFrame        177 Source/core/frame/LocalFrame.h     inline NavigationScheduler& LocalFrame::navigationScheduler() const
LocalFrame        182 Source/core/frame/LocalFrame.h     inline FrameView* LocalFrame::view() const
LocalFrame        187 Source/core/frame/LocalFrame.h     inline ScriptController& LocalFrame::script()
LocalFrame        192 Source/core/frame/LocalFrame.h     inline FrameSelection& LocalFrame::selection() const
LocalFrame        197 Source/core/frame/LocalFrame.h     inline Editor& LocalFrame::editor() const
LocalFrame        202 Source/core/frame/LocalFrame.h     inline SpellChecker& LocalFrame::spellChecker() const
LocalFrame        207 Source/core/frame/LocalFrame.h     inline InputMethodController& LocalFrame::inputMethodController() const
LocalFrame        212 Source/core/frame/LocalFrame.h     inline bool LocalFrame::inViewSourceMode() const
LocalFrame        217 Source/core/frame/LocalFrame.h     inline void LocalFrame::setInViewSourceMode(bool mode)
LocalFrame        222 Source/core/frame/LocalFrame.h     inline FrameTree& LocalFrame::tree() const
LocalFrame        227 Source/core/frame/LocalFrame.h     inline EventHandler& LocalFrame::eventHandler() const
LocalFrame        233 Source/core/frame/LocalFrame.h     DEFINE_TYPE_CASTS(LocalFrame, Frame, localFrame, localFrame->isLocalFrame(), localFrame.isLocalFrame());
LocalFrame         44 Source/core/frame/Location.cpp Location::Location(LocalFrame* frame)
LocalFrame        123 Source/core/frame/Location.cpp     for (LocalFrame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent())
LocalFrame        245 Source/core/frame/Location.cpp     LocalFrame* frame = m_frame->loader().findFrameForNavigation(nullAtom, callingWindow->document());
LocalFrame         43 Source/core/frame/Location.h class LocalFrame;
LocalFrame         48 Source/core/frame/Location.h     static PassRefPtrWillBeRawPtr<Location> create(LocalFrame* frame)
LocalFrame         81 Source/core/frame/Location.h     explicit Location(LocalFrame*);
LocalFrame         51 Source/core/frame/Navigator.cpp Navigator::Navigator(LocalFrame* frame)
LocalFrame         37 Source/core/frame/Navigator.h class LocalFrame;
LocalFrame         45 Source/core/frame/Navigator.h     static PassRefPtrWillBeRawPtr<Navigator> create(LocalFrame* frame)
LocalFrame         70 Source/core/frame/Navigator.h     explicit Navigator(LocalFrame*);
LocalFrame        275 Source/core/frame/PinchViewport.cpp     LocalFrame* frame = m_frameHost.page().mainFrame();
LocalFrame        285 Source/core/frame/PinchViewport.cpp     LocalFrame* frame = m_frameHost.page().mainFrame();
LocalFrame         43 Source/core/frame/Screen.cpp Screen::Screen(LocalFrame* frame)
LocalFrame         43 Source/core/frame/Screen.h     class LocalFrame;
LocalFrame         49 Source/core/frame/Screen.h         static PassRefPtrWillBeRawPtr<Screen> create(LocalFrame* frame)
LocalFrame         70 Source/core/frame/Screen.h         explicit Screen(LocalFrame*);
LocalFrame         93 Source/core/frame/SmartClip.cpp SmartClip::SmartClip(PassRefPtr<LocalFrame> frame)
LocalFrame         67 Source/core/frame/SmartClip.h     explicit SmartClip(PassRefPtr<LocalFrame>);
LocalFrame         81 Source/core/frame/SmartClip.h     RefPtr<LocalFrame> m_frame;
LocalFrame         90 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkAncestors(SourceListDirective* directive, LocalFrame* frame) const
LocalFrame         95 Source/core/frame/csp/CSPDirectiveList.cpp     for (LocalFrame* current = frame->tree().parent(); current; current = current->tree().parent()) {
LocalFrame        213 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkAncestorsAndReportViolation(SourceListDirective* directive, LocalFrame* frame) const
LocalFrame        357 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) const
LocalFrame         52 Source/core/frame/csp/CSPDirectiveList.h     bool allowAncestors(LocalFrame*, ContentSecurityPolicy::ReportingStatus) const;
LocalFrame         92 Source/core/frame/csp/CSPDirectiveList.h     bool checkAncestors(SourceListDirective*, LocalFrame*) const;
LocalFrame        101 Source/core/frame/csp/CSPDirectiveList.h     bool checkAncestorsAndReportViolation(SourceListDirective*, LocalFrame*) const;
LocalFrame        293 Source/core/frame/csp/ContentSecurityPolicy.cpp template<bool (CSPDirectiveList::*allowed)(LocalFrame*, ContentSecurityPolicy::ReportingStatus) const>
LocalFrame        294 Source/core/frame/csp/ContentSecurityPolicy.cpp bool isAllowedByAllWithFrame(const CSPDirectiveListVector& policies, LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus)
LocalFrame        478 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) const
LocalFrame        609 Source/core/frame/csp/ContentSecurityPolicy.cpp     LocalFrame* frame = document->frame();
LocalFrame        123 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowAncestors(LocalFrame*, ReportingStatus = SendReport) const;
LocalFrame        415 Source/core/html/HTMLAnchorElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        675 Source/core/html/HTMLAnchorElement.cpp     LocalFrame* frame = document.frame();
LocalFrame        122 Source/core/html/HTMLAppletElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        202 Source/core/html/HTMLBodyElement.cpp     LocalFrame* frame = document->frame();
LocalFrame        260 Source/core/html/HTMLBodyElement.cpp     LocalFrame* frame = document.frame();
LocalFrame        306 Source/core/html/HTMLBodyElement.cpp     LocalFrame* frame = document.frame();
LocalFrame        112 Source/core/html/HTMLCanvasElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        203 Source/core/html/HTMLDocument.cpp     if (LocalFrame* f = frame())
LocalFrame        212 Source/core/html/HTMLDocument.cpp     if (LocalFrame* f = frame())
LocalFrame        161 Source/core/html/HTMLEmbedElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        286 Source/core/html/HTMLFormElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        330 Source/core/html/HTMLFormElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        389 Source/core/html/HTMLFormElement.cpp     LocalFrame* targetFrame = document().frame()->loader().findFrameForNavigation(submission->target(), submission->state()->sourceDocument());
LocalFrame        408 Source/core/html/HTMLFormElement.cpp     LocalFrame* frame = document().frame();
LocalFrame         65 Source/core/html/HTMLFrameElementBase.cpp     LocalFrame* parentFrame = document().frame();
LocalFrame         80 Source/core/html/HTMLFrameElementBase.cpp     LocalFrame* parentFrame = document().frame();
LocalFrame        217 Source/core/html/HTMLFrameOwnerElement.cpp     RefPtr<LocalFrame> parentFrame = document().frame();
LocalFrame        233 Source/core/html/HTMLFrameOwnerElement.cpp     RefPtr<LocalFrame> childFrame = parentFrame->loader().client()->createFrame(url, frameName, Referrer(referrer, document().referrerPolicy()), this);
LocalFrame        373 Source/core/html/HTMLInputElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        652 Source/core/html/HTMLLinkElement.cpp             LocalFrame* frame = loadingFrame();
LocalFrame        804 Source/core/html/HTMLMediaElement.cpp     LocalFrame* frame = document().frame();
LocalFrame       1309 Source/core/html/HTMLMediaElement.cpp     LocalFrame* frame = document().frame();
LocalFrame       2073 Source/core/html/HTMLMediaElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        195 Source/core/html/HTMLPlugInElement.cpp         if (LocalFrame* frame = document().frame())
LocalFrame        250 Source/core/html/HTMLPlugInElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        383 Source/core/html/HTMLPlugInElement.cpp     if (LocalFrame* frame = document().frame()) {
LocalFrame        459 Source/core/html/HTMLPlugInElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        527 Source/core/html/HTMLPlugInElement.cpp     LocalFrame* frame = document().frame();
LocalFrame       1369 Source/core/html/HTMLSelectElement.cpp             if (LocalFrame* frame = document().frame())
LocalFrame        267 Source/core/html/HTMLTextAreaElement.cpp     if (LocalFrame* frame = document().frame())
LocalFrame        307 Source/core/html/HTMLTextFormControlElement.cpp     if (LocalFrame* frame = document().frame())
LocalFrame        347 Source/core/html/HTMLTextFormControlElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        366 Source/core/html/HTMLTextFormControlElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        405 Source/core/html/HTMLTextFormControlElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        478 Source/core/html/HTMLTextFormControlElement.cpp     if (LocalFrame* frame = document().frame()) {
LocalFrame        103 Source/core/html/ImageDocument.cpp     LocalFrame* frame = document->frame();
LocalFrame        126 Source/core/html/ImageDocument.cpp     LocalFrame* frame = document()->frame();
LocalFrame         56 Source/core/html/LinkResource.cpp LocalFrame* LinkResource::loadingFrame() const
LocalFrame         54 Source/core/html/LinkResource.h     LocalFrame* loadingFrame() const;
LocalFrame         79 Source/core/html/PluginDocument.cpp     LocalFrame* frame = document()->frame();
LocalFrame         64 Source/core/html/canvas/WebGLRenderingContext.cpp     LocalFrame* frame = document.frame();
LocalFrame       4149 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (LocalFrame* frame = canvas()->document().frame())
LocalFrame       5363 Source/core/html/canvas/WebGLRenderingContextBase.cpp     LocalFrame* frame = canvas()->document().frame();
LocalFrame         88 Source/core/html/ime/InputMethodContext.cpp     LocalFrame* frame = m_element->document().frame();
LocalFrame         39 Source/core/html/imports/HTMLImport.cpp LocalFrame* HTMLImport::frame()
LocalFrame         42 Source/core/html/imports/HTMLImport.h class LocalFrame;
LocalFrame        112 Source/core/html/imports/HTMLImport.h     LocalFrame* frame();
LocalFrame        164 Source/core/html/imports/HTMLImportsController.cpp     if (LocalFrame* frame = m_master->frame())
LocalFrame        595 Source/core/html/parser/HTMLConstructionSite.cpp     if (LocalFrame* frame = m_document->frame())
LocalFrame         39 Source/core/html/parser/HTMLParserOptions.cpp     LocalFrame* frame = document ? document->frame() : 0;
LocalFrame         40 Source/core/html/parser/HTMLScriptRunner.h class LocalFrame;
LocalFrame         69 Source/core/html/parser/HTMLScriptRunner.h     LocalFrame* frame() const;
LocalFrame         47 Source/core/html/parser/HTMLTreeBuilder.h class LocalFrame;
LocalFrame        104 Source/core/html/parser/XSSAuditorDelegate.cpp     RefPtr<LocalFrame> protect(m_document->frame());
LocalFrame         57 Source/core/html/shadow/ClearButtonElement.cpp         if (LocalFrame* frame = document().frame())
LocalFrame         68 Source/core/html/shadow/ClearButtonElement.cpp     if (LocalFrame* frame = document().frame()) {
LocalFrame         90 Source/core/html/shadow/ClearButtonElement.cpp             if (LocalFrame* frame = document().frame()) {
LocalFrame        100 Source/core/html/shadow/ClearButtonElement.cpp             if (LocalFrame* frame = document().frame()) {
LocalFrame        309 Source/core/html/shadow/SliderThumbElement.cpp     if (LocalFrame* frame = document().frame()) {
LocalFrame        320 Source/core/html/shadow/SliderThumbElement.cpp     if (LocalFrame* frame = document().frame())
LocalFrame        388 Source/core/html/shadow/SliderThumbElement.cpp         if (LocalFrame* frame = document().frame())
LocalFrame        118 Source/core/html/shadow/SpinButtonElement.cpp                 if (LocalFrame* frame = document().frame()) {
LocalFrame        194 Source/core/html/shadow/SpinButtonElement.cpp         if (LocalFrame* frame = document().frame()) {
LocalFrame        216 Source/core/html/shadow/TextControlInnerElements.cpp         if (LocalFrame* frame = document().frame())
LocalFrame        305 Source/core/html/shadow/TextControlInnerElements.cpp             if (LocalFrame* frame = document().frame()) {
LocalFrame        318 Source/core/html/shadow/TextControlInnerElements.cpp             if (LocalFrame* frame = document().frame()) {
LocalFrame        417 Source/core/html/shadow/TextControlInnerElements.cpp         if (LocalFrame* frame = document().frame())
LocalFrame         79 Source/core/inspector/InspectorApplicationCacheAgent.cpp void InspectorApplicationCacheAgent::updateApplicationCacheStatus(LocalFrame* frame)
LocalFrame        102 Source/core/inspector/InspectorApplicationCacheAgent.cpp     LocalFrame* mainFrame = m_pageAgent->mainFrame();
LocalFrame        103 Source/core/inspector/InspectorApplicationCacheAgent.cpp     for (LocalFrame* frame = mainFrame; frame; frame = frame->tree().traverseNext(mainFrame)) {
LocalFrame        123 Source/core/inspector/InspectorApplicationCacheAgent.cpp     LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId);
LocalFrame         36 Source/core/inspector/InspectorApplicationCacheAgent.h class LocalFrame;
LocalFrame         58 Source/core/inspector/InspectorApplicationCacheAgent.h     void updateApplicationCacheStatus(LocalFrame*);
LocalFrame        927 Source/core/inspector/InspectorCSSAgent.cpp     LocalFrame* frame = m_pageAgent->frameForId(frameId);
LocalFrame        137 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
LocalFrame        147 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
LocalFrame        215 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = domWindow ? domWindow->frame() : 0;
LocalFrame        276 Source/core/inspector/InspectorCanvasAgent.cpp             LocalFrame* frame = node->document().frame();
LocalFrame        309 Source/core/inspector/InspectorCanvasAgent.cpp void InspectorCanvasAgent::didCommitLoad(LocalFrame*, DocumentLoader* loader)
LocalFrame        313 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = loader->frame();
LocalFrame        331 Source/core/inspector/InspectorCanvasAgent.cpp void InspectorCanvasAgent::frameDetachedFromParent(LocalFrame* frame)
LocalFrame         45 Source/core/inspector/InspectorCanvasAgent.h class LocalFrame;
LocalFrame         67 Source/core/inspector/InspectorCanvasAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame         68 Source/core/inspector/InspectorCanvasAgent.h     void frameDetachedFromParent(LocalFrame*);
LocalFrame         46 Source/core/inspector/InspectorClient.cpp     LocalFrame* frame = frontendPage->mainFrame();
LocalFrame        260 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
LocalFrame        275 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::didReceiveResourceResponse(LocalFrame*, unsigned long requestIdentifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
LocalFrame         46 Source/core/inspector/InspectorConsoleAgent.h class LocalFrame;
LocalFrame         95 Source/core/inspector/InspectorConsoleAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame         98 Source/core/inspector/InspectorConsoleAgent.h     void didReceiveResourceResponse(LocalFrame*, unsigned long requestIdentifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
LocalFrame        198 Source/core/inspector/InspectorController.cpp void InspectorController::didClearWindowObjectInMainWorld(LocalFrame* frame)
LocalFrame        310 Source/core/inspector/InspectorController.cpp     LocalFrame* frame = document->frame();
LocalFrame        345 Source/core/inspector/InspectorController.cpp bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
LocalFrame        354 Source/core/inspector/InspectorController.cpp bool InspectorController::handleMouseEvent(LocalFrame* frame, const PlatformMouseEvent& event)
LocalFrame        371 Source/core/inspector/InspectorController.cpp bool InspectorController::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
LocalFrame        380 Source/core/inspector/InspectorController.cpp bool InspectorController::handleKeyboardEvent(LocalFrame* frame, const PlatformKeyboardEvent& event)
LocalFrame         44 Source/core/inspector/InspectorController.h class LocalFrame;
LocalFrame         88 Source/core/inspector/InspectorController.h     void didClearWindowObjectInMainWorld(LocalFrame*);
LocalFrame        107 Source/core/inspector/InspectorController.h     bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
LocalFrame        108 Source/core/inspector/InspectorController.h     bool handleMouseEvent(LocalFrame*, const PlatformMouseEvent&);
LocalFrame        109 Source/core/inspector/InspectorController.h     bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
LocalFrame        110 Source/core/inspector/InspectorController.h     bool handleKeyboardEvent(LocalFrame*, const PlatformKeyboardEvent&);
LocalFrame        149 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForPoint(LocalFrame* frame, const IntPoint& point, bool ignorePointerEventsNone)
LocalFrame        163 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformGestureEvent& event, bool ignorePointerEventsNone)
LocalFrame        168 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformMouseEvent& event, bool ignorePointerEventsNone)
LocalFrame        173 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformTouchEvent& event, bool ignorePointerEventsNone)
LocalFrame        284 Source/core/inspector/InspectorDOMAgent.cpp     for (LocalFrame* frame = m_document->frame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame       1109 Source/core/inspector/InspectorDOMAgent.cpp bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
LocalFrame       1122 Source/core/inspector/InspectorDOMAgent.cpp bool InspectorDOMAgent::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
LocalFrame       1152 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::handleMouseMove(LocalFrame* frame, const PlatformMouseEvent& event)
LocalFrame       1282 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* frame = m_pageAgent->frameForId(frameId);
LocalFrame       1407 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* frame = node->document().frame();
LocalFrame       1536 Source/core/inspector/InspectorDOMAgent.cpp             LocalFrame* frame = (frameOwner->contentFrame() && frameOwner->contentFrame()->isLocalFrame()) ? toLocalFrame(frameOwner->contentFrame()) : 0;
LocalFrame       1676 Source/core/inspector/InspectorDOMAgent.cpp             LocalFrame* frame = document.frame();
LocalFrame       1760 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::domContentLoadedEventFired(LocalFrame* frame)
LocalFrame       1771 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::invalidateFrameOwnerElement(LocalFrame* frame)
LocalFrame       1792 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
LocalFrame       1797 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* mainFrame = frame->page()->mainFrame();
LocalFrame       1960 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::frameDocumentUpdated(LocalFrame* frame)
LocalFrame       2102 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* frame = document ? document->frame() : 0;
LocalFrame        161 Source/core/inspector/InspectorDOMAgent.h     void domContentLoadedEventFired(LocalFrame*);
LocalFrame        162 Source/core/inspector/InspectorDOMAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame        174 Source/core/inspector/InspectorDOMAgent.h     void frameDocumentUpdated(LocalFrame*);
LocalFrame        188 Source/core/inspector/InspectorDOMAgent.h     bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
LocalFrame        189 Source/core/inspector/InspectorDOMAgent.h     bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
LocalFrame        190 Source/core/inspector/InspectorDOMAgent.h     void handleMouseMove(LocalFrame*, const PlatformMouseEvent&);
LocalFrame        228 Source/core/inspector/InspectorDOMAgent.h     void invalidateFrameOwnerElement(LocalFrame*);
LocalFrame        111 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame;
LocalFrame        143 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame;
LocalFrame        157 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame;
LocalFrame        193 Source/core/inspector/InspectorDOMStorageAgent.cpp PassOwnPtrWillBeRawPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, LocalFrame*& targetFrame)
LocalFrame        206 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin);
LocalFrame         39 Source/core/inspector/InspectorDOMStorageAgent.h class LocalFrame;
LocalFrame         75 Source/core/inspector/InspectorDOMStorageAgent.h     PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&);
LocalFrame        276 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
LocalFrame        281 Source/core/inspector/InspectorDebuggerAgent.cpp PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
LocalFrame         99 Source/core/inspector/InspectorDebuggerAgent.h     String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
LocalFrame        100 Source/core/inspector/InspectorDebuggerAgent.h     PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
LocalFrame         69 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
LocalFrame        106 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
LocalFrame        136 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::domContentLoadedEventFired(LocalFrame* frame)
LocalFrame         42 Source/core/inspector/InspectorInspectorAgent.h class LocalFrame;
LocalFrame         70 Source/core/inspector/InspectorInspectorAgent.h     void didClearWindowObjectInMainWorld(LocalFrame*);
LocalFrame         72 Source/core/inspector/InspectorInspectorAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame         73 Source/core/inspector/InspectorInspectorAgent.h     void domContentLoadedEventFired(LocalFrame*);
LocalFrame         98 Source/core/inspector/InspectorInstrumentation.cpp void didReceiveResourceResponseButCanceledImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
LocalFrame        103 Source/core/inspector/InspectorInstrumentation.cpp void continueAfterXFrameOptionsDeniedImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
LocalFrame        108 Source/core/inspector/InspectorInstrumentation.cpp void continueWithPolicyDownloadImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
LocalFrame        113 Source/core/inspector/InspectorInstrumentation.cpp void continueWithPolicyIgnoreImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
LocalFrame        137 Source/core/inspector/InspectorInstrumentation.cpp PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const ScriptSourceCode& sourceCode)
LocalFrame        144 Source/core/inspector/InspectorInstrumentation.cpp String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const String& source, const String& url, const String& functionName)
LocalFrame        109 Source/core/inspector/InspectorInstrumentation.h InstrumentingAgents* instrumentingAgentsFor(LocalFrame*);
LocalFrame        152 Source/core/inspector/InspectorInstrumentation.h inline InstrumentingAgents* instrumentingAgentsFor(LocalFrame* frame)
LocalFrame         40 Source/core/inspector/InspectorInstrumentationCustomInl.h PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents*, LocalFrame*, const ScriptSourceCode&);
LocalFrame         41 Source/core/inspector/InspectorInstrumentationCustomInl.h String preprocessEventListenerImpl(InstrumentingAgents*, LocalFrame*, const String& source, const String& url, const String& functionName);
LocalFrame         47 Source/core/inspector/InspectorInstrumentationCustomInl.h inline bool isDebuggerPaused(LocalFrame* frame)
LocalFrame         63 Source/core/inspector/InspectorInstrumentationCustomInl.h inline String preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
LocalFrame         71 Source/core/inspector/InspectorInstrumentationCustomInl.h inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
LocalFrame        141 Source/core/inspector/InspectorOverlay.cpp     LocalFrame* containingFrame = node->document().frame();
LocalFrame        216 Source/core/inspector/InspectorOverlay.cpp     LocalFrame* containingFrame = node->document().frame();
LocalFrame        544 Source/core/inspector/InspectorOverlay.cpp         LocalFrame* containingFrame = node->document().frame();
LocalFrame        605 Source/core/inspector/InspectorOverlay.cpp     RefPtr<LocalFrame> frame = LocalFrame::create(dummyFrameLoaderClient, &m_overlayPage->frameHost(), 0);
LocalFrame        255 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
LocalFrame        264 Source/core/inspector/InspectorPageAgent.cpp Resource* InspectorPageAgent::cachedResource(LocalFrame* frame, const KURL& url)
LocalFrame        483 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = m_page->mainFrame();
LocalFrame        542 Source/core/inspector/InspectorPageAgent.cpp static Vector<Resource*> cachedResourcesForFrame(LocalFrame* frame)
LocalFrame        561 Source/core/inspector/InspectorPageAgent.cpp static Vector<HTMLImportChild*> importsForFrame(LocalFrame* frame)
LocalFrame        577 Source/core/inspector/InspectorPageAgent.cpp static Vector<KURL> allResourcesURLsForFrame(LocalFrame* frame)
LocalFrame        594 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext(mainFrame())) {
LocalFrame        614 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext(m_page->mainFrame()))
LocalFrame        625 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = assertFrame(errorString, frameId);
LocalFrame        651 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = frameForId(frameId);
LocalFrame        673 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = assertFrame(errorString, frameId);
LocalFrame        793 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = mainFrame();
LocalFrame        823 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
LocalFrame        844 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::domContentLoadedEventFired(LocalFrame* frame)
LocalFrame        851 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::loadEventFired(LocalFrame* frame)
LocalFrame        858 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::didCommitLoad(LocalFrame*, DocumentLoader* loader)
LocalFrame        872 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameAttachedToParent(LocalFrame* frame)
LocalFrame        877 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameDetachedFromParent(LocalFrame* frame)
LocalFrame        879 Source/core/inspector/InspectorPageAgent.cpp     HashMap<LocalFrame*, String>::iterator iterator = m_frameToIdentifier.find(frame);
LocalFrame        887 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::mainFrame()
LocalFrame        892 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::frameForId(const String& frameId)
LocalFrame        897 Source/core/inspector/InspectorPageAgent.cpp String InspectorPageAgent::frameId(LocalFrame* frame)
LocalFrame        910 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::hasIdForFrame(LocalFrame* frame) const
LocalFrame        927 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::findFrameWithSecurityOrigin(const String& originRawString)
LocalFrame        929 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        937 Source/core/inspector/InspectorPageAgent.cpp LocalFrame* InspectorPageAgent::assertFrame(ErrorString* errorString, const String& frameId)
LocalFrame        939 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = frameForId(frameId);
LocalFrame        951 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = mainFrame();
LocalFrame        971 Source/core/inspector/InspectorPageAgent.cpp DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, LocalFrame* frame)
LocalFrame        986 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameStartedLoading(LocalFrame* frame)
LocalFrame        991 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameStoppedLoading(LocalFrame* frame)
LocalFrame        996 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameScheduledNavigation(LocalFrame* frame, double delay)
LocalFrame       1001 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameClearedScheduledNavigation(LocalFrame* frame)
LocalFrame       1069 Source/core/inspector/InspectorPageAgent.cpp PassRefPtr<TypeBuilder::Page::Frame> InspectorPageAgent::buildObjectForFrame(LocalFrame* frame)
LocalFrame       1089 Source/core/inspector/InspectorPageAgent.cpp PassRefPtr<TypeBuilder::Page::FrameResourceTree> InspectorPageAgent::buildObjectForFrameTree(LocalFrame* frame)
LocalFrame       1123 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame       1222 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* mainFrame = m_page->mainFrame();
LocalFrame         46 Source/core/inspector/InspectorPageAgent.h class LocalFrame;
LocalFrame         86 Source/core/inspector/InspectorPageAgent.h     static PassRefPtr<SharedBuffer> resourceData(LocalFrame*, const KURL&, String* textEncodingName);
LocalFrame         87 Source/core/inspector/InspectorPageAgent.h     static Resource* cachedResource(LocalFrame*, const KURL&);
LocalFrame        118 Source/core/inspector/InspectorPageAgent.h     void didClearWindowObjectInMainWorld(LocalFrame*);
LocalFrame        119 Source/core/inspector/InspectorPageAgent.h     void domContentLoadedEventFired(LocalFrame*);
LocalFrame        120 Source/core/inspector/InspectorPageAgent.h     void loadEventFired(LocalFrame*);
LocalFrame        121 Source/core/inspector/InspectorPageAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame        122 Source/core/inspector/InspectorPageAgent.h     void frameAttachedToParent(LocalFrame*);
LocalFrame        123 Source/core/inspector/InspectorPageAgent.h     void frameDetachedFromParent(LocalFrame*);
LocalFrame        125 Source/core/inspector/InspectorPageAgent.h     void frameStartedLoading(LocalFrame*);
LocalFrame        126 Source/core/inspector/InspectorPageAgent.h     void frameStoppedLoading(LocalFrame*);
LocalFrame        127 Source/core/inspector/InspectorPageAgent.h     void frameScheduledNavigation(LocalFrame*, double delay);
LocalFrame        128 Source/core/inspector/InspectorPageAgent.h     void frameClearedScheduledNavigation(LocalFrame*);
LocalFrame        149 Source/core/inspector/InspectorPageAgent.h     LocalFrame* mainFrame();
LocalFrame        151 Source/core/inspector/InspectorPageAgent.h     LocalFrame* frameForId(const String& frameId);
LocalFrame        152 Source/core/inspector/InspectorPageAgent.h     String frameId(LocalFrame*);
LocalFrame        153 Source/core/inspector/InspectorPageAgent.h     bool hasIdForFrame(LocalFrame*) const;
LocalFrame        155 Source/core/inspector/InspectorPageAgent.h     LocalFrame* findFrameWithSecurityOrigin(const String& originRawString);
LocalFrame        156 Source/core/inspector/InspectorPageAgent.h     LocalFrame* assertFrame(ErrorString*, const String& frameId);
LocalFrame        160 Source/core/inspector/InspectorPageAgent.h     static DocumentLoader* assertDocumentLoader(ErrorString*, LocalFrame*);
LocalFrame        163 Source/core/inspector/InspectorPageAgent.h     static void resourceContent(ErrorString*, LocalFrame*, const KURL&, String* result, bool* base64Encoded);
LocalFrame        173 Source/core/inspector/InspectorPageAgent.h     PassRefPtr<TypeBuilder::Page::Frame> buildObjectForFrame(LocalFrame*);
LocalFrame        174 Source/core/inspector/InspectorPageAgent.h     PassRefPtr<TypeBuilder::Page::FrameResourceTree> buildObjectForFrameTree(LocalFrame*);
LocalFrame        185 Source/core/inspector/InspectorPageAgent.h     HashMap<LocalFrame*, String> m_frameToIdentifier;
LocalFrame        186 Source/core/inspector/InspectorPageAgent.h     HashMap<String, LocalFrame*> m_identifierToFrame;
LocalFrame        339 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
LocalFrame        384 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength)
LocalFrame        411 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didReceiveCORSRedirectResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
LocalFrame        718 Source/core/inspector/InspectorResourceAgent.cpp     for (LocalFrame* frame = m_pageAgent->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        725 Source/core/inspector/InspectorResourceAgent.cpp     LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId);
LocalFrame        766 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
LocalFrame        777 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::frameScheduledNavigation(LocalFrame* frame, double)
LocalFrame        783 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::frameClearedScheduledNavigation(LocalFrame* frame)
LocalFrame        788 Source/core/inspector/InspectorResourceAgent.cpp bool InspectorResourceAgent::fetchResourceContent(LocalFrame* frame, const KURL& url, String* content, bool* base64Encoded)
LocalFrame         52 Source/core/inspector/InspectorResourceAgent.h class LocalFrame;
LocalFrame         91 Source/core/inspector/InspectorResourceAgent.h     void didReceiveResourceResponse(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
LocalFrame         92 Source/core/inspector/InspectorResourceAgent.h     void didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
LocalFrame         94 Source/core/inspector/InspectorResourceAgent.h     void didReceiveCORSRedirectResponse(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
LocalFrame         96 Source/core/inspector/InspectorResourceAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame        114 Source/core/inspector/InspectorResourceAgent.h     void frameScheduledNavigation(LocalFrame*, double);
LocalFrame        115 Source/core/inspector/InspectorResourceAgent.h     void frameClearedScheduledNavigation(LocalFrame*);
LocalFrame        148 Source/core/inspector/InspectorResourceAgent.h     bool fetchResourceContent(LocalFrame*, const KURL&, String* content, bool* base64Encoded);
LocalFrame       1145 Source/core/inspector/InspectorStyleSheet.cpp     LocalFrame* frame = document ? document->frame() : 0;
LocalFrame        237 Source/core/inspector/InspectorTimelineAgent.cpp static LocalFrame* frameForExecutionContext(ExecutionContext* context)
LocalFrame        239 Source/core/inspector/InspectorTimelineAgent.cpp     LocalFrame* frame = 0;
LocalFrame        500 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didInvalidateLayout(LocalFrame* frame)
LocalFrame        505 Source/core/inspector/InspectorTimelineAgent.cpp bool InspectorTimelineAgent::willLayout(LocalFrame* frame)
LocalFrame        582 Source/core/inspector/InspectorTimelineAgent.cpp     LocalFrame* frame = renderer->frame();
LocalFrame        739 Source/core/inspector/InspectorTimelineAgent.cpp bool InspectorTimelineAgent::willEvaluateScript(LocalFrame* frame, const String& url, int lineNumber)
LocalFrame        761 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didReceiveData(LocalFrame* frame, unsigned long identifier, const char*, int, int encodedDataLength)
LocalFrame        767 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
LocalFrame        848 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::domContentLoadedEventFired(LocalFrame* frame)
LocalFrame        856 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::loadEventFired(LocalFrame* frame)
LocalFrame       1134 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::setFrameIdentifier(TimelineEvent* record, LocalFrame* frame)
LocalFrame       1211 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame)
LocalFrame       1231 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame, bool hasLowLevelDetails)
LocalFrame       1272 Source/core/inspector/InspectorTimelineAgent.cpp     LocalFrame* frame = renderer.frame();
LocalFrame         64 Source/core/inspector/InspectorTimelineAgent.h class LocalFrame;
LocalFrame        153 Source/core/inspector/InspectorTimelineAgent.h     void didInvalidateLayout(LocalFrame*);
LocalFrame        154 Source/core/inspector/InspectorTimelineAgent.h     bool willLayout(LocalFrame*);
LocalFrame        192 Source/core/inspector/InspectorTimelineAgent.h     bool willEvaluateScript(LocalFrame*, const String&, int);
LocalFrame        196 Source/core/inspector/InspectorTimelineAgent.h     void domContentLoadedEventFired(LocalFrame*);
LocalFrame        197 Source/core/inspector/InspectorTimelineAgent.h     void loadEventFired(LocalFrame*);
LocalFrame        206 Source/core/inspector/InspectorTimelineAgent.h     void didReceiveResourceResponse(LocalFrame*, unsigned long, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
LocalFrame        209 Source/core/inspector/InspectorTimelineAgent.h     void didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
LocalFrame        263 Source/core/inspector/InspectorTimelineAgent.h     void appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*);
LocalFrame        264 Source/core/inspector/InspectorTimelineAgent.h     void pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*, bool hasLowLevelDetails = false);
LocalFrame        268 Source/core/inspector/InspectorTimelineAgent.h     void setFrameIdentifier(TypeBuilder::Timeline::TimelineEvent* record, LocalFrame*);
LocalFrame        131 Source/core/inspector/PageDebuggerAgent.cpp void PageDebuggerAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
LocalFrame        144 Source/core/inspector/PageDebuggerAgent.cpp String PageDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
LocalFrame        151 Source/core/inspector/PageDebuggerAgent.cpp PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
LocalFrame        158 Source/core/inspector/PageDebuggerAgent.cpp void PageDebuggerAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
LocalFrame        160 Source/core/inspector/PageDebuggerAgent.cpp     LocalFrame* mainFrame = frame->page()->mainFrame();
LocalFrame         56 Source/core/inspector/PageDebuggerAgent.h     void didClearWindowObjectInMainWorld(LocalFrame*);
LocalFrame         57 Source/core/inspector/PageDebuggerAgent.h     String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
LocalFrame         58 Source/core/inspector/PageDebuggerAgent.h     PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
LocalFrame         59 Source/core/inspector/PageDebuggerAgent.h     void didCommitLoad(LocalFrame*, DocumentLoader*);
LocalFrame        116 Source/core/inspector/PageRuntimeAgent.cpp void PageRuntimeAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
LocalFrame        128 Source/core/inspector/PageRuntimeAgent.cpp void PageRuntimeAgent::didCreateIsolatedContext(LocalFrame* frame, ScriptState* scriptState, SecurityOrigin* origin)
LocalFrame        165 Source/core/inspector/PageRuntimeAgent.cpp     for (LocalFrame* frame = m_inspectedPage->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame         59 Source/core/inspector/PageRuntimeAgent.h     void didClearWindowObjectInMainWorld(LocalFrame*);
LocalFrame         60 Source/core/inspector/PageRuntimeAgent.h     void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
LocalFrame         33 Source/core/loader/DocumentLoadTiming.h class LocalFrame;
LocalFrame         73 Source/core/loader/DocumentLoader.cpp DocumentLoader::DocumentLoader(LocalFrame* frame, const ResourceRequest& req, const SubstituteData& substituteData)
LocalFrame        174 Source/core/loader/DocumentLoader.cpp     RefPtr<LocalFrame> protectFrame(m_frame);
LocalFrame        377 Source/core/loader/DocumentLoader.cpp         LocalFrame* top = m_frame->tree().top();
LocalFrame        524 Source/core/loader/DocumentLoader.cpp     RefPtr<LocalFrame> protectFrame(m_frame);
LocalFrame        563 Source/core/loader/DocumentLoader.cpp     RefPtr<LocalFrame> protectFrame(m_frame);
LocalFrame        777 Source/core/loader/DocumentLoader.cpp PassRefPtr<DocumentWriter> DocumentLoader::createWriterFor(LocalFrame* frame, const Document* ownerDocument, const KURL& url, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch)
LocalFrame         61 Source/core/loader/DocumentLoader.h     class LocalFrame;
LocalFrame         71 Source/core/loader/DocumentLoader.h         static PassRefPtr<DocumentLoader> create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
LocalFrame         77 Source/core/loader/DocumentLoader.h         LocalFrame* frame() const { return m_frame; }
LocalFrame        141 Source/core/loader/DocumentLoader.h         DocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&);
LocalFrame        146 Source/core/loader/DocumentLoader.h         static PassRefPtr<DocumentWriter> createWriterFor(LocalFrame*, const Document* ownerDocument, const KURL&, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch);
LocalFrame        181 Source/core/loader/DocumentLoader.h         LocalFrame* m_frame;
LocalFrame        103 Source/core/loader/DocumentWriter.cpp     RefPtr<LocalFrame> protector(m_document->frame());
LocalFrame         40 Source/core/loader/DocumentWriter.h class LocalFrame;
LocalFrame         79 Source/core/loader/EmptyClients.cpp PassRefPtr<PopupMenu> EmptyChromeClient::createPopupMenu(LocalFrame&, PopupMenuClient*) const
LocalFrame         98 Source/core/loader/EmptyClients.cpp void EmptyChromeClient::runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>)
LocalFrame        120 Source/core/loader/EmptyClients.cpp PassRefPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& substituteData)
LocalFrame        125 Source/core/loader/EmptyClients.cpp PassRefPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*)
LocalFrame         86 Source/core/loader/EmptyClients.h     virtual void focusedFrameChanged(LocalFrame*) OVERRIDE { }
LocalFrame         87 Source/core/loader/EmptyClients.h     virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE { return 0; }
LocalFrame        111 Source/core/loader/EmptyClients.h     virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; }
LocalFrame        115 Source/core/loader/EmptyClients.h     virtual void runJavaScriptAlert(LocalFrame*, const String&) OVERRIDE { }
LocalFrame        116 Source/core/loader/EmptyClients.h     virtual bool runJavaScriptConfirm(LocalFrame*, const String&) OVERRIDE { return false; }
LocalFrame        117 Source/core/loader/EmptyClients.h     virtual bool runJavaScriptPrompt(LocalFrame*, const String&, const String&, String&) OVERRIDE { return false; }
LocalFrame        120 Source/core/loader/EmptyClients.h     virtual PassRefPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const OVERRIDE;
LocalFrame        139 Source/core/loader/EmptyClients.h     virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE { }
LocalFrame        145 Source/core/loader/EmptyClients.h     virtual void print(LocalFrame*) OVERRIDE { }
LocalFrame        153 Source/core/loader/EmptyClients.h     virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) OVERRIDE;
LocalFrame        203 Source/core/loader/EmptyClients.h     virtual void dispatchDidCommitLoad(LocalFrame*, HistoryItem*, HistoryCommitType) OVERRIDE { }
LocalFrame        221 Source/core/loader/EmptyClients.h     virtual PassRefPtr<DocumentLoader> createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) OVERRIDE;
LocalFrame        235 Source/core/loader/EmptyClients.h     virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
LocalFrame        293 Source/core/loader/EmptyClients.h     virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE { }
LocalFrame        295 Source/core/loader/EmptyClients.h     virtual bool canCopyCut(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; }
LocalFrame        296 Source/core/loader/EmptyClients.h     virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; }
LocalFrame        317 Source/core/loader/EmptyClients.h     virtual void startDrag(DragImage*, const IntPoint&, const IntPoint&, Clipboard*, LocalFrame*, bool) OVERRIDE { }
LocalFrame        340 Source/core/loader/EmptyClients.h     virtual bool canAccessStorage(LocalFrame*, StorageType) const OVERRIDE { return false; }
LocalFrame         49 Source/core/loader/FrameFetchContext.cpp FrameFetchContext::FrameFetchContext(LocalFrame* frame)
LocalFrame        118 Source/core/loader/FrameFetchContext.cpp     if (LocalFrame* parentFrame = m_frame->tree().parent()) {
LocalFrame         42 Source/core/loader/FrameFetchContext.h class LocalFrame;
LocalFrame         51 Source/core/loader/FrameFetchContext.h     static PassOwnPtr<FrameFetchContext> create(LocalFrame* frame) { return adoptPtr(new FrameFetchContext(frame)); }
LocalFrame         67 Source/core/loader/FrameFetchContext.h     explicit FrameFetchContext(LocalFrame*);
LocalFrame         70 Source/core/loader/FrameFetchContext.h     LocalFrame* m_frame;
LocalFrame         37 Source/core/loader/FrameLoadRequest.h class LocalFrame;
LocalFrame        108 Source/core/loader/FrameLoader.cpp FrameLoader::FrameLoader(LocalFrame* frame, FrameLoaderClient* client)
LocalFrame        329 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> frame(loader->frame());
LocalFrame        393 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protector = m_frame->view() ? m_frame : 0;
LocalFrame        416 Source/core/loader/FrameLoader.cpp     for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame        425 Source/core/loader/FrameLoader.cpp     for (LocalFrame* ancestor = m_frame; ancestor; ancestor = ancestor->tree().parent()) {
LocalFrame        434 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        482 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        507 Source/core/loader/FrameLoader.cpp LocalFrame* FrameLoader::opener()
LocalFrame        513 Source/core/loader/FrameLoader.cpp void FrameLoader::setOpener(LocalFrame* opener)
LocalFrame        594 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        596 Source/core/loader/FrameLoader.cpp     for (LocalFrame* descendant = m_frame->tree().traverseNext(m_frame); descendant; descendant = descendant->tree().traverseNext(m_frame))
LocalFrame        599 Source/core/loader/FrameLoader.cpp     if (LocalFrame* parent = m_frame->tree().parent())
LocalFrame        608 Source/core/loader/FrameLoader.cpp     for (LocalFrame* frame = m_frame; frame; frame = frame->tree().parent())
LocalFrame        683 Source/core/loader/FrameLoader.cpp static bool shouldOpenInNewWindow(LocalFrame* targetFrame, const FrameLoadRequest& request, const NavigationAction& action)
LocalFrame        696 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        705 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> targetFrame = request.formState() ? 0 : findFrameForNavigation(AtomicString(request.frameName()), request.formState() ? request.formState()->sourceDocument() : m_frame->document());
LocalFrame        749 Source/core/loader/FrameLoader.cpp void FrameLoader::reportLocalLoadFailed(LocalFrame* frame, const String& url)
LocalFrame        799 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        803 Source/core/loader/FrameLoader.cpp     for (RefPtr<LocalFrame> child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        859 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        935 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame        953 Source/core/loader/FrameLoader.cpp     for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame       1021 Source/core/loader/FrameLoader.cpp     typedef Vector<RefPtr<LocalFrame> > FrameVector;
LocalFrame       1024 Source/core/loader/FrameLoader.cpp     for (LocalFrame* child = m_frame->tree().lastChild(); child; child = child->tree().previousSibling())
LocalFrame       1031 Source/core/loader/FrameLoader.cpp void FrameLoader::closeAndRemoveChild(LocalFrame* child)
LocalFrame       1065 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame       1073 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame       1092 Source/core/loader/FrameLoader.cpp     if (LocalFrame* parent = m_frame->tree().parent()) {
LocalFrame       1151 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame       1190 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> boundaryFrame(url.hasFragmentIdentifier() ? m_frame->document()->findUnsafeParentScrollPropagationBoundary() : 0);
LocalFrame       1208 Source/core/loader/FrameLoader.cpp     Vector<RefPtr<LocalFrame> > targetFrames;
LocalFrame       1210 Source/core/loader/FrameLoader.cpp     for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().traverseNext(m_frame))
LocalFrame       1256 Source/core/loader/FrameLoader.cpp     if (LocalFrame* parent = m_frame->tree().parent())
LocalFrame       1264 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame       1310 Source/core/loader/FrameLoader.cpp     LocalFrame* topFrame = m_frame->tree().top();
LocalFrame       1322 Source/core/loader/FrameLoader.cpp         for (LocalFrame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent()) {
LocalFrame       1361 Source/core/loader/FrameLoader.cpp LocalFrame* FrameLoader::findFrameForNavigation(const AtomicString& name, Document* activeDocument)
LocalFrame       1364 Source/core/loader/FrameLoader.cpp     LocalFrame* frame = m_frame->tree().find(name);
LocalFrame       1418 Source/core/loader/FrameLoader.cpp     if (LocalFrame* parentFrame = m_frame->tree().parent())
LocalFrame         78 Source/core/loader/FrameLoader.h     FrameLoader(LocalFrame*, FrameLoaderClient*);
LocalFrame         83 Source/core/loader/FrameLoader.h     LocalFrame* frame() const { return m_frame; }
LocalFrame         93 Source/core/loader/FrameLoader.h     static void reportLocalLoadFailed(LocalFrame*, const String& url);
LocalFrame        159 Source/core/loader/FrameLoader.h     LocalFrame* opener();
LocalFrame        160 Source/core/loader/FrameLoader.h     void setOpener(LocalFrame*);
LocalFrame        172 Source/core/loader/FrameLoader.h     LocalFrame* findFrameForNavigation(const AtomicString& name, Document* activeDocument);
LocalFrame        222 Source/core/loader/FrameLoader.h     void closeAndRemoveChild(LocalFrame*);
LocalFrame        232 Source/core/loader/FrameLoader.h     LocalFrame* m_frame;
LocalFrame         75 Source/core/loader/FrameLoaderClient.h     class LocalFrame;
LocalFrame        111 Source/core/loader/FrameLoaderClient.h         virtual void dispatchDidCommitLoad(LocalFrame*, HistoryItem*, HistoryCommitType) = 0;
LocalFrame        153 Source/core/loader/FrameLoaderClient.h         virtual PassRefPtr<DocumentLoader> createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) = 0;
LocalFrame        161 Source/core/loader/FrameLoaderClient.h         virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0;
LocalFrame         41 Source/core/loader/MixedContentChecker.cpp MixedContentChecker::MixedContentChecker(LocalFrame* frame)
LocalFrame         38 Source/core/loader/MixedContentChecker.h class LocalFrame;
LocalFrame         46 Source/core/loader/MixedContentChecker.h     MixedContentChecker(LocalFrame*);
LocalFrame         58 Source/core/loader/MixedContentChecker.h     LocalFrame* m_frame;
LocalFrame         70 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame*) = 0;
LocalFrame         72 Source/core/loader/NavigationScheduler.cpp     virtual bool shouldStartTimer(LocalFrame*) { return true; }
LocalFrame        107 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
LocalFrame        134 Source/core/loader/NavigationScheduler.cpp     virtual bool shouldStartTimer(LocalFrame* frame) OVERRIDE { return frame->loader().allAncestorsAreComplete(); }
LocalFrame        136 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
LocalFrame        161 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
LocalFrame        179 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
LocalFrame        209 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
LocalFrame        227 Source/core/loader/NavigationScheduler.cpp NavigationScheduler::NavigationScheduler(LocalFrame* frame)
LocalFrame        274 Source/core/loader/NavigationScheduler.cpp bool NavigationScheduler::mustLockBackForwardList(LocalFrame* targetFrame)
LocalFrame        366 Source/core/loader/NavigationScheduler.cpp     RefPtr<LocalFrame> protect(m_frame);
LocalFrame         48 Source/core/loader/NavigationScheduler.h class LocalFrame;
LocalFrame         74 Source/core/loader/NavigationScheduler.h     explicit NavigationScheduler(LocalFrame*);
LocalFrame         97 Source/core/loader/NavigationScheduler.h     static bool mustLockBackForwardList(LocalFrame* targetFrame);
LocalFrame         99 Source/core/loader/NavigationScheduler.h     LocalFrame* m_frame;
LocalFrame         58 Source/core/loader/PingLoader.cpp void PingLoader::loadImage(LocalFrame* frame, const KURL& url)
LocalFrame         76 Source/core/loader/PingLoader.cpp void PingLoader::sendPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL)
LocalFrame        104 Source/core/loader/PingLoader.cpp void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type)
LocalFrame        118 Source/core/loader/PingLoader.cpp void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
LocalFrame        126 Source/core/loader/PingLoader.cpp PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
LocalFrame         45 Source/core/loader/PingLoader.h class LocalFrame;
LocalFrame         65 Source/core/loader/PingLoader.h     static void loadImage(LocalFrame*, const KURL& url);
LocalFrame         66 Source/core/loader/PingLoader.h     static void sendPing(LocalFrame*, const KURL& pingURL, const KURL& destinationURL);
LocalFrame         67 Source/core/loader/PingLoader.h     static void sendViolationReport(LocalFrame*, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType);
LocalFrame         72 Source/core/loader/PingLoader.h     PingLoader(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials);
LocalFrame         74 Source/core/loader/PingLoader.h     static void start(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials = AllowStoredCredentials);
LocalFrame         65 Source/core/loader/ProgressTracker.cpp ProgressTracker::ProgressTracker(LocalFrame* frame)
LocalFrame         85 Source/core/loader/ProgressTracker.cpp PassOwnPtr<ProgressTracker> ProgressTracker::create(LocalFrame* frame)
LocalFrame         38 Source/core/loader/ProgressTracker.h class LocalFrame;
LocalFrame         50 Source/core/loader/ProgressTracker.h     static PassOwnPtr<ProgressTracker> create(LocalFrame*);
LocalFrame         65 Source/core/loader/ProgressTracker.h     ProgressTracker(LocalFrame*);
LocalFrame         69 Source/core/loader/ProgressTracker.h     LocalFrame* m_frame;
LocalFrame         41 Source/core/loader/TextResourceDecoderBuilder.cpp static inline bool canReferToParentFrameEncoding(const LocalFrame* frame, const LocalFrame* parentFrame)
LocalFrame         61 Source/core/loader/TextResourceDecoderBuilder.cpp     if (LocalFrame* frame = document->frame()) {
LocalFrame         71 Source/core/loader/TextResourceDecoderBuilder.cpp     LocalFrame* frame = document->frame();
LocalFrame         72 Source/core/loader/TextResourceDecoderBuilder.cpp     LocalFrame* parentFrame = frame ? frame->tree().parent() : 0;
LocalFrame         39 Source/core/loader/appcache/ApplicationCache.cpp ApplicationCache::ApplicationCache(LocalFrame* frame)
LocalFrame         41 Source/core/loader/appcache/ApplicationCache.h class LocalFrame;
LocalFrame         47 Source/core/loader/appcache/ApplicationCache.h     static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame)
LocalFrame         79 Source/core/loader/appcache/ApplicationCache.h     explicit ApplicationCache(LocalFrame*);
LocalFrame         85 Source/core/loader/appcache/ApplicationCacheHost.cpp     LocalFrame& frame = *m_documentLoader->frame();
LocalFrame         91 Source/core/loader/appcache/ApplicationCacheHost.cpp         LocalFrame* spawningFrame = frame.tree().parent();
LocalFrame        122 Source/core/loader/appcache/ApplicationCacheHost.cpp         LocalFrame* frame = m_documentLoader->frame();
LocalFrame         45 Source/core/loader/appcache/ApplicationCacheHost.h     class LocalFrame;
LocalFrame        175 Source/core/page/AutoscrollController.cpp void AutoscrollController::handleMouseReleaseForPanScrolling(LocalFrame* frame, const PlatformMouseEvent& mouseEvent)
LocalFrame         35 Source/core/page/AutoscrollController.h class LocalFrame;
LocalFrame         68 Source/core/page/AutoscrollController.h     void handleMouseReleaseForPanScrolling(LocalFrame*, const PlatformMouseEvent&);
LocalFrame         93 Source/core/page/Chrome.cpp void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
LocalFrame        145 Source/core/page/Chrome.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        202 Source/core/page/Chrome.cpp bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
LocalFrame        219 Source/core/page/Chrome.cpp void Chrome::runJavaScriptAlert(LocalFrame* frame, const String& message)
LocalFrame        236 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptConfirm(LocalFrame* frame, const String& message)
LocalFrame        254 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result)
LocalFrame        273 Source/core/page/Chrome.cpp void Chrome::setStatusbarText(LocalFrame* frame, const String& status)
LocalFrame        323 Source/core/page/Chrome.cpp void Chrome::print(LocalFrame* frame)
LocalFrame        355 Source/core/page/Chrome.cpp void Chrome::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
LocalFrame        384 Source/core/page/Chrome.cpp PassRefPtr<PopupMenu> Chrome::createPopupMenu(LocalFrame& frame, PopupMenuClient* client) const
LocalFrame         40 Source/core/page/Chrome.h class LocalFrame;
LocalFrame         72 Source/core/page/Chrome.h     void contentsSizeChanged(LocalFrame*, const IntSize&) const;
LocalFrame        102 Source/core/page/Chrome.h     bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*);
LocalFrame        106 Source/core/page/Chrome.h     void runJavaScriptAlert(LocalFrame*, const String&);
LocalFrame        107 Source/core/page/Chrome.h     bool runJavaScriptConfirm(LocalFrame*, const String&);
LocalFrame        108 Source/core/page/Chrome.h     bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result);
LocalFrame        109 Source/core/page/Chrome.h     void setStatusbarText(LocalFrame*, const String&);
LocalFrame        117 Source/core/page/Chrome.h     void print(LocalFrame*);
LocalFrame        123 Source/core/page/Chrome.h     void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>);
LocalFrame        129 Source/core/page/Chrome.h     PassRefPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const;
LocalFrame         60 Source/core/page/ChromeClient.h class LocalFrame;
LocalFrame         98 Source/core/page/ChromeClient.h     virtual void focusedFrameChanged(LocalFrame*) = 0;
LocalFrame        106 Source/core/page/ChromeClient.h     virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) = 0;
LocalFrame        130 Source/core/page/ChromeClient.h     virtual bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*) = 0;
LocalFrame        134 Source/core/page/ChromeClient.h     virtual void runJavaScriptAlert(LocalFrame*, const String&) = 0;
LocalFrame        135 Source/core/page/ChromeClient.h     virtual bool runJavaScriptConfirm(LocalFrame*, const String&) = 0;
LocalFrame        136 Source/core/page/ChromeClient.h     virtual bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result) = 0;
LocalFrame        158 Source/core/page/ChromeClient.h     virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const = 0;
LocalFrame        160 Source/core/page/ChromeClient.h     virtual void layoutUpdated(LocalFrame*) const { }
LocalFrame        166 Source/core/page/ChromeClient.h     virtual void print(LocalFrame*) = 0;
LocalFrame        185 Source/core/page/ChromeClient.h     virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) = 0;
LocalFrame        208 Source/core/page/ChromeClient.h     virtual PassRefPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const = 0;
LocalFrame        110 Source/core/page/ContextMenuController.cpp     if (LocalFrame* frame = event->target()->toNode()->document().frame())
LocalFrame         47 Source/core/page/CreateWindow.cpp static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created)
LocalFrame         52 Source/core/page/CreateWindow.cpp         if (LocalFrame* frame = lookupFrame.loader().findFrameForNavigation(request.frameName(), openerFrame.document())) {
LocalFrame         82 Source/core/page/CreateWindow.cpp     LocalFrame& frame = *page->mainFrame();
LocalFrame        115 Source/core/page/CreateWindow.cpp LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures,
LocalFrame        116 Source/core/page/CreateWindow.cpp     DOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame, DOMWindow::PrepareDialogFunction function, void* functionContext)
LocalFrame        118 Source/core/page/CreateWindow.cpp     LocalFrame* activeFrame = callingWindow.frame();
LocalFrame        138 Source/core/page/CreateWindow.cpp     LocalFrame* newFrame = createWindow(*activeFrame, openerFrame, frameRequest, windowFeatures, NavigationPolicyIgnore, MaybeSendReferrer, created);
LocalFrame        163 Source/core/page/CreateWindow.cpp void createWindowForRequest(const FrameLoadRequest& request, LocalFrame& openerFrame, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer)
LocalFrame        179 Source/core/page/CreateWindow.cpp     LocalFrame* newFrame = createWindow(openerFrame, openerFrame, request, features, policy, shouldSendReferrer, created);
LocalFrame         36 Source/core/page/CreateWindow.h class LocalFrame;
LocalFrame         40 Source/core/page/CreateWindow.h LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
LocalFrame         41 Source/core/page/CreateWindow.h     DOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame, DOMWindow::PrepareDialogFunction = 0, void* functionContext = 0);
LocalFrame         43 Source/core/page/CreateWindow.h void createWindowForRequest(const FrameLoadRequest&, LocalFrame& openerFrame, NavigationPolicy, ShouldSendReferrer);
LocalFrame         50 Source/core/page/DOMSelection.cpp static Node* selectionShadowAncestor(LocalFrame* frame)
LocalFrame         44 Source/core/page/DOMSelection.h class LocalFrame;
LocalFrame         37 Source/core/page/DragClient.h class LocalFrame;
LocalFrame         43 Source/core/page/DragClient.h     virtual void startDrag(DragImage*, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, LocalFrame*, bool linkDrag = false) = 0;
LocalFrame        151 Source/core/page/DragController.cpp static PassRefPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context,
LocalFrame        217 Source/core/page/DragController.cpp     LocalFrame* mainFrame = m_page->mainFrame();
LocalFrame        242 Source/core/page/DragController.cpp         RefPtr<LocalFrame> mainFrame = m_page->mainFrame();
LocalFrame        315 Source/core/page/DragController.cpp     LocalFrame* frame = documentUnderMouse->frame();
LocalFrame        381 Source/core/page/DragController.cpp         LocalFrame* innerFrame = element->document().frame();
LocalFrame        427 Source/core/page/DragController.cpp static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
LocalFrame        438 Source/core/page/DragController.cpp bool DragController::dispatchTextInputEventFor(LocalFrame* innerFrame, DragData* dragData)
LocalFrame        463 Source/core/page/DragController.cpp     RefPtr<LocalFrame> innerFrame = element->ownerDocument()->frame();
LocalFrame        530 Source/core/page/DragController.cpp         if (LocalFrame* frame = rootEditableElement->document().frame())
LocalFrame        593 Source/core/page/DragController.cpp     RefPtr<LocalFrame> mainFrame = m_page->mainFrame();
LocalFrame        621 Source/core/page/DragController.cpp Node* DragController::draggableNode(const LocalFrame* src, Node* startNode, const IntPoint& dragOrigin, SelectionDragPolicy selectionDragPolicy, DragSourceAction& dragType) const
LocalFrame        714 Source/core/page/DragController.cpp static void prepareClipboardForImageDrag(LocalFrame* source, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label)
LocalFrame        724 Source/core/page/DragController.cpp bool DragController::populateDragClipboard(LocalFrame* src, const DragState& state, const IntPoint& dragOrigin)
LocalFrame        782 Source/core/page/DragController.cpp static IntPoint dragLocationForSelectionDrag(LocalFrame* sourceFrame)
LocalFrame        844 Source/core/page/DragController.cpp bool DragController::startDrag(LocalFrame* src, const DragState& state, const PlatformMouseEvent& dragEvent, const IntPoint& dragOrigin)
LocalFrame        926 Source/core/page/DragController.cpp void DragController::doSystemDrag(DragImage* image, const IntPoint& dragLocation, const IntPoint& eventPos, Clipboard* clipboard, LocalFrame* frame, bool forLink)
LocalFrame        931 Source/core/page/DragController.cpp     RefPtr<LocalFrame> frameProtector = m_page->mainFrame();
LocalFrame         44 Source/core/page/DragController.h     class LocalFrame;
LocalFrame         70 Source/core/page/DragController.h         Node* draggableNode(const LocalFrame*, Node*, const IntPoint&, SelectionDragPolicy, DragSourceAction&) const;
LocalFrame         73 Source/core/page/DragController.h         bool populateDragClipboard(LocalFrame* src, const DragState&, const IntPoint& dragOrigin);
LocalFrame         74 Source/core/page/DragController.h         bool startDrag(LocalFrame* src, const DragState&, const PlatformMouseEvent& dragEvent, const IntPoint& dragOrigin);
LocalFrame         82 Source/core/page/DragController.h         bool dispatchTextInputEventFor(LocalFrame*, DragData*);
LocalFrame         96 Source/core/page/DragController.h         void doSystemDrag(DragImage*, const IntPoint& dragLocation, const IntPoint& dragOrigin, Clipboard*, LocalFrame*, bool forLink);
LocalFrame        135 Source/core/page/DragData.cpp PassRefPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
LocalFrame         40 Source/core/page/DragData.h class LocalFrame;
LocalFrame         70 Source/core/page/DragData.h     PassRefPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
LocalFrame         36 Source/core/page/EditorClient.h class LocalFrame;
LocalFrame         44 Source/core/page/EditorClient.h     virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0;
LocalFrame         46 Source/core/page/EditorClient.h     virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0;
LocalFrame         47 Source/core/page/EditorClient.h     virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
LocalFrame        269 Source/core/page/EventHandler.cpp EventHandler::EventHandler(LocalFrame* frame)
LocalFrame        903 Source/core/page/EventHandler.cpp         LocalFrame* mainFrame = page->mainFrame();
LocalFrame        994 Source/core/page/EventHandler.cpp     LocalFrame* frame = m_frame;
LocalFrame       1009 Source/core/page/EventHandler.cpp static LocalFrame* subframeForTargetNode(Node* node)
LocalFrame       1025 Source/core/page/EventHandler.cpp static LocalFrame* subframeForHitTestResult(const MouseEventWithHitTestResults& hitTestResult)
LocalFrame       1038 Source/core/page/EventHandler.cpp static bool nodeIsNotBeingEdited(Node* node, LocalFrame* frame)
LocalFrame       1288 Source/core/page/EventHandler.cpp static LayoutPoint documentPointForWindowPoint(LocalFrame* frame, const IntPoint& windowPoint)
LocalFrame       1343 Source/core/page/EventHandler.cpp     RefPtr<LocalFrame> subframe = subframeForHitTestResult(mev);
LocalFrame       1575 Source/core/page/EventHandler.cpp     RefPtr<LocalFrame> newSubframe = m_capturingMouseEventsNode.get() ? subframeForTargetNode(m_capturingMouseEventsNode.get()) : subframeForHitTestResult(mev);
LocalFrame       1677 Source/core/page/EventHandler.cpp     LocalFrame* subframe = m_capturingMouseEventsNode.get() ? subframeForTargetNode(m_capturingMouseEventsNode.get()) : subframeForHitTestResult(mev);
LocalFrame       1763 Source/core/page/EventHandler.cpp static bool targetIsFrame(Node* target, LocalFrame*& frame)
LocalFrame       1836 Source/core/page/EventHandler.cpp         LocalFrame* targetFrame;
LocalFrame       1863 Source/core/page/EventHandler.cpp         LocalFrame* targetFrame;
LocalFrame       1886 Source/core/page/EventHandler.cpp     LocalFrame* targetFrame;
LocalFrame       1900 Source/core/page/EventHandler.cpp     LocalFrame* targetFrame;
LocalFrame       2003 Source/core/page/EventHandler.cpp             if (LocalFrame* frame = m_lastNodeUnderMouse->document().frame()) {
LocalFrame       2015 Source/core/page/EventHandler.cpp             if (LocalFrame* frame = m_nodeUnderMouse->document().frame()) {
LocalFrame       2266 Source/core/page/EventHandler.cpp     RefPtr<LocalFrame> subframe = nullptr;
LocalFrame       2672 Source/core/page/EventHandler.cpp LocalFrame* EventHandler::getSubFrameForGestureEvent(const IntPoint& touchAdjustedPoint, const PlatformGestureEvent& gestureEvent)
LocalFrame       3578 Source/core/page/EventHandler.cpp HitTestResult EventHandler::hitTestResultInFrame(LocalFrame* frame, const LayoutPoint& point, HitTestRequest::HitTestRequestType hitType)
LocalFrame       3715 Source/core/page/EventHandler.cpp         LocalFrame* targetFrame = doc.frame();
LocalFrame       3974 Source/core/page/EventHandler.cpp bool EventHandler::passMousePressEventToSubframe(MouseEventWithHitTestResults& mev, LocalFrame* subframe)
LocalFrame       3992 Source/core/page/EventHandler.cpp bool EventHandler::passMouseMoveEventToSubframe(MouseEventWithHitTestResults& mev, LocalFrame* subframe, HitTestResult* hoveredNode)
LocalFrame       4000 Source/core/page/EventHandler.cpp bool EventHandler::passMouseReleaseEventToSubframe(MouseEventWithHitTestResults& mev, LocalFrame* subframe)
LocalFrame         57 Source/core/page/EventHandler.h class LocalFrame;
LocalFrame         90 Source/core/page/EventHandler.h     explicit EventHandler(LocalFrame*);
LocalFrame        252 Source/core/page/EventHandler.h     HitTestResult hitTestResultInFrame(LocalFrame*, const LayoutPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
LocalFrame        276 Source/core/page/EventHandler.h     bool passMousePressEventToSubframe(MouseEventWithHitTestResults&, LocalFrame* subframe);
LocalFrame        277 Source/core/page/EventHandler.h     bool passMouseMoveEventToSubframe(MouseEventWithHitTestResults&, LocalFrame* subframe, HitTestResult* hoveredNode = 0);
LocalFrame        278 Source/core/page/EventHandler.h     bool passMouseReleaseEventToSubframe(MouseEventWithHitTestResults&, LocalFrame* subframe);
LocalFrame        309 Source/core/page/EventHandler.h     LocalFrame* getSubFrameForGestureEvent(const IntPoint& touchAdjustedPoint, const PlatformGestureEvent&);
LocalFrame        315 Source/core/page/EventHandler.h     LocalFrame* const m_frame;
LocalFrame        348 Source/core/page/EventHandler.h     RefPtr<LocalFrame> m_lastMouseMoveEventSubframe;
LocalFrame        244 Source/core/page/FocusController.cpp     RefPtr<LocalFrame> oldFrame = (m_focusedFrame && m_focusedFrame->isLocalFrame()) ? toLocalFrame(m_focusedFrame.get()) : 0;
LocalFrame        245 Source/core/page/FocusController.cpp     RefPtr<LocalFrame> newFrame = (frame && frame->isLocalFrame()) ? toLocalFrame(frame.get()) : 0;
LocalFrame        348 Source/core/page/FocusController.cpp     LocalFrame* frame = toLocalFrame(focusedOrMainFrame());
LocalFrame        597 Source/core/page/FocusController.cpp static void clearSelectionIfNeeded(LocalFrame* oldFocusedFrame, LocalFrame* newFocusedFrame, Node* newFocusedNode)
LocalFrame        636 Source/core/page/FocusController.cpp     RefPtr<LocalFrame> oldFocusedFrame = toLocalFrame(focusedFrame());
LocalFrame        714 Source/core/page/FocusController.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        884 Source/core/page/FocusController.cpp     LocalFrame* curFrame = toLocalFrame(focusedOrMainFrame());
LocalFrame         43 Source/core/page/FrameTree.cpp FrameTree::FrameTree(LocalFrame* thisFrame)
LocalFrame         52 Source/core/page/FrameTree.cpp     for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling())
LocalFrame         67 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::parent() const
LocalFrame         75 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::top() const
LocalFrame         83 Source/core/page/FrameTree.cpp     LocalFrame* candidate = toLocalFrame(m_thisFrame->loader().client()->top());
LocalFrame         87 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::previousSibling() const
LocalFrame         95 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::nextSibling() const
LocalFrame        103 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::firstChild() const
LocalFrame        111 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::lastChild() const
LocalFrame        121 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = top(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        145 Source/core/page/FrameTree.cpp     Vector<LocalFrame*, 16> chain;
LocalFrame        146 Source/core/page/FrameTree.cpp     LocalFrame* frame;
LocalFrame        171 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::scopedChild(unsigned index) const
LocalFrame        178 Source/core/page/FrameTree.cpp     for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) {
LocalFrame        189 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::scopedChild(const AtomicString& name) const
LocalFrame        195 Source/core/page/FrameTree.cpp     for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling())
LocalFrame        207 Source/core/page/FrameTree.cpp     for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) {
LocalFrame        230 Source/core/page/FrameTree.cpp     for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling())
LocalFrame        235 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::child(const AtomicString& name) const
LocalFrame        237 Source/core/page/FrameTree.cpp     for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling())
LocalFrame        243 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::find(const AtomicString& name) const
LocalFrame        259 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = m_thisFrame; frame; frame = frame->tree().traverseNext(m_thisFrame))
LocalFrame        270 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        281 Source/core/page/FrameTree.cpp             for (LocalFrame* frame = otherPage->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        291 Source/core/page/FrameTree.cpp bool FrameTree::isDescendantOf(const LocalFrame* ancestor) const
LocalFrame        299 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = m_thisFrame; frame; frame = frame->tree().parent())
LocalFrame        305 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::traverseNext(const LocalFrame* stayWithin) const
LocalFrame        307 Source/core/page/FrameTree.cpp     LocalFrame* child = firstChild();
LocalFrame        316 Source/core/page/FrameTree.cpp     LocalFrame* sibling = nextSibling();
LocalFrame        322 Source/core/page/FrameTree.cpp     LocalFrame* frame = m_thisFrame;
LocalFrame        338 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::traverseNextWithWrap(bool wrap) const
LocalFrame        340 Source/core/page/FrameTree.cpp     if (LocalFrame* result = traverseNext())
LocalFrame        349 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::traversePreviousWithWrap(bool wrap) const
LocalFrame        353 Source/core/page/FrameTree.cpp     if (LocalFrame* prevSibling = previousSibling())
LocalFrame        355 Source/core/page/FrameTree.cpp     if (LocalFrame* parentFrame = parent())
LocalFrame        366 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::deepLastChild() const
LocalFrame        368 Source/core/page/FrameTree.cpp     LocalFrame* result = m_thisFrame;
LocalFrame        369 Source/core/page/FrameTree.cpp     for (LocalFrame* last = lastChild(); last; last = last->tree().lastChild())
LocalFrame        385 Source/core/page/FrameTree.cpp static void printFrames(const WebCore::LocalFrame* frame, const WebCore::LocalFrame* targetFrame, int indent)
LocalFrame        404 Source/core/page/FrameTree.cpp     for (WebCore::LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        408 Source/core/page/FrameTree.cpp void showFrameTree(const WebCore::LocalFrame* frame)
LocalFrame         27 Source/core/page/FrameTree.h     class LocalFrame;
LocalFrame         33 Source/core/page/FrameTree.h         explicit FrameTree(LocalFrame* thisFrame);
LocalFrame         42 Source/core/page/FrameTree.h         LocalFrame* parent() const;
LocalFrame         43 Source/core/page/FrameTree.h         LocalFrame* top() const;
LocalFrame         44 Source/core/page/FrameTree.h         LocalFrame* previousSibling() const;
LocalFrame         45 Source/core/page/FrameTree.h         LocalFrame* nextSibling() const;
LocalFrame         46 Source/core/page/FrameTree.h         LocalFrame* firstChild() const;
LocalFrame         47 Source/core/page/FrameTree.h         LocalFrame* lastChild() const;
LocalFrame         49 Source/core/page/FrameTree.h         bool isDescendantOf(const LocalFrame* ancestor) const;
LocalFrame         50 Source/core/page/FrameTree.h         LocalFrame* traversePreviousWithWrap(bool) const;
LocalFrame         51 Source/core/page/FrameTree.h         LocalFrame* traverseNext(const LocalFrame* stayWithin = 0) const;
LocalFrame         52 Source/core/page/FrameTree.h         LocalFrame* traverseNextWithWrap(bool) const;
LocalFrame         54 Source/core/page/FrameTree.h         LocalFrame* child(const AtomicString& name) const;
LocalFrame         55 Source/core/page/FrameTree.h         LocalFrame* find(const AtomicString& name) const;
LocalFrame         58 Source/core/page/FrameTree.h         LocalFrame* scopedChild(unsigned index) const;
LocalFrame         59 Source/core/page/FrameTree.h         LocalFrame* scopedChild(const AtomicString& name) const;
LocalFrame         64 Source/core/page/FrameTree.h         LocalFrame* deepLastChild() const;
LocalFrame         69 Source/core/page/FrameTree.h         LocalFrame* m_thisFrame;
LocalFrame         81 Source/core/page/FrameTree.h void showFrameTree(const WebCore::LocalFrame*);
LocalFrame         54 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryNode> HistoryNode::cloneAndReplace(HistoryEntry* newEntry, HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, LocalFrame* currentFrame)
LocalFrame         61 Source/core/page/HistoryController.cpp         for (LocalFrame* child = currentFrame->tree().firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame        121 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryEntry> HistoryEntry::cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, Page* page)
LocalFrame        128 Source/core/page/HistoryController.cpp HistoryNode* HistoryEntry::historyNodeForFrame(LocalFrame* frame)
LocalFrame        138 Source/core/page/HistoryController.cpp HistoryItem* HistoryEntry::itemForFrame(LocalFrame* frame)
LocalFrame        154 Source/core/page/HistoryController.cpp void HistoryController::updateBackForwardListForFragmentScroll(LocalFrame* frame, HistoryItem* item)
LocalFrame        188 Source/core/page/HistoryController.cpp void HistoryController::recursiveGoToEntry(LocalFrame* frame, HistoryFrameLoadSet& sameDocumentLoads, HistoryFrameLoadSet& differentDocumentLoads)
LocalFrame        205 Source/core/page/HistoryController.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        233 Source/core/page/HistoryController.cpp void HistoryController::updateForInitialLoadInChildFrame(LocalFrame* frame, HistoryItem* item)
LocalFrame        244 Source/core/page/HistoryController.cpp void HistoryController::updateForCommit(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType)
LocalFrame        288 Source/core/page/HistoryController.cpp HistoryItem* HistoryController::itemForNewChildFrame(LocalFrame* frame) const
LocalFrame        293 Source/core/page/HistoryController.cpp void HistoryController::removeChildrenForRedirect(LocalFrame* frame)
LocalFrame        301 Source/core/page/HistoryController.cpp void HistoryController::createNewBackForwardItem(LocalFrame* targetFrame, HistoryItem* item, bool clipAtTarget)
LocalFrame         43 Source/core/page/HistoryController.h class LocalFrame;
LocalFrame        100 Source/core/page/HistoryController.h     PassOwnPtr<HistoryNode> cloneAndReplace(HistoryEntry*, HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, LocalFrame* currentFrame);
LocalFrame        118 Source/core/page/HistoryController.h     PassOwnPtr<HistoryEntry> cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, Page*);
LocalFrame        120 Source/core/page/HistoryController.h     HistoryNode* historyNodeForFrame(LocalFrame*);
LocalFrame        121 Source/core/page/HistoryController.h     HistoryItem* itemForFrame(LocalFrame*);
LocalFrame        146 Source/core/page/HistoryController.h     void updateBackForwardListForFragmentScroll(LocalFrame*, HistoryItem*);
LocalFrame        147 Source/core/page/HistoryController.h     void updateForCommit(LocalFrame*, HistoryItem*, HistoryCommitType);
LocalFrame        151 Source/core/page/HistoryController.h     HistoryItem* itemForNewChildFrame(LocalFrame*) const;
LocalFrame        152 Source/core/page/HistoryController.h     void removeChildrenForRedirect(LocalFrame*);
LocalFrame        157 Source/core/page/HistoryController.h     void recursiveGoToEntry(LocalFrame*, HistoryFrameLoadSet& sameDocumentLoads, HistoryFrameLoadSet& differentDocumentLoads);
LocalFrame        159 Source/core/page/HistoryController.h     void updateForInitialLoadInChildFrame(LocalFrame*, HistoryItem*);
LocalFrame        160 Source/core/page/HistoryController.h     void createNewBackForwardItem(LocalFrame*, HistoryItem*, bool doClip);
LocalFrame         58 Source/core/page/InjectedStyleSheets.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame         84 Source/core/page/Page.cpp     Vector<RefPtr<LocalFrame> > frames;
LocalFrame         89 Source/core/page/Page.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame         99 Source/core/page/Page.cpp float deviceScaleFactor(LocalFrame* frame)
LocalFrame        161 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        201 Source/core/page/Page.cpp PassRefPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame)
LocalFrame        216 Source/core/page/Page.cpp void Page::setMainFrame(PassRefPtr<LocalFrame> mainFrame)
LocalFrame        245 Source/core/page/Page.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        251 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        257 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        272 Source/core/page/Page.cpp     Vector<RefPtr<LocalFrame> > framesNeedingReload;
LocalFrame        285 Source/core/page/Page.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        304 Source/core/page/Page.cpp static LocalFrame* incrementFrame(LocalFrame* curr, bool forward, bool wrapFlag)
LocalFrame        316 Source/core/page/Page.cpp     LocalFrame* frame = mainFrame();
LocalFrame        329 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        375 Source/core/page/Page.cpp         for (LocalFrame* frame = page->m_mainFrame.get(); frame; frame = frame->tree().traverseNext())
LocalFrame        385 Source/core/page/Page.cpp         for (LocalFrame* frame = page->m_mainFrame.get(); frame; frame = frame->tree().traverseNext())
LocalFrame        403 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNextWithWrap(false)) {
LocalFrame        420 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        475 Source/core/page/Page.cpp         for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        485 Source/core/page/Page.cpp         for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        496 Source/core/page/Page.cpp             for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        509 Source/core/page/Page.cpp         for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame        516 Source/core/page/Page.cpp void Page::didCommitLoad(LocalFrame* frame)
LocalFrame         54 Source/core/page/Page.h class LocalFrame;
LocalFrame         82 Source/core/page/Page.h float deviceScaleFactor(LocalFrame*);
LocalFrame        133 Source/core/page/Page.h     void setMainFrame(PassRefPtr<LocalFrame>);
LocalFrame        134 Source/core/page/Page.h     LocalFrame* mainFrame() const { return m_mainFrame.get(); }
LocalFrame        160 Source/core/page/Page.h     PassRefPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
LocalFrame        217 Source/core/page/Page.h     void didCommitLoad(LocalFrame*);
LocalFrame        255 Source/core/page/Page.h     RefPtr<LocalFrame> m_mainFrame;
LocalFrame         32 Source/core/page/PageAnimator.cpp     for (RefPtr<LocalFrame> frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame         39 Source/core/page/PageAnimator.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame         37 Source/core/page/PageLifecycleNotifier.h class LocalFrame;
LocalFrame         44 Source/core/page/PageLifecycleNotifier.h     void notifyDidCommitLoad(LocalFrame*);
LocalFrame         68 Source/core/page/PageLifecycleNotifier.h inline void PageLifecycleNotifier::notifyDidCommitLoad(LocalFrame* frame)
LocalFrame         34 Source/core/page/PageLifecycleObserver.h class LocalFrame;
LocalFrame         48 Source/core/page/PageLifecycleObserver.h     virtual void didCommitLoad(LocalFrame*) { }
LocalFrame        187 Source/core/page/PageSerializer.cpp void PageSerializer::serializeFrame(LocalFrame* frame)
LocalFrame        254 Source/core/page/PageSerializer.cpp     for (LocalFrame* childFrame = frame->tree().firstChild(); childFrame; childFrame = childFrame->tree().nextSibling())
LocalFrame        377 Source/core/page/PageSerializer.cpp KURL PageSerializer::urlForBlankFrame(LocalFrame* frame)
LocalFrame        379 Source/core/page/PageSerializer.cpp     HashMap<LocalFrame*, KURL>::iterator iter = m_blankFrameURLs.find(frame);
LocalFrame         47 Source/core/page/PageSerializer.h class LocalFrame;
LocalFrame         69 Source/core/page/PageSerializer.h     KURL urlForBlankFrame(LocalFrame*);
LocalFrame         72 Source/core/page/PageSerializer.h     void serializeFrame(LocalFrame*);
LocalFrame         89 Source/core/page/PageSerializer.h     HashMap<LocalFrame*, KURL> m_blankFrameURLs;
LocalFrame         44 Source/core/page/PrintContext.cpp PrintContext::PrintContext(LocalFrame* frame)
LocalFrame        247 Source/core/page/PrintContext.cpp     LocalFrame* frame = element->document().frame();
LocalFrame        308 Source/core/page/PrintContext.cpp String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber)
LocalFrame        334 Source/core/page/PrintContext.cpp bool PrintContext::isPageBoxVisible(LocalFrame* frame, int pageNumber)
LocalFrame        339 Source/core/page/PrintContext.cpp String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
LocalFrame        348 Source/core/page/PrintContext.cpp int PrintContext::numberOfPages(LocalFrame* frame, const FloatSize& pageSizeInPixels)
LocalFrame        362 Source/core/page/PrintContext.cpp void PrintContext::spoolAllPagesWithBoundaries(LocalFrame* frame, GraphicsContext& graphicsContext, const FloatSize& pageSizeInPixels)
LocalFrame         32 Source/core/page/PrintContext.h class LocalFrame;
LocalFrame         41 Source/core/page/PrintContext.h     explicit PrintContext(LocalFrame*);
LocalFrame         44 Source/core/page/PrintContext.h     LocalFrame* frame() const { return m_frame; }
LocalFrame         76 Source/core/page/PrintContext.h     static String pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber);
LocalFrame         77 Source/core/page/PrintContext.h     static bool isPageBoxVisible(LocalFrame* frame, int pageNumber);
LocalFrame         78 Source/core/page/PrintContext.h     static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
LocalFrame         79 Source/core/page/PrintContext.h     static int numberOfPages(LocalFrame*, const FloatSize& pageSizeInPixels);
LocalFrame         83 Source/core/page/PrintContext.h     static void spoolAllPagesWithBoundaries(LocalFrame*, GraphicsContext&, const FloatSize& pageSizeInPixels);
LocalFrame         88 Source/core/page/PrintContext.h     LocalFrame* m_frame;
LocalFrame         52 Source/core/page/ScopedPageLoadDeferrer.cpp         for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame         69 Source/core/page/ScopedPageLoadDeferrer.cpp             for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
LocalFrame         28 Source/core/page/ScopedPageLoadDeferrer.h class LocalFrame;
LocalFrame         38 Source/core/page/ScopedPageLoadDeferrer.h     Vector<RefPtr<LocalFrame>, 16> m_deferredFrames;
LocalFrame         53 Source/core/page/SpatialNavigation.cpp static LayoutRect rectToAbsoluteCoordinates(LocalFrame* initialFrame, const LayoutRect&);
LocalFrame         92 Source/core/page/SpatialNavigation.cpp bool isSpatialNavigationEnabled(const LocalFrame* frame)
LocalFrame        337 Source/core/page/SpatialNavigation.cpp bool scrollInDirection(LocalFrame* frame, FocusType type)
LocalFrame        473 Source/core/page/SpatialNavigation.cpp bool canScrollInDirection(const LocalFrame* frame, FocusType type)
LocalFrame        503 Source/core/page/SpatialNavigation.cpp static LayoutRect rectToAbsoluteCoordinates(LocalFrame* initialFrame, const LayoutRect& initialRect)
LocalFrame        506 Source/core/page/SpatialNavigation.cpp     for (LocalFrame* frame = initialFrame; frame; frame = frame->tree().parent()) {
LocalFrame        535 Source/core/page/SpatialNavigation.cpp LayoutRect frameRectInAbsoluteCoordinates(LocalFrame* frame)
LocalFrame         34 Source/core/page/SpatialNavigation.h class LocalFrame;
LocalFrame         49 Source/core/page/SpatialNavigation.h bool isSpatialNavigationEnabled(const LocalFrame*);
LocalFrame        137 Source/core/page/SpatialNavigation.h bool scrollInDirection(LocalFrame*, FocusType);
LocalFrame        140 Source/core/page/SpatialNavigation.h bool canScrollInDirection(const LocalFrame*, FocusType);
LocalFrame        146 Source/core/page/SpatialNavigation.h LayoutRect frameRectInAbsoluteCoordinates(LocalFrame*);
LocalFrame         20 Source/core/page/StorageClient.h     virtual bool canAccessStorage(LocalFrame*, StorageType) const = 0;
LocalFrame         91 Source/core/page/TouchDisambiguation.cpp void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, Vector<Node*>& highlightNodes)
LocalFrame         38 Source/core/page/TouchDisambiguation.h class LocalFrame;
LocalFrame         42 Source/core/page/TouchDisambiguation.h void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, Vector<Node*>& highlightNodes);
LocalFrame        175 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (const LocalFrame* child = tree.firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame        391 Source/core/page/scrolling/ScrollingCoordinator.cpp typedef HashMap<const RenderLayer*, Vector<const LocalFrame*> > LayerFrameMap;
LocalFrame        392 Source/core/page/scrolling/ScrollingCoordinator.cpp static void makeLayerChildFrameMap(const LocalFrame* currentFrame, LayerFrameMap* map)
LocalFrame        396 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (const LocalFrame* child = tree.firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame        403 Source/core/page/scrolling/ScrollingCoordinator.cpp             map->add(containingLayer, Vector<const LocalFrame*>()).storedValue->value.append(child);
LocalFrame        473 Source/core/page/scrolling/ScrollingCoordinator.cpp             const LocalFrame* childFrame = mapIter->value[i];
LocalFrame        486 Source/core/page/scrolling/ScrollingCoordinator.cpp static void convertLayerRectsToEnclosingCompositedLayer(LocalFrame* mainFrame, const LayerHitTestRects& layerRects, LayerHitTestRects& compositorRects)
LocalFrame        674 Source/core/page/scrolling/ScrollingCoordinator.cpp Region ScrollingCoordinator::computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame* frame, const IntPoint& frameLocation) const
LocalFrame        722 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (LocalFrame* subFrame = tree.firstChild(); subFrame; subFrame = subFrame->tree().nextSibling())
LocalFrame        805 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame         45 Source/core/page/scrolling/ScrollingCoordinator.h class LocalFrame;
LocalFrame        114 Source/core/page/scrolling/ScrollingCoordinator.h     Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const;
LocalFrame         30 Source/core/plugins/DOMMimeType.cpp DOMMimeType::DOMMimeType(PassRefPtr<PluginData> pluginData, LocalFrame* frame, unsigned index)
LocalFrame         35 Source/core/plugins/DOMMimeType.h class LocalFrame;
LocalFrame         39 Source/core/plugins/DOMMimeType.h     static PassRefPtrWillBeRawPtr<DOMMimeType> create(PassRefPtr<PluginData> pluginData, LocalFrame* frame, unsigned index)
LocalFrame         55 Source/core/plugins/DOMMimeType.h     DOMMimeType(PassRefPtr<PluginData>, LocalFrame*, unsigned index);
LocalFrame         30 Source/core/plugins/DOMMimeTypeArray.cpp DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame)
LocalFrame         35 Source/core/plugins/DOMMimeTypeArray.h class LocalFrame;
LocalFrame         40 Source/core/plugins/DOMMimeTypeArray.h     static PassRefPtrWillBeRawPtr<DOMMimeTypeArray> create(LocalFrame* frame)
LocalFrame         54 Source/core/plugins/DOMMimeTypeArray.h     explicit DOMMimeTypeArray(LocalFrame*);
LocalFrame         27 Source/core/plugins/DOMPlugin.cpp DOMPlugin::DOMPlugin(PluginData* pluginData, LocalFrame* frame, unsigned index)
LocalFrame         38 Source/core/plugins/DOMPlugin.h     static PassRefPtrWillBeRawPtr<DOMPlugin> create(PluginData* pluginData, LocalFrame* frame, unsigned index)
LocalFrame         59 Source/core/plugins/DOMPlugin.h     DOMPlugin(PluginData*, LocalFrame*, unsigned index);
LocalFrame         30 Source/core/plugins/DOMPluginArray.cpp DOMPluginArray::DOMPluginArray(LocalFrame* frame)
LocalFrame         35 Source/core/plugins/DOMPluginArray.h class LocalFrame;
LocalFrame         40 Source/core/plugins/DOMPluginArray.h     static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame)
LocalFrame         56 Source/core/plugins/DOMPluginArray.h     explicit DOMPluginArray(LocalFrame*);
LocalFrame        466 Source/core/rendering/FastTextAutosizer.cpp     for (LocalFrame* frame = m_document->frame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        490 Source/core/rendering/FastTextAutosizer.cpp     LocalFrame* mainFrame = m_document->page()->mainFrame();
LocalFrame         83 Source/core/rendering/FastTextAutosizer.h         RefPtr<LocalFrame> m_mainFrame;
LocalFrame         37 Source/core/rendering/HitTestLocation.h class LocalFrame;
LocalFrame        183 Source/core/rendering/HitTestResult.cpp LocalFrame* HitTestResult::innerNodeFrame() const
LocalFrame        197 Source/core/rendering/HitTestResult.cpp     if (LocalFrame* frame = m_innerNonSharedNode->document().frame())
LocalFrame         39 Source/core/rendering/HitTestResult.h class LocalFrame;
LocalFrame         78 Source/core/rendering/HitTestResult.h     LocalFrame* innerNodeFrame() const;
LocalFrame        127 Source/core/rendering/ImageQualityController.cpp         if (LocalFrame* frame = it->key->document().frame()) {
LocalFrame        177 Source/core/rendering/ImageQualityController.cpp     if (LocalFrame* frame = object->document().frame()) {
LocalFrame        752 Source/core/rendering/RenderBox.cpp     LocalFrame* frame = this->frame();
LocalFrame        843 Source/core/rendering/RenderBox.cpp     LocalFrame* frame = this->frame();
LocalFrame        885 Source/core/rendering/RenderBox.cpp             LocalFrame* frame = this->frame();
LocalFrame        598 Source/core/rendering/RenderFrameSet.cpp     if (LocalFrame* frame = this->frame())
LocalFrame       4125 Source/core/rendering/RenderLayer.cpp     if (WebCore::LocalFrame* frame = layer->renderer()->frame()) {
LocalFrame         78 Source/core/rendering/RenderLayerModelObject.cpp         if (LocalFrame* frame = this->frame()) {
LocalFrame        107 Source/core/rendering/RenderLayerScrollableArea.cpp         if (LocalFrame* frame = m_box->frame())
LocalFrame        111 Source/core/rendering/RenderLayerScrollableArea.cpp     if (LocalFrame* frame = m_box->frame()) {
LocalFrame        128 Source/core/rendering/RenderLayerScrollableArea.cpp     if (LocalFrame* frame = m_box->frame()) {
LocalFrame        357 Source/core/rendering/RenderLayerScrollableArea.cpp     LocalFrame* frame = m_box->frame();
LocalFrame       1238 Source/core/rendering/RenderLayerScrollableArea.cpp     LocalFrame* frame = m_box->frame();
LocalFrame       1408 Source/core/rendering/RenderLayerScrollableArea.cpp     LocalFrame* frame = m_box->frame();
LocalFrame       2147 Source/core/rendering/RenderObject.cpp         if (LocalFrame* frame = this->frame())
LocalFrame       2598 Source/core/rendering/RenderObject.cpp     if (LocalFrame* frame = this->frame()) {
LocalFrame        618 Source/core/rendering/RenderObject.h     LocalFrame* frame() const { return document().frame(); }
LocalFrame         38 Source/core/rendering/RenderScrollbar.cpp PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
LocalFrame         43 Source/core/rendering/RenderScrollbar.cpp RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
LocalFrame         35 Source/core/rendering/RenderScrollbar.h class LocalFrame;
LocalFrame         43 Source/core/rendering/RenderScrollbar.h     RenderScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame*);
LocalFrame         47 Source/core/rendering/RenderScrollbar.h     static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame* owningFrame = 0);
LocalFrame         86 Source/core/rendering/RenderScrollbar.h     LocalFrame* m_owningFrame;
LocalFrame        273 Source/core/rendering/RenderTextControlSingleLine.cpp     if (LocalFrame* frame = document().frame())
LocalFrame        741 Source/core/rendering/RenderTheme.cpp     LocalFrame* frame = document.frame();
LocalFrame        674 Source/core/rendering/RenderTreeAsText.cpp     LocalFrame* frame = doc->frame();
LocalFrame        701 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(LocalFrame* frame, RenderAsTextBehavior behavior)
LocalFrame         35 Source/core/rendering/RenderTreeAsText.h class LocalFrame;
LocalFrame         55 Source/core/rendering/RenderTreeAsText.h String externalRepresentation(LocalFrame*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
LocalFrame        203 Source/core/rendering/TextAutosizer.cpp     LocalFrame* mainFrame = m_document->page()->mainFrame();
LocalFrame        214 Source/core/rendering/TextAutosizer.cpp     for (LocalFrame* frame = m_document->frame(); frame; frame = frame->tree().parent())
LocalFrame        330 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::finishCompositingUpdateForFrameTree(LocalFrame* frame)
LocalFrame        332 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling())
LocalFrame        421 Source/core/rendering/compositing/RenderLayerCompositor.cpp     LocalFrame* localFrame = &m_renderView.frameView()->frame();
LocalFrame        422 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (LocalFrame* currentFrame = localFrame; currentFrame; currentFrame = currentFrame->tree().traverseNext(localFrame)) {
LocalFrame       1935 Source/core/rendering/compositing/RenderLayerCompositor.cpp             LocalFrame& frame = m_renderView.frameView()->frame();
LocalFrame       1977 Source/core/rendering/compositing/RenderLayerCompositor.cpp         LocalFrame& frame = m_renderView.frameView()->frame();
LocalFrame       2009 Source/core/rendering/compositing/RenderLayerCompositor.cpp     LocalFrame& frame = m_renderView.frameView()->frame();
LocalFrame       2011 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (LocalFrame* child = frame.tree().firstChild(); child; child = child->tree().traverseNext(&frame)) {
LocalFrame        265 Source/core/rendering/compositing/RenderLayerCompositor.h     static void finishCompositingUpdateForFrameTree(LocalFrame*);
LocalFrame        121 Source/core/rendering/svg/RenderSVGRoot.cpp     LocalFrame* frame = node()->document().frame();
LocalFrame         36 Source/core/storage/Storage.cpp PassRefPtrWillBeRawPtr<Storage> Storage::create(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
LocalFrame         41 Source/core/storage/Storage.cpp Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
LocalFrame         41 Source/core/storage/Storage.h class LocalFrame;
LocalFrame         45 Source/core/storage/Storage.h     static PassRefPtrWillBeRawPtr<Storage> create(LocalFrame*, PassOwnPtrWillBeRawPtr<StorageArea>);
LocalFrame         70 Source/core/storage/Storage.h     Storage(LocalFrame*, PassOwnPtrWillBeRawPtr<StorageArea>);
LocalFrame         60 Source/core/storage/StorageArea.cpp unsigned StorageArea::length(ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame         69 Source/core/storage/StorageArea.cpp String StorageArea::key(unsigned index, ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame         78 Source/core/storage/StorageArea.cpp String StorageArea::getItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame         87 Source/core/storage/StorageArea.cpp void StorageArea::setItem(const String& key, const String& value, ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame         99 Source/core/storage/StorageArea.cpp void StorageArea::removeItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame        108 Source/core/storage/StorageArea.cpp void StorageArea::clear(ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame        117 Source/core/storage/StorageArea.cpp bool StorageArea::contains(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
LocalFrame        126 Source/core/storage/StorageArea.cpp bool StorageArea::canAccessStorage(LocalFrame* frame)
LocalFrame        148 Source/core/storage/StorageArea.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        176 Source/core/storage/StorageArea.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame         42 Source/core/storage/StorageArea.h class LocalFrame;
LocalFrame         59 Source/core/storage/StorageArea.h     unsigned length(ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         60 Source/core/storage/StorageArea.h     String key(unsigned index, ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         61 Source/core/storage/StorageArea.h     String getItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         62 Source/core/storage/StorageArea.h     void setItem(const String& key, const String& value, ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         63 Source/core/storage/StorageArea.h     void removeItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         64 Source/core/storage/StorageArea.h     void clear(ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         65 Source/core/storage/StorageArea.h     bool contains(const String& key, ExceptionState&, LocalFrame* sourceFrame);
LocalFrame         67 Source/core/storage/StorageArea.h     bool canAccessStorage(LocalFrame*);
LocalFrame         84 Source/core/storage/StorageArea.h     LocalFrame* m_canAccessStorageCachedFrame;
LocalFrame        167 Source/core/svg/SVGAElement.cpp             LocalFrame* frame = document().frame();
LocalFrame        169 Source/core/svg/SVGSVGElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        186 Source/core/svg/SVGSVGElement.cpp     LocalFrame* frame = document().frame();
LocalFrame        431 Source/core/svg/SVGSVGElement.cpp     if (LocalFrame* frame = document().frame())
LocalFrame         90 Source/core/svg/graphics/SVGImage.cpp     LocalFrame* frame = m_page->mainFrame();
LocalFrame        123 Source/core/svg/graphics/SVGImage.cpp     LocalFrame* frame = page->mainFrame();
LocalFrame        406 Source/core/svg/graphics/SVGImage.cpp         RefPtr<LocalFrame> frame = LocalFrame::create(dummyFrameLoaderClient, &page->frameHost(), 0);
LocalFrame         57 Source/core/testing/DummyPageHolder.cpp     m_frame = LocalFrame::create(&m_frameLoaderClient, &m_page->frameHost(), 0);
LocalFrame         74 Source/core/testing/DummyPageHolder.cpp LocalFrame& DummyPageHolder::frame() const
LocalFrame         45 Source/core/testing/DummyPageHolder.h class LocalFrame;
LocalFrame         66 Source/core/testing/DummyPageHolder.h     LocalFrame& frame() const;
LocalFrame         74 Source/core/testing/DummyPageHolder.h     RefPtr<LocalFrame> m_frame;
LocalFrame         41 Source/core/testing/InspectorFrontendClientLocal.h class LocalFrame;
LocalFrame         42 Source/core/testing/InternalSettings.h class LocalFrame;
LocalFrame        235 Source/core/testing/Internals.cpp LocalFrame* Internals::frame() const
LocalFrame        305 Source/core/testing/Internals.cpp     LocalFrame* contextFrame = frame();
LocalFrame        481 Source/core/testing/Internals.cpp     LocalFrame* contextFrame = frame();
LocalFrame       1444 Source/core/testing/Internals.cpp     LocalFrame* frame = document->frame();
LocalFrame       1629 Source/core/testing/Internals.cpp     LocalFrame* frame = document->frame();
LocalFrame       1633 Source/core/testing/Internals.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
LocalFrame         62 Source/core/testing/Internals.h class LocalFrame;
LocalFrame        331 Source/core/testing/Internals.h     LocalFrame* frame() const;
LocalFrame         44 Source/core/testing/MockPagePopupDriver.cpp     static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
LocalFrame         49 Source/core/testing/MockPagePopupDriver.cpp     MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
LocalFrame         57 Source/core/testing/MockPagePopupDriver.cpp inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame)
LocalFrame         77 Source/core/testing/MockPagePopupDriver.cpp PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame)
LocalFrame        103 Source/core/testing/MockPagePopupDriver.cpp inline MockPagePopupDriver::MockPagePopupDriver(LocalFrame* mainFrame)
LocalFrame        108 Source/core/testing/MockPagePopupDriver.cpp PassOwnPtr<MockPagePopupDriver> MockPagePopupDriver::create(LocalFrame* mainFrame)
LocalFrame         36 Source/core/testing/MockPagePopupDriver.h class LocalFrame;
LocalFrame         44 Source/core/testing/MockPagePopupDriver.h     static PassOwnPtr<MockPagePopupDriver> create(LocalFrame* mainFrame);
LocalFrame         49 Source/core/testing/MockPagePopupDriver.h     MockPagePopupDriver(LocalFrame* mainFrame);
LocalFrame         56 Source/core/testing/MockPagePopupDriver.h     LocalFrame* m_mainFrame;
LocalFrame         35 Source/core/testing/v8/WebCoreTestSupport.h class LocalFrame;
LocalFrame        134 Source/core/timing/MemoryInfo.cpp MemoryInfo::MemoryInfo(LocalFrame* frame)
LocalFrame         42 Source/core/timing/MemoryInfo.h class LocalFrame;
LocalFrame         46 Source/core/timing/MemoryInfo.h     static PassRefPtrWillBeRawPtr<MemoryInfo> create(LocalFrame* frame)
LocalFrame         58 Source/core/timing/MemoryInfo.h     explicit MemoryInfo(LocalFrame*);
LocalFrame         48 Source/core/timing/Performance.cpp Performance::Performance(LocalFrame* frame)
LocalFrame         62 Source/core/timing/Performance.h     static PassRefPtrWillBeRawPtr<Performance> create(LocalFrame* frame)
LocalFrame         96 Source/core/timing/Performance.h     explicit Performance(LocalFrame*);
LocalFrame         40 Source/core/timing/PerformanceNavigation.cpp PerformanceNavigation::PerformanceNavigation(LocalFrame* frame)
LocalFrame         42 Source/core/timing/PerformanceNavigation.h class LocalFrame;
LocalFrame         46 Source/core/timing/PerformanceNavigation.h     static PassRefPtrWillBeRawPtr<PerformanceNavigation> create(LocalFrame* frame)
LocalFrame         64 Source/core/timing/PerformanceNavigation.h     explicit PerformanceNavigation(LocalFrame*);
LocalFrame         51 Source/core/timing/PerformanceTiming.cpp PerformanceTiming::PerformanceTiming(LocalFrame* frame)
LocalFrame         45 Source/core/timing/PerformanceTiming.h class LocalFrame;
LocalFrame         50 Source/core/timing/PerformanceTiming.h     static PassRefPtrWillBeRawPtr<PerformanceTiming> create(LocalFrame* frame)
LocalFrame         80 Source/core/timing/PerformanceTiming.h     explicit PerformanceTiming(LocalFrame*);
LocalFrame        132 Source/core/xml/XSLStyleSheetLibxslt.cpp     LocalFrame* frame = ownerDocument()->frame();
LocalFrame         64 Source/core/xml/XSLTProcessor.cpp     const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame)
LocalFrame         38 Source/core/xml/XSLTProcessor.h class LocalFrame;
LocalFrame         53 Source/core/xml/XSLTProcessor.h     PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame);
LocalFrame        112 Source/core/xml/XSLTProcessorLibxslt.cpp         LocalFrame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
LocalFrame         40 Source/modules/donottrack/NavigatorDoNotTrack.cpp NavigatorDoNotTrack::NavigatorDoNotTrack(LocalFrame* frame)
LocalFrame         41 Source/modules/donottrack/NavigatorDoNotTrack.h class LocalFrame;
LocalFrame         57 Source/modules/donottrack/NavigatorDoNotTrack.h     explicit NavigatorDoNotTrack(LocalFrame*);
LocalFrame        718 Source/modules/filesystem/InspectorFileSystemAgent.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        285 Source/modules/geolocation/Geolocation.cpp LocalFrame* Geolocation::frame() const
LocalFrame         43 Source/modules/geolocation/Geolocation.h class LocalFrame;
LocalFrame         59 Source/modules/geolocation/Geolocation.h     LocalFrame* frame() const;
LocalFrame         33 Source/modules/geolocation/NavigatorGeolocation.cpp NavigatorGeolocation::NavigatorGeolocation(LocalFrame* frame)
LocalFrame         29 Source/modules/geolocation/NavigatorGeolocation.h class LocalFrame;
LocalFrame         45 Source/modules/geolocation/NavigatorGeolocation.h     NavigatorGeolocation(LocalFrame*);
LocalFrame        539 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp LocalFrame* findFrameWithSecurityOrigin(Page* page, const String& securityOrigin)
LocalFrame        541 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame        590 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static Document* assertDocument(ErrorString* errorString, LocalFrame* frame)
LocalFrame        617 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
LocalFrame        643 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
LocalFrame        664 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
LocalFrame        775 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
LocalFrame         40 Source/modules/quota/NavigatorStorageQuota.cpp NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
LocalFrame         41 Source/modules/quota/NavigatorStorageQuota.h class LocalFrame;
LocalFrame         62 Source/modules/quota/NavigatorStorageQuota.h     explicit NavigatorStorageQuota(LocalFrame*);
LocalFrame        132 Source/modules/vibration/NavigatorVibration.cpp void NavigatorVibration::didCommitLoad(LocalFrame* frame)
LocalFrame         31 Source/modules/vibration/NavigatorVibration.h class LocalFrame;
LocalFrame         49 Source/modules/vibration/NavigatorVibration.h     virtual void didCommitLoad(LocalFrame*) OVERRIDE;
LocalFrame         42 Source/modules/webdatabase/DOMWindowWebDatabase.h class LocalFrame;
LocalFrame         43 Source/modules/webdatabase/InspectorDatabaseAgent.h class LocalFrame;
LocalFrame         45 Source/modules/webmidi/NavigatorWebMIDI.cpp NavigatorWebMIDI::NavigatorWebMIDI(LocalFrame* frame)
LocalFrame         56 Source/modules/webmidi/NavigatorWebMIDI.h     NavigatorWebMIDI(LocalFrame*);
LocalFrame        216 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::focusedFrameChanged(WebCore::LocalFrame* frame)
LocalFrame        223 Source/web/ChromeClientImpl.cpp Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeatures& features,
LocalFrame        389 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
LocalFrame        412 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::runJavaScriptAlert(LocalFrame* frame, const String& message)
LocalFrame        423 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runJavaScriptConfirm(LocalFrame* frame, const String& message)
LocalFrame        435 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runJavaScriptPrompt(LocalFrame* frame,
LocalFrame        529 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
LocalFrame        546 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::layoutUpdated(LocalFrame* frame) const
LocalFrame        593 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::print(LocalFrame* frame)
LocalFrame        619 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
LocalFrame        699 Source/web/ChromeClientImpl.cpp     LocalFrame* frame = m_webView->mainFrameImpl()->frame();
LocalFrame        758 Source/web/ChromeClientImpl.cpp PassRefPtr<PopupMenu> ChromeClientImpl::createPopupMenu(LocalFrame& frame, PopupMenuClient* client) const
LocalFrame         86 Source/web/ChromeClientImpl.h     virtual void focusedFrameChanged(WebCore::LocalFrame*) OVERRIDE;
LocalFrame         88 Source/web/ChromeClientImpl.h         WebCore::LocalFrame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, WebCore::NavigationPolicy, WebCore::ShouldSendReferrer) OVERRIDE;
LocalFrame        108 Source/web/ChromeClientImpl.h         const WTF::String& message, WebCore::LocalFrame*) OVERRIDE;
LocalFrame        110 Source/web/ChromeClientImpl.h     virtual void runJavaScriptAlert(WebCore::LocalFrame*, const WTF::String&) OVERRIDE;
LocalFrame        111 Source/web/ChromeClientImpl.h     virtual bool runJavaScriptConfirm(WebCore::LocalFrame*, const WTF::String&) OVERRIDE;
LocalFrame        113 Source/web/ChromeClientImpl.h         WebCore::LocalFrame*, const WTF::String& message,
LocalFrame        127 Source/web/ChromeClientImpl.h     virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE;
LocalFrame        129 Source/web/ChromeClientImpl.h     virtual void layoutUpdated(WebCore::LocalFrame*) const OVERRIDE;
LocalFrame        134 Source/web/ChromeClientImpl.h     virtual void print(WebCore::LocalFrame*) OVERRIDE;
LocalFrame        140 Source/web/ChromeClientImpl.h     virtual void runOpenPanel(WebCore::LocalFrame*, PassRefPtr<WebCore::FileChooser>) OVERRIDE;
LocalFrame        165 Source/web/ChromeClientImpl.h     virtual PassRefPtr<WebCore::PopupMenu> createPopupMenu(WebCore::LocalFrame&, WebCore::PopupMenuClient*) const OVERRIDE;
LocalFrame         87 Source/web/ContextMenuClientImpl.cpp static WebURL urlFromFrame(LocalFrame* frame)
LocalFrame        111 Source/web/ContextMenuClientImpl.cpp static String selectMisspelledWord(LocalFrame* selectedFrame)
LocalFrame        154 Source/web/ContextMenuClientImpl.cpp static String selectMisspellingAsync(LocalFrame* selectedFrame, DocumentMarker& marker)
LocalFrame        189 Source/web/ContextMenuClientImpl.cpp     LocalFrame* selectedFrame = r.innerNodeFrame();
LocalFrame        378 Source/web/ContextMenuClientImpl.cpp     LocalFrame* selectedFrame = r.innerNodeFrame();
LocalFrame         66 Source/web/DragClientImpl.cpp                                LocalFrame* frame,
LocalFrame         70 Source/web/DragClientImpl.cpp     RefPtr<LocalFrame> frameProtector = frame;
LocalFrame         58 Source/web/DragClientImpl.h         WebCore::LocalFrame* frame,
LocalFrame         50 Source/web/EditorClientImpl.cpp void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
LocalFrame         63 Source/web/EditorClientImpl.cpp bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const
LocalFrame         71 Source/web/EditorClientImpl.cpp bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const
LocalFrame         38 Source/web/EditorClientImpl.h class LocalFrame;
LocalFrame         52 Source/web/EditorClientImpl.h     virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;
LocalFrame         53 Source/web/EditorClientImpl.h     virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
LocalFrame         54 Source/web/EditorClientImpl.h     virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
LocalFrame         51 Source/web/ExternalPopupMenu.cpp ExternalPopupMenu::ExternalPopupMenu(LocalFrame& frame, PopupMenuClient* popupMenuClient, WebViewImpl& webView)
LocalFrame         42 Source/web/ExternalPopupMenu.h class LocalFrame;
LocalFrame         60 Source/web/ExternalPopupMenu.h     ExternalPopupMenu(WebCore::LocalFrame&, WebCore::PopupMenuClient*, WebViewImpl&);
LocalFrame        415 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidCommitLoad(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType)
LocalFrame        575 Source/web/FrameLoaderClientImpl.cpp PassRefPtr<DocumentLoader> FrameLoaderClientImpl::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
LocalFrame        607 Source/web/FrameLoaderClientImpl.cpp PassRefPtr<LocalFrame> FrameLoaderClientImpl::createFrame(
LocalFrame         91 Source/web/FrameLoaderClientImpl.h     virtual void dispatchDidCommitLoad(WebCore::LocalFrame*, WebCore::HistoryItem*, WebCore::HistoryCommitType) OVERRIDE;
LocalFrame        112 Source/web/FrameLoaderClientImpl.h     virtual PassRefPtr<WebCore::DocumentLoader> createDocumentLoader(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&) OVERRIDE;
LocalFrame        116 Source/web/FrameLoaderClientImpl.h     virtual PassRefPtr<WebCore::LocalFrame> createFrame(const WebCore::KURL&, const WTF::AtomicString& name, const WebCore::Referrer&, WebCore::HTMLFrameOwnerElement*) OVERRIDE;
LocalFrame         40 Source/web/FullscreenController.h class LocalFrame;
LocalFrame         71 Source/web/FullscreenController.h     RefPtr<WebCore::LocalFrame> m_fullScreenFrame;
LocalFrame        101 Source/web/PageWidgetDelegate.cpp     LocalFrame* frame = page ? page->mainFrame() : 0;
LocalFrame        181 Source/web/PageWidgetDelegate.cpp void PageWidgetEventHandler::handleMouseMove(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        186 Source/web/PageWidgetDelegate.cpp void PageWidgetEventHandler::handleMouseLeave(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        191 Source/web/PageWidgetDelegate.cpp void PageWidgetEventHandler::handleMouseDown(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        196 Source/web/PageWidgetDelegate.cpp void PageWidgetEventHandler::handleMouseUp(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        201 Source/web/PageWidgetDelegate.cpp bool PageWidgetEventHandler::handleMouseWheel(LocalFrame& mainFrame, const WebMouseWheelEvent& event)
LocalFrame        206 Source/web/PageWidgetDelegate.cpp bool PageWidgetEventHandler::handleTouchEvent(LocalFrame& mainFrame, const WebTouchEvent& event)
LocalFrame         40 Source/web/PageWidgetDelegate.h class LocalFrame;
LocalFrame         56 Source/web/PageWidgetDelegate.h     virtual void handleMouseMove(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
LocalFrame         57 Source/web/PageWidgetDelegate.h     virtual void handleMouseLeave(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
LocalFrame         58 Source/web/PageWidgetDelegate.h     virtual void handleMouseDown(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
LocalFrame         59 Source/web/PageWidgetDelegate.h     virtual void handleMouseUp(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
LocalFrame         60 Source/web/PageWidgetDelegate.h     virtual bool handleMouseWheel(WebCore::LocalFrame& mainFrame, const WebMouseWheelEvent&);
LocalFrame         64 Source/web/PageWidgetDelegate.h     virtual bool handleTouchEvent(WebCore::LocalFrame& mainFrame, const WebTouchEvent&);
LocalFrame         44 Source/web/PopupMenuChromium.cpp PopupMenuChromium::PopupMenuChromium(LocalFrame& frame, PopupMenuClient* client)
LocalFrame         38 Source/web/PopupMenuChromium.h class LocalFrame;
LocalFrame         49 Source/web/PopupMenuChromium.h     PopupMenuChromium(WebCore::LocalFrame&, WebCore::PopupMenuClient*);
LocalFrame         61 Source/web/SpellCheckerClientImpl.cpp     const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame());
LocalFrame         99 Source/web/SpellCheckerClientImpl.cpp             for (LocalFrame* frame = page->mainFrame(); frame && frame->document(); frame = frame->tree().traverseNext()) {
LocalFrame        106 Source/web/SpellCheckerClientImpl.cpp             if (LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame())) {
LocalFrame        119 Source/web/SpellCheckerClientImpl.cpp     const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame());
LocalFrame         38 Source/web/SpellCheckerClientImpl.h class LocalFrame;
LocalFrame         48 Source/web/StorageClientImpl.cpp bool StorageClientImpl::canAccessStorage(WebCore::LocalFrame* frame, WebCore::StorageType type) const
LocalFrame         19 Source/web/StorageClientImpl.h     virtual bool canAccessStorage(WebCore::LocalFrame*, WebCore::StorageType) const OVERRIDE;
LocalFrame        206 Source/web/TextFinder.cpp         LocalFrame* frame = m_ownerFrame.frame();
LocalFrame        660 Source/web/TextFinder.cpp     LocalFrame* frame = m_ownerFrame.frame();
LocalFrame         49 Source/web/WebDataSourceImpl.cpp PassRefPtr<WebDataSourceImpl> WebDataSourceImpl::create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
LocalFrame        153 Source/web/WebDataSourceImpl.cpp WebDataSourceImpl::WebDataSourceImpl(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
LocalFrame         50 Source/web/WebDataSourceImpl.h     static PassRefPtr<WebDataSourceImpl> create(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&);
LocalFrame         79 Source/web/WebDataSourceImpl.h     WebDataSourceImpl(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&);
LocalFrame        286 Source/web/WebDevToolsAgentImpl.cpp     if (WebCore::LocalFrame* frame = webframe->frame())
LocalFrame        542 Source/web/WebDevToolsAgentImpl.cpp LocalFrame* WebDevToolsAgentImpl::mainFrame()
LocalFrame         47 Source/web/WebDevToolsAgentImpl.h class LocalFrame;
LocalFrame        136 Source/web/WebDevToolsAgentImpl.h     WebCore::LocalFrame* mainFrame();
LocalFrame        200 Source/web/WebFrameImpl.cpp static void frameContentAsPlainText(size_t maxChars, LocalFrame* frame, StringBuilder& output)
LocalFrame        236 Source/web/WebFrameImpl.cpp     for (LocalFrame* curChild = frameTree.firstChild(); curChild; curChild = curChild->tree().nextSibling()) {
LocalFrame        261 Source/web/WebFrameImpl.cpp WebPluginContainerImpl* WebFrameImpl::pluginContainerFromFrame(LocalFrame* frame)
LocalFrame        271 Source/web/WebFrameImpl.cpp WebPluginContainerImpl* WebFrameImpl::pluginContainerFromNode(WebCore::LocalFrame* frame, const WebNode& node)
LocalFrame        284 Source/web/WebFrameImpl.cpp     ChromePrintContext(LocalFrame* frame)
LocalFrame        398 Source/web/WebFrameImpl.cpp     ChromePluginPrintContext(LocalFrame* frame, WebPluginContainerImpl* plugin, const WebPrintParams& printParams)
LocalFrame       1278 Source/web/WebFrameImpl.cpp void WebFrameImpl::selectWordAroundPosition(LocalFrame* frame, VisiblePosition position)
LocalFrame       1668 Source/web/WebFrameImpl.cpp void WebFrameImpl::setWebCoreFrame(PassRefPtr<WebCore::LocalFrame> frame)
LocalFrame       1675 Source/web/WebFrameImpl.cpp     setWebCoreFrame(LocalFrame::create(&m_frameLoaderClientImpl, &page->frameHost(), 0));
LocalFrame       1682 Source/web/WebFrameImpl.cpp PassRefPtr<LocalFrame> WebFrameImpl::createChildFrame(const FrameLoadRequest& request, HTMLFrameOwnerElement* ownerElement)
LocalFrame       1689 Source/web/WebFrameImpl.cpp     RefPtr<LocalFrame> childFrame = LocalFrame::create(&webframe->m_frameLoaderClientImpl, frame()->host(), ownerElement);
LocalFrame       1767 Source/web/WebFrameImpl.cpp WebFrameImpl* WebFrameImpl::fromFrame(LocalFrame* frame)
LocalFrame        246 Source/web/WebFrameImpl.h     PassRefPtr<WebCore::LocalFrame> createChildFrame(
LocalFrame        253 Source/web/WebFrameImpl.h     static WebFrameImpl* fromFrame(WebCore::LocalFrame* frame);
LocalFrame        258 Source/web/WebFrameImpl.h     static WebPluginContainerImpl* pluginContainerFromFrame(WebCore::LocalFrame*);
LocalFrame        263 Source/web/WebFrameImpl.h     static WebPluginContainerImpl* pluginContainerFromNode(WebCore::LocalFrame*, const WebNode&);
LocalFrame        298 Source/web/WebFrameImpl.h     WebCore::LocalFrame* frame() const { return m_frame.get(); }
LocalFrame        307 Source/web/WebFrameImpl.h     static void selectWordAroundPosition(WebCore::LocalFrame*, WebCore::VisiblePosition);
LocalFrame        325 Source/web/WebFrameImpl.h     void setWebCoreFrame(PassRefPtr<WebCore::LocalFrame>);
LocalFrame        339 Source/web/WebFrameImpl.h     RefPtr<WebCore::LocalFrame> m_frame;
LocalFrame         55 Source/web/WebMediaPlayerClientImpl.cpp static PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(WebMediaPlayerClient* client, const WebURL& url, LocalFrame* frame)
LocalFrame        186 Source/web/WebMediaPlayerClientImpl.cpp     LocalFrame* frame = mediaElement().document().frame();
LocalFrame        216 Source/web/WebPagePopupImpl.cpp     RefPtr<LocalFrame> frame = LocalFrame::create(emptyFrameLoaderClient, &m_page->frameHost(), 0);
LocalFrame        305 Source/web/WebPagePopupImpl.cpp         LocalFrame* mainFrame = m_page->mainFrame();
LocalFrame        365 Source/web/WebPagePopupImpl.cpp     LocalFrame& frame = *m_page->mainFrame();
LocalFrame         81 Source/web/WebPageSerializer.cpp                                  Vector<LocalFrame*>* visitedFrames,
LocalFrame         82 Source/web/WebPageSerializer.cpp                                  Vector<LocalFrame*>* framesToVisit,
LocalFrame        110 Source/web/WebPageSerializer.cpp void retrieveResourcesForFrame(LocalFrame* frame,
LocalFrame        112 Source/web/WebPageSerializer.cpp                                Vector<LocalFrame*>* visitedFrames,
LocalFrame        113 Source/web/WebPageSerializer.cpp                                Vector<LocalFrame*>* framesToVisit,
LocalFrame        217 Source/web/WebPageSerializer.cpp     Vector<LocalFrame*> framesToVisit;
LocalFrame        218 Source/web/WebPageSerializer.cpp     Vector<LocalFrame*> visitedFrames;
LocalFrame        225 Source/web/WebPageSerializer.cpp         LocalFrame* frame = framesToVisit[0];
LocalFrame        303 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
LocalFrame        437 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
LocalFrame        450 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
LocalFrame        471 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
LocalFrame        498 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
LocalFrame        877 Source/web/WebPluginContainerImpl.cpp     LocalFrame& containingFrame = toFrameView(parent())->frame();
LocalFrame         43 Source/web/WebPopupMenuImpl.h class LocalFrame;
LocalFrame        113 Source/web/WebRange.cpp     WebCore::LocalFrame* webFrame = toWebFrameImpl(frame)->frame();
LocalFrame        124 Source/web/WebRange.cpp     LocalFrame* frame = m_private->ownerDocument().frame();
LocalFrame        445 Source/web/WebViewImpl.cpp void WebViewImpl::handleMouseLeave(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        451 Source/web/WebViewImpl.cpp void WebViewImpl::handleMouseDown(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        531 Source/web/WebViewImpl.cpp     LocalFrame* targetLocalFrame = toLocalFrame(targetFrame);
LocalFrame        544 Source/web/WebViewImpl.cpp void WebViewImpl::handleMouseUp(LocalFrame& mainFrame, const WebMouseEvent& event)
LocalFrame        556 Source/web/WebViewImpl.cpp bool WebViewImpl::handleMouseWheel(LocalFrame& mainFrame, const WebMouseWheelEvent& event)
LocalFrame        913 Source/web/WebViewImpl.cpp     RefPtr<LocalFrame> frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame        968 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       1016 Source/web/WebViewImpl.cpp         LocalFrame* frame = node->document().frame();
LocalFrame       1126 Source/web/WebViewImpl.cpp static bool invokesHandCursor(Node* node, bool shiftKey, LocalFrame* frame)
LocalFrame       1324 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       1437 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       1531 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
LocalFrame       1615 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
LocalFrame       1695 Source/web/WebViewImpl.cpp         LocalFrame* mainFrame = m_page->mainFrame();
LocalFrame       1877 Source/web/WebViewImpl.cpp             LocalFrame* localFrame = toLocalFrame(focusedFrame.get());
LocalFrame       1903 Source/web/WebViewImpl.cpp         LocalFrame* frame = m_page->mainFrame();
LocalFrame       1930 Source/web/WebViewImpl.cpp     LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       1996 Source/web/WebViewImpl.cpp     LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2008 Source/web/WebViewImpl.cpp     LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2030 Source/web/WebViewImpl.cpp     LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2156 Source/web/WebViewImpl.cpp     const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2200 Source/web/WebViewImpl.cpp     LocalFrame* focusedFrame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2211 Source/web/WebViewImpl.cpp WebPlugin* WebViewImpl::focusedPluginIfInputMethodSupported(LocalFrame* frame)
LocalFrame       2239 Source/web/WebViewImpl.cpp     const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2252 Source/web/WebViewImpl.cpp     if (const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()))
LocalFrame       2259 Source/web/WebViewImpl.cpp     const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2285 Source/web/WebViewImpl.cpp     const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2304 Source/web/WebViewImpl.cpp     const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame());
LocalFrame       2416 Source/web/WebViewImpl.cpp     LocalFrame* frame = toWebFrameImpl(relativeToFrame)->frame();
LocalFrame       2435 Source/web/WebViewImpl.cpp     LocalFrame* webcoreFrame = toWebFrameImpl(frame)->frame();
LocalFrame       2457 Source/web/WebViewImpl.cpp     LocalFrame* localFrame = toLocalFrame(frame.get());
LocalFrame       2487 Source/web/WebViewImpl.cpp     LocalFrame* frame = page()->mainFrame();
LocalFrame       2586 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
LocalFrame       2613 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
LocalFrame       2838 Source/web/WebViewImpl.cpp     if (LocalFrame* frame = page()->mainFrame()) {
LocalFrame       2940 Source/web/WebViewImpl.cpp     LocalFrame* frame = page()->mainFrame();
LocalFrame       3151 Source/web/WebViewImpl.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
LocalFrame       3326 Source/web/WebViewImpl.cpp     if (LocalFrame* focusedFrame = toLocalFrame(page()->focusController().focusedOrMainFrame()))
LocalFrame       3333 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
LocalFrame       3349 Source/web/WebViewImpl.cpp     LocalFrame* frame = m_page->mainFrame();
LocalFrame       3498 Source/web/WebViewImpl.cpp void WebViewImpl::startDragging(LocalFrame* frame,
LocalFrame        419 Source/web/WebViewImpl.h         WebCore::LocalFrame*,
LocalFrame        590 Source/web/WebViewImpl.h     virtual void handleMouseLeave(WebCore::LocalFrame&, const WebMouseEvent&) OVERRIDE;
LocalFrame        591 Source/web/WebViewImpl.h     virtual void handleMouseDown(WebCore::LocalFrame&, const WebMouseEvent&) OVERRIDE;
LocalFrame        592 Source/web/WebViewImpl.h     virtual void handleMouseUp(WebCore::LocalFrame&, const WebMouseEvent&) OVERRIDE;
LocalFrame        593 Source/web/WebViewImpl.h     virtual bool handleMouseWheel(WebCore::LocalFrame&, const WebMouseWheelEvent&) OVERRIDE;
LocalFrame        599 Source/web/WebViewImpl.h     WebPlugin* focusedPluginIfInputMethodSupported(WebCore::LocalFrame*);
LocalFrame         54 Source/web/tests/MHTMLTest.cpp using WebCore::LocalFrame;
LocalFrame        110 Source/web/tests/MHTMLTest.cpp     LocalFrame* frame = page()->mainFrame();
LocalFrame         61 Source/web/tests/ProgrammaticScrollTest.cpp     LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
LocalFrame         90 Source/web/tests/ProgrammaticScrollTest.cpp     LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
LocalFrame        111 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
LocalFrame        238 Source/web/tests/TouchActionTest.cpp             WebCore::LocalFrame* frame = root->document().frame();
LocalFrame         59 Source/web/tests/ViewportTest.cpp using WebCore::LocalFrame;
LocalFrame        656 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> frame = webViewHelper.webViewImpl()->page()->mainFrame();
LocalFrame        775 Source/web/tests/WebFrameTest.cpp     WebCore::LocalFrame* mainFrame = webViewHelper.webViewImpl()->page()->mainFrame();
LocalFrame        783 Source/web/tests/WebFrameTest.cpp     for (WebCore::LocalFrame* frame = mainFrame; frame; frame = frame->tree().traverseNext())
LocalFrame        788 Source/web/tests/WebFrameTest.cpp     for (WebCore::LocalFrame* frame = mainFrame; frame; frame = frame->tree().traverseNext())
LocalFrame       3338 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> holdSecondFrame = secondFrame->frame();
LocalFrame       3379 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> holdSecondFrame = secondFrame->frame();
LocalFrame       3420 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> holdSecondFrame = secondFrame->frame();