frame              92 Source/bindings/templates/interface.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
frame             116 Source/bindings/templates/interface.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
frame             122 Source/bindings/templates/interface.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
frame             536 Source/bindings/templates/interface.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
frame            1249 Source/bindings/templates/interface.cpp         if (LocalFrame* frame = impl->frame())
frame            1250 Source/bindings/templates/interface.cpp             frame->script().windowShell(world)->updateDocumentWrapper(wrapper);
frame            1275 Source/bindings/templates/interface.cpp     if (LocalFrame* frame = impl->frame()) {
frame            1276 Source/bindings/templates/interface.cpp         if (frame->script().initializeMainWorld()) {
frame              26 Source/bindings/templates/methods.cpp         if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) {
frame              34 Source/bindings/templates/methods.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
frame             348 Source/bindings/templates/methods.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             154 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
frame             169 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
frame             175 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
frame             182 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
frame             224 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             275 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             326 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             377 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             428 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             479 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
frame             511 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
frame             109 Source/bindings/tests/results/V8TestInterfaceDocument.cpp         if (LocalFrame* frame = impl->frame())
frame             110 Source/bindings/tests/results/V8TestInterfaceDocument.cpp             frame->script().windowShell(world)->updateDocumentWrapper(wrapper);
frame             126 Source/bindings/tests/results/V8TestInterfaceDocument.cpp     if (LocalFrame* frame = impl->frame()) {
frame             127 Source/bindings/tests/results/V8TestInterfaceDocument.cpp         if (frame->script().initializeMainWorld()) {
frame              76 Source/bindings/v8/BindingSecurity.cpp         if (LocalFrame* frame = targetDocument->frame())
frame              77 Source/bindings/v8/BindingSecurity.cpp             frame->domWindow()->printErrorMessage(targetDocument->domWindow()->crossDomainAccessErrorMessage(callingWindow));
frame              87 Source/bindings/v8/NPV8Object.cpp     return toV8Context(isolate, object->rootObject->frame(), DOMWrapperWorld::mainWorld());
frame             253 Source/bindings/v8/NPV8Object.cpp     LocalFrame* frame = v8NpObject->rootObject->frame();
frame             254 Source/bindings/v8/NPV8Object.cpp     ASSERT(frame);
frame             259 Source/bindings/v8/NPV8Object.cpp     v8::Local<v8::Value> resultObject = frame->script().callFunction(function, v8Object, argumentCount, argv.get());
frame             305 Source/bindings/v8/NPV8Object.cpp         LocalFrame* frame = v8NpObject->rootObject->frame();
frame             306 Source/bindings/v8/NPV8Object.cpp         ASSERT(frame);
frame             309 Source/bindings/v8/NPV8Object.cpp         resultObject = frame->script().callFunction(function, functionObject, argumentCount, argv.get());
frame             351 Source/bindings/v8/NPV8Object.cpp     LocalFrame* frame = v8NpObject->rootObject->frame();
frame             352 Source/bindings/v8/NPV8Object.cpp     ASSERT(frame);
frame             357 Source/bindings/v8/NPV8Object.cpp     v8::Local<v8::Value> v8result = frame->script().executeScriptAndReturnValue(context, ScriptSourceCode(script, KURL(ParsedURLString, filename)));
frame             417 Source/bindings/v8/NPV8Object.cpp         obj->Set(npIdentifierToV8Identifier(propertyName, context->GetIsolate()), convertNPVariantToV8Object(value, object->rootObject->frame()->script().windowScriptNPObject(), context->GetIsolate()));
frame             597 Source/bindings/v8/NPV8Object.cpp             LocalFrame* frame = object->rootObject->frame();
frame             598 Source/bindings/v8/NPV8Object.cpp             ASSERT(frame);
frame             600 Source/bindings/v8/NPV8Object.cpp             resultObject = V8ObjectConstructor::newInstanceInDocument(isolate, ctor, argumentCount, argv.get(), frame ? frame->document() : 0);
frame             154 Source/bindings/v8/PageScriptDebugServer.cpp     RefPtr<LocalFrame> protect = toDocument(executionContext)->frame();
frame             171 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = toDocument(executionContext)->frame();
frame             173 Source/bindings/v8/PageScriptDebugServer.cpp     if (frame)
frame             174 Source/bindings/v8/PageScriptDebugServer.cpp         cookie = InspectorInstrumentation::willEvaluateScript(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt());
frame             176 Source/bindings/v8/PageScriptDebugServer.cpp     RefPtr<LocalFrame> protect = frame;
frame             179 Source/bindings/v8/PageScriptDebugServer.cpp     if (frame)
frame             186 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context);
frame             187 Source/bindings/v8/PageScriptDebugServer.cpp     if (!frame)
frame             189 Source/bindings/v8/PageScriptDebugServer.cpp     return m_listenersMap.get(frame->page());
frame             195 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context);
frame             196 Source/bindings/v8/PageScriptDebugServer.cpp     m_pausedPage = frame->page();
frame             216 Source/bindings/v8/PageScriptDebugServer.cpp     LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(eventContext);
frame             217 Source/bindings/v8/PageScriptDebugServer.cpp     if (!frame)
frame             220 Source/bindings/v8/PageScriptDebugServer.cpp     if (!canPreprocess(frame))
frame             246 Source/bindings/v8/PageScriptDebugServer.cpp bool PageScriptDebugServer::canPreprocess(LocalFrame* frame)
frame             248 Source/bindings/v8/PageScriptDebugServer.cpp     ASSERT(frame);
frame             250 Source/bindings/v8/PageScriptDebugServer.cpp     if (!m_preprocessorSourceCode || !frame->page() || isCreatingPreprocessor)
frame             257 Source/bindings/v8/PageScriptDebugServer.cpp         m_scriptPreprocessor = adoptPtr(new ScriptPreprocessor(*m_preprocessorSourceCode.get(), frame));
frame             270 Source/bindings/v8/PageScriptDebugServer.cpp PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
frame             272 Source/bindings/v8/PageScriptDebugServer.cpp     if (!canPreprocess(frame))
frame             279 Source/bindings/v8/PageScriptDebugServer.cpp String PageScriptDebugServer::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
frame             281 Source/bindings/v8/PageScriptDebugServer.cpp     if (!canPreprocess(frame))
frame              75 Source/bindings/v8/ScheduledAction.cpp         LocalFrame* frame = toDocument(context)->frame();
frame              76 Source/bindings/v8/ScheduledAction.cpp         if (!frame)
frame              78 Source/bindings/v8/ScheduledAction.cpp         if (!frame->script().canExecuteScripts(AboutToExecuteScript))
frame              80 Source/bindings/v8/ScheduledAction.cpp         execute(frame);
frame              86 Source/bindings/v8/ScheduledAction.cpp void ScheduledAction::execute(LocalFrame* frame)
frame             100 Source/bindings/v8/ScheduledAction.cpp         frame->script().callFunction(m_function.newLocal(m_isolate), context->Global(), info.size(), info.data());
frame             102 Source/bindings/v8/ScheduledAction.cpp         frame->script().executeScriptAndReturnValue(context, ScriptSourceCode(m_code));
frame              50 Source/bindings/v8/ScriptCallStackFactory.cpp static ScriptCallFrame toScriptCallFrame(v8::Handle<v8::StackFrame> frame)
frame              53 Source/bindings/v8/ScriptCallStackFactory.cpp     stringBuilder.appendNumber(frame->GetScriptId());
frame              56 Source/bindings/v8/ScriptCallStackFactory.cpp     v8::Local<v8::String> sourceNameValue(frame->GetScriptNameOrSourceURL());
frame              61 Source/bindings/v8/ScriptCallStackFactory.cpp     v8::Local<v8::String> functionNameValue(frame->GetFunctionName());
frame              65 Source/bindings/v8/ScriptCallStackFactory.cpp     int sourceLineNumber = frame->GetLineNumber();
frame              66 Source/bindings/v8/ScriptCallStackFactory.cpp     int sourceColumn = frame->GetColumn();
frame              82 Source/bindings/v8/ScriptController.cpp bool ScriptController::canAccessFromCurrentOrigin(LocalFrame *frame)
frame              84 Source/bindings/v8/ScriptController.cpp     if (!frame)
frame              86 Source/bindings/v8/ScriptController.cpp     v8::Isolate* isolate = toIsolate(frame);
frame              87 Source/bindings/v8/ScriptController.cpp     return !isolate->InContext() || BindingSecurity::shouldAllowAccessToFrame(isolate, frame);
frame              90 Source/bindings/v8/ScriptController.cpp ScriptController::ScriptController(LocalFrame* frame)
frame              91 Source/bindings/v8/ScriptController.cpp     : m_frame(frame)
frame              94 Source/bindings/v8/ScriptController.cpp     , m_windowShell(V8WindowShell::create(frame, DOMWrapperWorld::mainWorld(), m_isolate))
frame             261 Source/bindings/v8/ScriptController.cpp void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object)
frame             265 Source/bindings/v8/ScriptController.cpp     v8::Handle<v8::Context> v8Context = toV8Context(m_isolate, frame, DOMWrapperWorld::mainWorld());
frame             372 Source/bindings/v8/ScriptController.cpp static NPObject* createScriptObject(LocalFrame* frame, v8::Isolate* isolate)
frame             375 Source/bindings/v8/ScriptController.cpp     v8::Handle<v8::Context> v8Context = toV8Context(isolate, frame, DOMWrapperWorld::mainWorld());
frame             380 Source/bindings/v8/ScriptController.cpp     DOMWindow* window = frame->domWindow();
frame             220 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::stepCommandWithFrame(const char* functionName, const ScriptValue& frame)
frame             225 Source/bindings/v8/ScriptDebugServer.cpp     if (frame.hasNoValue()) {
frame             228 Source/bindings/v8/ScriptDebugServer.cpp         JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(v8::Handle<v8::Object>::Cast(frame.v8Value()));
frame             241 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::stepOverStatement(const ScriptValue& frame)
frame             243 Source/bindings/v8/ScriptDebugServer.cpp     stepCommandWithFrame("stepOverStatement", frame);
frame             246 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::stepOutOfFunction(const ScriptValue& frame)
frame             248 Source/bindings/v8/ScriptDebugServer.cpp     stepCommandWithFrame(stepOutV8MethodName, frame);
frame              77 Source/bindings/v8/ScriptDebugServer.h     void stepOverStatement(const ScriptValue& frame);
frame              78 Source/bindings/v8/ScriptDebugServer.h     void stepOutOfFunction(const ScriptValue& frame);
frame             148 Source/bindings/v8/ScriptDebugServer.h     void stepCommandWithFrame(const char* functionName, const ScriptValue& frame);
frame              65 Source/bindings/v8/ScriptEventListener.cpp     if (LocalFrame* frame = node->document().frame()) {
frame              66 Source/bindings/v8/ScriptEventListener.cpp         isolate = toIsolate(frame);
frame              67 Source/bindings/v8/ScriptEventListener.cpp         ScriptController& scriptController = frame->script();
frame              79 Source/bindings/v8/ScriptEventListener.cpp PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame* frame, const QualifiedName& name, const AtomicString& value)
frame              81 Source/bindings/v8/ScriptEventListener.cpp     if (!frame)
frame              87 Source/bindings/v8/ScriptEventListener.cpp     ScriptController& scriptController = frame->script();
frame              92 Source/bindings/v8/ScriptEventListener.cpp     String sourceURL = frame->document()->url().string();
frame              94 Source/bindings/v8/ScriptEventListener.cpp     return V8LazyEventListener::create(name.localName(), eventParameterName(frame->document()->isSVGDocument()), value, sourceURL, position, 0, toIsolate(frame));
frame             151 Source/bindings/v8/ScriptEventListener.cpp ScriptState* eventListenerHandlerScriptState(LocalFrame* frame, EventListener* listener)
frame             156 Source/bindings/v8/ScriptEventListener.cpp     v8::HandleScope scope(toIsolate(frame));
frame             157 Source/bindings/v8/ScriptEventListener.cpp     v8::Handle<v8::Context> v8Context = frame->script().windowShell(v8Listener->world())->context();
frame              46 Source/bindings/v8/ScriptPreprocessor.cpp ScriptPreprocessor::ScriptPreprocessor(const ScriptSourceCode& preprocessorSourceCode, LocalFrame* frame)
frame              50 Source/bindings/v8/ScriptPreprocessor.cpp     ASSERT(frame);
frame              56 Source/bindings/v8/ScriptPreprocessor.cpp     frame->script().executeScriptInIsolatedWorld(ScriptPreprocessorIsolatedWorldId, sources, DOMWrapperWorld::mainWorldExtensionGroup, &scriptResults);
frame              59 Source/bindings/v8/ScriptPreprocessor.cpp         frame->host()->console().addMessage(JSMessageSource, ErrorMessageLevel, "ScriptPreprocessor internal error, one ScriptSourceCode must give exactly one result.");
frame              65 Source/bindings/v8/ScriptPreprocessor.cpp         frame->host()->console().addMessage(JSMessageSource, ErrorMessageLevel, "The preprocessor must compile to a function.");
frame              70 Source/bindings/v8/ScriptPreprocessor.cpp     v8::Local<v8::Context> context = toV8Context(m_isolate, frame, *m_world);
frame             110 Source/bindings/v8/ScriptState.cpp ScriptState* mainWorldScriptState(LocalFrame* frame)
frame             112 Source/bindings/v8/ScriptState.cpp     v8::Isolate* isolate = toIsolate(frame);
frame             114 Source/bindings/v8/ScriptState.cpp     return ScriptState::forContext(toV8Context(isolate, frame, DOMWrapperWorld::mainWorld()));
frame             561 Source/bindings/v8/V8Binding.cpp         return window->frame();
frame             572 Source/bindings/v8/V8Binding.cpp         if (LocalFrame* frame = toDocument(context)->frame())
frame             573 Source/bindings/v8/V8Binding.cpp             return frame->script().windowShell(world)->context();
frame             581 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Context> toV8Context(v8::Isolate* isolate, LocalFrame* frame, DOMWrapperWorld& world)
frame             583 Source/bindings/v8/V8Binding.cpp     if (!frame)
frame             585 Source/bindings/v8/V8Binding.cpp     v8::Local<v8::Context> context = frame->script().windowShell(world)->context();
frame             589 Source/bindings/v8/V8Binding.cpp     return frame == attachedFrame ? context : v8::Local<v8::Context>();
frame             662 Source/bindings/v8/V8Binding.cpp v8::Isolate* toIsolate(LocalFrame* frame)
frame             664 Source/bindings/v8/V8Binding.cpp     ASSERT(frame);
frame             665 Source/bindings/v8/V8Binding.cpp     return frame->script().isolate();
frame              85 Source/bindings/v8/V8EventListener.cpp     LocalFrame* frame = toDocument(context)->frame();
frame              86 Source/bindings/v8/V8EventListener.cpp     if (!frame)
frame              89 Source/bindings/v8/V8EventListener.cpp     if (!frame->script().canExecuteScripts(AboutToExecuteScript))
frame              93 Source/bindings/v8/V8EventListener.cpp     return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
frame              65 Source/bindings/v8/V8Initializer.cpp         return V8Window::toNative(windowWrapper)->frame();
frame              69 Source/bindings/v8/V8Initializer.cpp         return V8History::toNative(host)->frame();
frame              72 Source/bindings/v8/V8Initializer.cpp         return V8Location::toNative(host)->frame();
frame             129 Source/bindings/v8/V8Initializer.cpp     LocalFrame* frame = enteredWindow->document()->frame();
frame             130 Source/bindings/v8/V8Initializer.cpp     if (frame && frame->script().existingWindowShell(world))
frame              95 Source/bindings/v8/V8LazyEventListener.cpp     LocalFrame* frame = toDocument(context)->frame();
frame              96 Source/bindings/v8/V8LazyEventListener.cpp     if (!frame)
frame              99 Source/bindings/v8/V8LazyEventListener.cpp     if (!frame->script().canExecuteScripts(AboutToExecuteScript))
frame             103 Source/bindings/v8/V8LazyEventListener.cpp     return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
frame             134 Source/bindings/v8/V8LazyEventListener.cpp     String listenerSource =  InspectorInstrumentation::preprocessEventListener(toDocument(context)->frame(), m_code, m_sourceURL, m_functionName);
frame              80 Source/bindings/v8/V8WindowShell.cpp PassOwnPtr<V8WindowShell> V8WindowShell::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate)
frame              82 Source/bindings/v8/V8WindowShell.cpp     return adoptPtr(new V8WindowShell(frame, &world, isolate));
frame              85 Source/bindings/v8/V8WindowShell.cpp V8WindowShell::V8WindowShell(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
frame              86 Source/bindings/v8/V8WindowShell.cpp     : m_frame(frame)
frame             436 Source/bindings/v8/V8WindowShell.cpp         Frame* frame = 0;
frame             437 Source/bindings/v8/V8WindowShell.cpp         if (isHTMLIFrameElement(*element) && (frame = toHTMLIFrameElement(*element).contentFrame()))
frame             438 Source/bindings/v8/V8WindowShell.cpp             return toV8(frame->domWindow(), creationContext, isolate);
frame              73 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp         LocalFrame* frame = callingDOMWindow(m_isolate)->frame();
frame              74 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp         if (frame && frame->host())
frame              75 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp             frame->host()->console().addMessage(JSMessageSource, ErrorMessageLevel, "XPathNSResolver does not have a lookupNamespaceURI method.");
frame              59 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp         if (RefPtr<LocalFrame> frame = htmlDocument->frame()) {
frame              61 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp             v8::Local<v8::Context> context = toV8Context(info.GetIsolate(), frame.get(), DOMWrapperWorld::current(info.GetIsolate()));
frame              78 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp             v8SetReturnValue(info, frame->script().callFunction(v8::Local<v8::Function>::Cast(function), global, info.Length(), params.get()));
frame             117 Source/bindings/v8/custom/V8InjectedScriptManager.cpp     LocalFrame* frame = V8Window::toNative(holder)->frame();
frame             120 Source/bindings/v8/custom/V8InjectedScriptManager.cpp     return BindingSecurity::shouldAllowAccessToFrame(scriptState->isolate(), frame, DoNotReportSecurityError);
frame              81 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!impl->frame() || !impl->document()) {
frame              85 Source/bindings/v8/custom/V8WindowCustom.cpp     v8::Handle<v8::Context> context = toV8Context(info.GetIsolate(), impl->frame(), DOMWrapperWorld::current(info.GetIsolate()));
frame             112 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState))
frame             128 Source/bindings/v8/custom/V8WindowCustom.cpp         ASSERT(impl->frame());
frame             135 Source/bindings/v8/custom/V8WindowCustom.cpp         ASSERT(impl->frame());
frame             158 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = V8Window::toNative(info.Holder())->frame();
frame             160 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), frame, exceptionState)) {
frame             165 Source/bindings/v8/custom/V8WindowCustom.cpp     ASSERT(frame);
frame             166 Source/bindings/v8/custom/V8WindowCustom.cpp     v8::Local<v8::Context> context = toV8Context(info.GetIsolate(), frame, DOMWrapperWorld::current(info.GetIsolate()));
frame             178 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = V8Window::toNative(info.Holder())->frame();
frame             180 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), frame, exceptionState)) {
frame             185 Source/bindings/v8/custom/V8WindowCustom.cpp     ASSERT(frame);
frame             186 Source/bindings/v8/custom/V8WindowCustom.cpp     v8::Local<v8::Context> context = toV8Context(info.GetIsolate(), frame, DOMWrapperWorld::current(info.GetIsolate()));
frame             215 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
frame             226 Source/bindings/v8/custom/V8WindowCustom.cpp         ASSERT(impl->frame());
frame             227 Source/bindings/v8/custom/V8WindowCustom.cpp         impl->frame()->loader().setOpener(0);
frame             324 Source/bindings/v8/custom/V8WindowCustom.cpp     m_dialogContext = dialogFrame->frame() ? toV8Context(isolate, dialogFrame->frame(), DOMWrapperWorld::current(isolate)) : v8::Local<v8::Context>();
frame             353 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
frame             371 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
frame             400 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = window->frame();
frame             402 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!frame)
frame             407 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* child = frame->tree().scopedChild(propName);
frame             418 Source/bindings/v8/custom/V8WindowCustom.cpp     Document* doc = frame->document();
frame             462 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* target = targetWindow->frame();
frame             505 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* target = targetWindow->frame();
frame             536 Source/bindings/v8/custom/V8WindowCustom.cpp     LocalFrame* frame = window->frame();
frame             537 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!frame)
frame             553 Source/bindings/v8/custom/V8WindowCustom.cpp     v8::Handle<v8::Context> context = toV8Context(isolate, frame, DOMWrapperWorld::current(isolate));
frame             589 Source/core/accessibility/AXObject.cpp     return frameView->frame().document();
frame            1017 Source/core/accessibility/AXObjectCache.cpp         Document* document = toFrameView(scrollBar->parent())->frame().document();
frame            1023 Source/core/accessibility/AXObjectCache.cpp     if (!obj || !obj->document() || !obj->documentFrameView() || !obj->documentFrameView()->frame().page())
frame            1026 Source/core/accessibility/AXObjectCache.cpp     ChromeClient& client = obj->documentFrameView()->frame().page()->chrome().client();
frame             490 Source/core/accessibility/AXRenderObject.cpp     FrameView* view = m_renderer->frame()->view();
frame             535 Source/core/accessibility/AXRenderObject.cpp         || (roleValue() == WebAreaRole && document.frame()->selection().isFocusedAndActive()))
frame             911 Source/core/accessibility/AXRenderObject.cpp         if (m_renderer->frame())
frame            1357 Source/core/accessibility/AXRenderObject.cpp         return axObjectCache()->getOrCreate(m_renderer->frame()->view());
frame            1366 Source/core/accessibility/AXRenderObject.cpp         return axObjectCache()->get(m_renderer->frame()->view());
frame            1500 Source/core/accessibility/AXRenderObject.cpp     if (LocalFrame* frame = m_renderer->document().frame())
frame            1501 Source/core/accessibility/AXRenderObject.cpp         return frame->loader().progress().estimatedProgress();
frame            1595 Source/core/accessibility/AXRenderObject.cpp     return m_renderer->frame()->selection().selection();
frame            1611 Source/core/accessibility/AXRenderObject.cpp     LocalFrame* frame = document.frame();
frame            1612 Source/core/accessibility/AXRenderObject.cpp     if (!frame)
frame            1615 Source/core/accessibility/AXRenderObject.cpp     frame->selection().setSelection(VisibleSelection(Position(node, range.start, Position::PositionIsOffsetInAnchor),
frame            1656 Source/core/accessibility/AXRenderObject.cpp     if (!doc.frame()->selection().isFocusedAndActive() || doc.focusedElement() != element)
frame            2067 Source/core/accessibility/AXRenderObject.cpp     Document* doc = frameView->frame().document();
frame            2345 Source/core/accessibility/AXRenderObject.cpp     if (isWebArea() && obj->frame()->view())
frame            2346 Source/core/accessibility/AXRenderObject.cpp         result.setSize(obj->frame()->view()->contentsSize());
frame             170 Source/core/accessibility/AXScrollView.cpp     Document* doc = toFrameView(m_scrollView)->frame().document();
frame             212 Source/core/accessibility/AXScrollView.cpp     HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().ownerElement();
frame             224 Source/core/accessibility/AXScrollView.cpp     HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().ownerElement();
frame             149 Source/core/animation/CompositorAnimations.cpp         AnimatableValueKeyframe* frame = toAnimatableValueKeyframe(frames[i].get());
frame             156 Source/core/animation/CompositorAnimations.cpp                 if (toAnimatableTransform(frame->propertyValue(CSSPropertyTransform))->transformOperations().dependsOnBoxSize())
frame             160 Source/core/animation/CompositorAnimations.cpp                 const FilterOperations& operations = toAnimatableFilterOperations(frame->propertyValue(CSSPropertyWebkitFilter))->operations();
frame             114 Source/core/animation/CompositorAnimationsTest.cpp     bool isCandidateHelperForSingleKeyframe(AnimatableValueKeyframe* frame)
frame             116 Source/core/animation/CompositorAnimationsTest.cpp         EXPECT_EQ(frame->offset(), 0);
frame             118 Source/core/animation/CompositorAnimationsTest.cpp         frames.append(frame);
frame              61 Source/core/animation/CompositorAnimationsTestHelper.h inline void PrintTo(const WebFloatKeyframe& frame, ::std::ostream* os)
frame              63 Source/core/animation/CompositorAnimationsTestHelper.h     *os << "WebFloatKeyframe@" << &frame << "(" << frame.time << ", " << frame.value << ")";
frame             241 Source/core/clipboard/Clipboard.cpp PassOwnPtr<DragImage> Clipboard::createDragImage(IntPoint& loc, LocalFrame* frame) const
frame             246 Source/core/clipboard/Clipboard.cpp         return frame->nodeImage(*m_dragImageElement);
frame             344 Source/core/clipboard/Clipboard.cpp void Clipboard::writeRange(Range* selectedRange, LocalFrame* frame)
frame             350 Source/core/clipboard/Clipboard.cpp     m_dataObject->setHTMLAndBaseURL(createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs), frame->document()->url());
frame             352 Source/core/clipboard/Clipboard.cpp     String str = frame->selectedTextForClipboard();
frame             109 Source/core/css/CSSFontSelector.cpp     , m_genericFontFamilySettings(document->frame()->settings()->genericFontFamilySettings())
frame             116 Source/core/css/CSSFontSelector.cpp     ASSERT(m_document->frame());
frame             570 Source/core/css/FontFace.cpp             Settings* settings = document ? document->frame() ? document->frame()->settings() : 0 : 0;
frame             192 Source/core/css/FontFaceSet.cpp     if (document()->frame()->isMainFrame() && m_loadingFonts.isEmpty())
frame              41 Source/core/css/HoverUpdateTest.cpp     document->frame()->eventHandler().handleMouseMoveEvent(moveEvent);
frame              85 Source/core/css/MediaQueryEvaluator.cpp MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame* frame, RenderStyle* style)
frame              88 Source/core/css/MediaQueryEvaluator.cpp     , m_mediaValues(MediaValues::create(frame, style, MediaValues::DynamicMode))
frame              69 Source/core/css/MediaQueryMatcher.cpp     if (!m_document || !m_document->frame() || !m_document->frame()->view())
frame              72 Source/core/css/MediaQueryMatcher.cpp     return m_document->frame()->view()->mediaType();
frame              77 Source/core/css/MediaQueryMatcher.cpp     if (!m_document || !m_document->frame())
frame              87 Source/core/css/MediaQueryMatcher.cpp     return adoptPtr(new MediaQueryEvaluator(mediaType(), m_document->frame(), rootStyle.get()));
frame             141 Source/core/css/MediaQueryMatcher.cpp     ScriptState* scriptState = m_document->frame() ? mainWorldScriptState(m_document->frame()) : 0;
frame              24 Source/core/css/MediaValues.cpp static int calculateViewportWidth(LocalFrame* frame, RenderStyle* style)
frame              26 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view() && style);
frame              27 Source/core/css/MediaValues.cpp     int viewportWidth = frame->view()->layoutSize(IncludeScrollbars).width();
frame              31 Source/core/css/MediaValues.cpp static int calculateViewportHeight(LocalFrame* frame, RenderStyle* style)
frame              33 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view() && style);
frame              34 Source/core/css/MediaValues.cpp     int viewportHeight = frame->view()->layoutSize(IncludeScrollbars).height();
frame              38 Source/core/css/MediaValues.cpp static int calculateDeviceWidth(LocalFrame* frame)
frame              40 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view() && frame->settings() && frame->host());
frame              41 Source/core/css/MediaValues.cpp     int deviceWidth = static_cast<int>(screenRect(frame->view()).width());
frame              42 Source/core/css/MediaValues.cpp     if (frame->settings()->reportScreenSizeInPhysicalPixelsQuirk())
frame              43 Source/core/css/MediaValues.cpp         deviceWidth = lroundf(deviceWidth * frame->host()->deviceScaleFactor());
frame              47 Source/core/css/MediaValues.cpp static int calculateDeviceHeight(LocalFrame* frame)
frame              49 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view() && frame->settings() && frame->host());
frame              50 Source/core/css/MediaValues.cpp     int deviceHeight = static_cast<int>(screenRect(frame->view()).height());
frame              51 Source/core/css/MediaValues.cpp     if (frame->settings()->reportScreenSizeInPhysicalPixelsQuirk())
frame              52 Source/core/css/MediaValues.cpp         deviceHeight = lroundf(deviceHeight * frame->host()->deviceScaleFactor());
frame              56 Source/core/css/MediaValues.cpp static bool calculateStrictMode(LocalFrame* frame)
frame              58 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->document());
frame              59 Source/core/css/MediaValues.cpp     return !frame->document()->inQuirksMode();
frame              62 Source/core/css/MediaValues.cpp static float calculateDevicePixelRatio(LocalFrame* frame)
frame              64 Source/core/css/MediaValues.cpp     return frame->devicePixelRatio();
frame              67 Source/core/css/MediaValues.cpp static int calculateColorBitsPerComponent(LocalFrame* frame)
frame              69 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->page() && frame->page()->mainFrame());
frame              70 Source/core/css/MediaValues.cpp     if (screenIsMonochrome(frame->page()->mainFrame()->view()))
frame              72 Source/core/css/MediaValues.cpp     return screenDepthPerComponent(frame->view());
frame              75 Source/core/css/MediaValues.cpp static int calculateMonochromeBitsPerComponent(LocalFrame* frame)
frame              77 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->page() && frame->page()->mainFrame());
frame              78 Source/core/css/MediaValues.cpp     if (screenIsMonochrome(frame->page()->mainFrame()->view()))
frame              79 Source/core/css/MediaValues.cpp         return screenDepthPerComponent(frame->view());
frame              88 Source/core/css/MediaValues.cpp static bool calculateScanMediaType(LocalFrame* frame)
frame              90 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view());
frame              92 Source/core/css/MediaValues.cpp     return equalIgnoringCase(frame->view()->mediaType(), "tv");
frame              95 Source/core/css/MediaValues.cpp static bool calculateScreenMediaType(LocalFrame* frame)
frame              97 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view());
frame              98 Source/core/css/MediaValues.cpp     return equalIgnoringCase(frame->view()->mediaType(), "screen");
frame             101 Source/core/css/MediaValues.cpp static bool calculatePrintMediaType(LocalFrame* frame)
frame             103 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->view());
frame             104 Source/core/css/MediaValues.cpp     return equalIgnoringCase(frame->view()->mediaType(), "print");
frame             107 Source/core/css/MediaValues.cpp static bool calculateThreeDEnabled(LocalFrame* frame)
frame             109 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->contentRenderer() && frame->contentRenderer()->compositor());
frame             111 Source/core/css/MediaValues.cpp     if (RenderView* view = frame->contentRenderer())
frame             116 Source/core/css/MediaValues.cpp static MediaValues::PointerDeviceType calculateLeastCapablePrimaryPointerDeviceType(LocalFrame* frame)
frame             118 Source/core/css/MediaValues.cpp     ASSERT(frame && frame->settings());
frame             119 Source/core/css/MediaValues.cpp     if (frame->settings()->deviceSupportsTouch())
frame             168 Source/core/css/MediaValues.cpp PassRefPtr<MediaValues> MediaValues::create(LocalFrame* frame, RenderStyle* style, MediaValuesMode mode)
frame             170 Source/core/css/MediaValues.cpp     ASSERT(frame && style);
frame             172 Source/core/css/MediaValues.cpp     mediaValues = adoptRef(new MediaValues(frame, style, mode));
frame             174 Source/core/css/MediaValues.cpp         mediaValues->m_viewportWidth = calculateViewportWidth(frame, style);
frame             175 Source/core/css/MediaValues.cpp         mediaValues->m_viewportHeight = calculateViewportHeight(frame, style),
frame             176 Source/core/css/MediaValues.cpp         mediaValues->m_deviceWidth = calculateDeviceWidth(frame),
frame             177 Source/core/css/MediaValues.cpp         mediaValues->m_deviceHeight = calculateDeviceHeight(frame),
frame             178 Source/core/css/MediaValues.cpp         mediaValues->m_devicePixelRatio = calculateDevicePixelRatio(frame),
frame             179 Source/core/css/MediaValues.cpp         mediaValues->m_colorBitsPerComponent = calculateColorBitsPerComponent(frame),
frame             180 Source/core/css/MediaValues.cpp         mediaValues->m_monochromeBitsPerComponent = calculateMonochromeBitsPerComponent(frame),
frame             181 Source/core/css/MediaValues.cpp         mediaValues->m_pointer = calculateLeastCapablePrimaryPointerDeviceType(frame),
frame             183 Source/core/css/MediaValues.cpp         mediaValues->m_threeDEnabled = calculateThreeDEnabled(frame),
frame             184 Source/core/css/MediaValues.cpp         mediaValues->m_scanMediaType = calculateScanMediaType(frame),
frame             185 Source/core/css/MediaValues.cpp         mediaValues->m_screenMediaType = calculateScreenMediaType(frame),
frame             186 Source/core/css/MediaValues.cpp         mediaValues->m_printMediaType = calculatePrintMediaType(frame),
frame             187 Source/core/css/MediaValues.cpp         mediaValues->m_strictMode = calculateStrictMode(frame);
frame             200 Source/core/css/MediaValues.cpp     ASSERT(executingDocument->frame());
frame             203 Source/core/css/MediaValues.cpp     LocalFrame* frame = executingDocument->frame();
frame             206 Source/core/css/MediaValues.cpp     return MediaValues::create(frame, style, mode);
frame              68 Source/core/css/MediaValues.h     MediaValues(LocalFrame* frame, PassRefPtr<RenderStyle> style, MediaValuesMode mode)
frame              70 Source/core/css/MediaValues.h         , m_frame(frame)
frame            1127 Source/core/css/SelectorChecker.cpp     return element.document().frame() && element.document().frame()->selection().isFocusedAndActive();
frame              38 Source/core/css/StyleMedia.cpp StyleMedia::StyleMedia(LocalFrame* frame)
frame              39 Source/core/css/StyleMedia.cpp     : DOMWindowProperty(frame)
frame              41 Source/core/css/StyleMedia.h     static PassRefPtrWillBeRawPtr<StyleMedia> create(LocalFrame* frame) { return adoptRefWillBeNoop(new StyleMedia(frame));}
frame             540 Source/core/css/resolver/FontBuilder.cpp         if (LocalFrame* frame = m_document->frame())
frame             541 Source/core/css/resolver/FontBuilder.cpp             zoomFactor *= frame->textZoomFactor();
frame             310 Source/core/css/resolver/StyleBuilderCustom.cpp         if (LocalFrame* frame = state.document().frame())
frame             311 Source/core/css/resolver/StyleBuilderCustom.cpp             multiplier *= frame->textZoomFactor();
frame             319 Source/core/css/resolver/StyleBuilderCustom.cpp         if (LocalFrame* frame = state.document().frame())
frame             320 Source/core/css/resolver/StyleBuilderCustom.cpp             multiplier *= frame->textZoomFactor();
frame             156 Source/core/css/resolver/StyleResolver.cpp         m_medium = adoptPtr(new MediaQueryEvaluator(view->mediaType(), &view->frame(), m_rootDefaultStyle.get()));
frame             580 Source/core/css/resolver/StyleResolver.cpp     const LocalFrame* frame = document.frame();
frame             585 Source/core/css/resolver/StyleResolver.cpp     documentStyle->setZoom(frame && !document.printing() ? frame->pageZoomFactor() : 1);
frame             628 Source/core/css/resolver/StyleResolver.cpp     ASSERT(document().frame());
frame             730 Source/core/css/resolver/StyleResolver.cpp     ASSERT(document().frame());
frame             850 Source/core/css/resolver/StyleResolver.cpp     ASSERT(document().frame());
frame              75 Source/core/dom/CSSSelectorWatch.cpp     if (m_document.frame()) {
frame              80 Source/core/dom/CSSSelectorWatch.cpp         m_document.frame()->loader().client()->selectorMatchChanged(addedSelectors, removedSelectors);
frame             180 Source/core/dom/CharacterData.cpp     if (document().frame())
frame             181 Source/core/dom/CharacterData.cpp         document().frame()->selection().didUpdateCharacterData(this, offsetOfReplacedData, oldLength, newLength);
frame             352 Source/core/dom/DOMImplementation.cpp PassRefPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode)
frame             354 Source/core/dom/DOMImplementation.cpp     return createDocument(type, DocumentInit(url, frame), inViewSourceMode);
frame             369 Source/core/dom/DOMImplementation.cpp     if (init.frame() && init.frame()->page() && init.frame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
frame             370 Source/core/dom/DOMImplementation.cpp         pluginData = init.frame()->page()->pluginData();
frame             308 Source/core/dom/Document.cpp     return element.document().frame() && element.rootEditableElement();
frame             339 Source/core/dom/Document.cpp static void printNavigationErrorMessage(const LocalFrame& frame, const KURL& activeURL, const char* reason)
frame             341 Source/core/dom/Document.cpp     String message = "Unsafe JavaScript attempt to initiate navigation for frame with URL '" + frame.document()->url().string() + "' from frame with URL '" + activeURL.string() + "'. " + reason + "\n";
frame             344 Source/core/dom/Document.cpp     frame.domWindow()->printErrorMessage(message);
frame             410 Source/core/dom/Document.cpp     , m_frame(initializer.frame())
frame             696 Source/core/dom/Document.cpp     if (!frame())
frame             828 Source/core/dom/Document.cpp     return window->frame();
frame             988 Source/core/dom/Document.cpp             if (frame() && frame()->tree().isDescendantOf(toLocalFrameTemporary(frameOwnerElement->contentFrame()))) {
frame            1772 Source/core/dom/Document.cpp     if (hoverNode() && !hoverNode()->renderer() && frame())
frame            1773 Source/core/dom/Document.cpp         frame()->eventHandler().dispatchFakeMouseMoveEventSoon();
frame            2432 Source/core/dom/Document.cpp     bool wasLocationChangePending = frame() && frame()->navigationScheduler().locationChangePending();
frame            2455 Source/core/dom/Document.cpp     if (frame() && frame()->script().canExecuteScripts(NotAboutToExecuteScript)) {
frame            2474 Source/core/dom/Document.cpp     if (frame()) {
frame            2475 Source/core/dom/Document.cpp         frame()->loader().client()->dispatchDidHandleOnloadEvents();
frame            2479 Source/core/dom/Document.cpp     if (!frame()) {
frame            2488 Source/core/dom/Document.cpp     if (frame()->navigationScheduler().locationChangePending() && elapsedTime() < cLayoutScheduleThreshold) {
frame            2508 Source/core/dom/Document.cpp     if (frame() && renderView() && AXObjectCache::accessibilityEnabled()) {
frame            2800 Source/core/dom/Document.cpp     return frame() ? frame()->loader().userAgent(url) : String();
frame            2805 Source/core/dom/Document.cpp     if (!frame())
frame            2808 Source/core/dom/Document.cpp     frame()->script().disableEval(errorMessage);
frame            3029 Source/core/dom/Document.cpp     LocalFrame* frame = this->frame();
frame            3030 Source/core/dom/Document.cpp     if (!frame)
frame            3033 Source/core/dom/Document.cpp     FrameLoader& frameLoader = frame->loader();
frame            3041 Source/core/dom/Document.cpp         frame->navigationScheduler().scheduleLocationChange(this, SecurityOrigin::urlWithUniqueSecurityOrigin(), Referrer());
frame            3082 Source/core/dom/Document.cpp     if (frame() && frame()->isMainFrame()) {
frame            3123 Source/core/dom/Document.cpp     if (LocalFrame* frame = m_frame) {
frame            3124 Source/core/dom/Document.cpp         while (frame->document()->isSrcdocDocument()) {
frame            3125 Source/core/dom/Document.cpp             frame = frame->tree().parent();
frame            3128 Source/core/dom/Document.cpp             ASSERT(frame);
frame            3130 Source/core/dom/Document.cpp         referrerDocument = frame->document();
frame            3405 Source/core/dom/Document.cpp     if (frame())
frame            3406 Source/core/dom/Document.cpp         frame()->eventHandler().scheduleHoverStateUpdate();
frame            3539 Source/core/dom/Document.cpp             frame()->spellChecker().didBeginEditing(m_focusedElement.get());
frame            3571 Source/core/dom/Document.cpp     if (LocalFrame* frame = this->frame())
frame            3572 Source/core/dom/Document.cpp         frame->selection().didChangeFocus();
frame            3649 Source/core/dom/Document.cpp     if (LocalFrame* frame = this->frame()) {
frame            3651 Source/core/dom/Document.cpp             frame->eventHandler().nodeWillBeRemoved(*n);
frame            3652 Source/core/dom/Document.cpp             frame->selection().nodeWillBeRemoved(*n);
frame            3653 Source/core/dom/Document.cpp             frame->page()->dragCaretController().nodeWillBeRemoved(*n);
frame            3670 Source/core/dom/Document.cpp     if (LocalFrame* frame = this->frame()) {
frame            3671 Source/core/dom/Document.cpp         frame->eventHandler().nodeWillBeRemoved(n);
frame            3672 Source/core/dom/Document.cpp         frame->selection().nodeWillBeRemoved(n);
frame            3673 Source/core/dom/Document.cpp         frame->page()->dragCaretController().nodeWillBeRemoved(n);
frame            3847 Source/core/dom/Document.cpp     if (!frame())
frame            3849 Source/core/dom/Document.cpp     return frame()->ownerElement();
frame            4193 Source/core/dom/Document.cpp     LocalFrame* frame = document->frame();
frame            4194 Source/core/dom/Document.cpp     if (!frame || frame->document() != document)
frame            4198 Source/core/dom/Document.cpp     return frame->editor().command(commandName, userInterface ? CommandFromDOMWithUserInterface : CommandFromDOM);
frame            4253 Source/core/dom/Document.cpp     if (!frame() || frame()->tree().parent())
frame            4257 Source/core/dom/Document.cpp     if (frame()->loader().state() != FrameStateComplete)
frame            4298 Source/core/dom/Document.cpp     LocalFrame* ownerFrame = frame();
frame            4311 Source/core/dom/Document.cpp     for (LocalFrame* frame = m_frame; frame && frame->document(); frame = frame->tree().traverseNext(m_frame))
frame            4312 Source/core/dom/Document.cpp         frame->document()->setNeedsStyleRecalc(SubtreeStyleChange);
frame            4459 Source/core/dom/Document.cpp     if (frame() && frame()->isMainFrame()) {
frame            4472 Source/core/dom/Document.cpp     if (RefPtr<LocalFrame> f = frame()) {
frame            4676 Source/core/dom/Document.cpp     LocalFrame* frame = executingFrame();
frame            4677 Source/core/dom/Document.cpp     if (!frame)
frame            4679 Source/core/dom/Document.cpp     if (!frame->script().canExecuteScripts(NotAboutToExecuteScript))
frame            4692 Source/core/dom/Document.cpp     LocalFrame* frame = executingFrame();
frame            4693 Source/core/dom/Document.cpp     if (!frame)
frame            4697 Source/core/dom/Document.cpp     if (!frame->script().canExecuteScripts(AboutToExecuteScript))
frame            4958 Source/core/dom/Document.cpp     if (frame() && !m_loadEventDelayCount && !m_loadEventDelayTimer.isActive())
frame            4964 Source/core/dom/Document.cpp     if (frame())
frame            4965 Source/core/dom/Document.cpp         frame()->loader().checkCompleted();
frame            5016 Source/core/dom/Document.cpp     LocalFrame* frame = window ? window->frame() : this->frame();
frame            5017 Source/core/dom/Document.cpp     return Touch::create(frame, target, identifier, screenX, screenY, pageX, pageY, radiusX, radiusY, rotationAngle, force);
frame            5167 Source/core/dom/Document.cpp     if (!frame())
frame            5173 Source/core/dom/Document.cpp     frame()->loader().checkLoadComplete();
frame            5378 Source/core/dom/Document.cpp     if (!frame() || !frame()->page())
frame            5388 Source/core/dom/Document.cpp     if (!frame() || !frame()->page())
frame            5394 Source/core/dom/Document.cpp     frame()->page()->chrome().client().didAssociateFormControls(associatedFormControls);
frame            5477 Source/core/dom/Document.cpp         if (toLocalFrame(focusedFrame)->tree().isDescendantOf(frame()))
frame            5487 Source/core/dom/Document.cpp     if (frame() && frame()->remotePlatformLayer()) {
frame            5488 Source/core/dom/Document.cpp         frame()->chromeClient().forwardInputEvent(this, event);
frame             461 Source/core/dom/Document.h     LocalFrame* frame() const { return m_frame; } // can be null
frame              40 Source/core/dom/DocumentInit.cpp static Document* parentDocument(LocalFrame* frame)
frame              42 Source/core/dom/DocumentInit.cpp     if (!frame)
frame              44 Source/core/dom/DocumentInit.cpp     Element* ownerElement = frame->ownerElement();
frame              51 Source/core/dom/DocumentInit.cpp static Document* ownerDocument(LocalFrame* frame)
frame              53 Source/core/dom/DocumentInit.cpp     if (!frame)
frame              56 Source/core/dom/DocumentInit.cpp     LocalFrame* ownerFrame = frame->tree().parent();
frame              58 Source/core/dom/DocumentInit.cpp         ownerFrame = frame->loader().opener();
frame              64 Source/core/dom/DocumentInit.cpp DocumentInit::DocumentInit(const KURL& url, LocalFrame* frame, WeakPtr<Document> contextDocument, HTMLImport* import)
frame              66 Source/core/dom/DocumentInit.cpp     , m_frame(frame)
frame              67 Source/core/dom/DocumentInit.cpp     , m_parent(parentDocument(frame))
frame              68 Source/core/dom/DocumentInit.cpp     , m_owner(ownerDocument(frame))
frame              93 Source/core/dom/DocumentInit.cpp     LocalFrame* frame = frameForSecurityContext();
frame              94 Source/core/dom/DocumentInit.cpp     return (frame && frame->ownerElement()) || !m_url.isEmpty();
frame             107 Source/core/dom/DocumentInit.cpp         return m_import->frame();
frame              53 Source/core/dom/DocumentInit.h     LocalFrame* frame() const { return m_frame; }
frame             710 Source/core/dom/Element.cpp         LocalFrame* frame = document().frame();
frame             711 Source/core/dom/Element.cpp         if (!frame)
frame             713 Source/core/dom/Element.cpp         FrameView* view = frame->view();
frame             717 Source/core/dom/Element.cpp         view->setScrollPosition(IntPoint(static_cast<int>(newLeft * frame->pageZoomFactor()), view->scrollY()));
frame             756 Source/core/dom/Element.cpp         LocalFrame* frame = document().frame();
frame             757 Source/core/dom/Element.cpp         if (!frame)
frame             759 Source/core/dom/Element.cpp         FrameView* view = frame->view();
frame             763 Source/core/dom/Element.cpp         view->setScrollPosition(IntPoint(view->scrollX(), static_cast<int>(newTop * frame->pageZoomFactor())));
frame            2147 Source/core/dom/Element.cpp         if (!page->focusController().setFocusedElement(this, doc.frame(), type))
frame            2166 Source/core/dom/Element.cpp         LocalFrame* frame = document().frame();
frame            2167 Source/core/dom/Element.cpp         if (!frame)
frame            2171 Source/core/dom/Element.cpp         if (this == frame->selection().rootEditableElement())
frame            2176 Source/core/dom/Element.cpp         frame->selection().setSelection(newSelection);
frame            2177 Source/core/dom/Element.cpp         frame->selection().revealSelection();
frame            2188 Source/core/dom/Element.cpp             doc.page()->focusController().setFocusedElement(0, doc.frame());
frame             182 Source/core/dom/FullscreenElementStack.cpp         for (LocalFrame* descendant = document()->frame() ? document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext()) {
frame             294 Source/core/dom/FullscreenElementStack.cpp     for (LocalFrame* descendant = document()->frame() ?  document()->frame()->tree().traverseNext() : 0; descendant; descendant = descendant->tree().traverseNext()) {
frame            1845 Source/core/dom/Node.cpp     if (!parent && node->document().frame())
frame            1846 Source/core/dom/Node.cpp         parent = node->document().frame()->ownerElement();
frame            2249 Source/core/dom/Node.cpp             if (LocalFrame* frame = document().frame())
frame            2250 Source/core/dom/Node.cpp                 frame->eventHandler().defaultKeyboardEventHandler(toKeyboardEvent(event));
frame            2261 Source/core/dom/Node.cpp             if (LocalFrame* frame = document().frame())
frame            2262 Source/core/dom/Node.cpp                 frame->eventHandler().defaultTextInputEventHandler(toTextEvent(event));
frame            2276 Source/core/dom/Node.cpp                 if (LocalFrame* frame = document().frame())
frame            2277 Source/core/dom/Node.cpp                     frame->eventHandler().startPanScrolling(renderer);
frame            2291 Source/core/dom/Node.cpp             if (LocalFrame* frame = document().frame())
frame            2292 Source/core/dom/Node.cpp                 frame->eventHandler().defaultWheelEventHandler(startNode, wheelEvent);
frame             909 Source/core/dom/Position.cpp         LocalFrame* frame = m_anchorNode->document().frame();
frame             910 Source/core/dom/Position.cpp         bool caretBrowsing = frame->settings() && frame->settings()->caretBrowsingEnabled();
frame              84 Source/core/dom/ProcessingInstruction.cpp     if (m_target == "xml-stylesheet" && document().frame() && parentNode() == document()) {
frame             304 Source/core/dom/ScriptLoader.cpp     LocalFrame* frame = contextDocument->frame();
frame             306 Source/core/dom/ScriptLoader.cpp     bool shouldBypassMainWorldContentSecurityPolicy = (frame && frame->script().shouldBypassMainWorldContentSecurityPolicy()) || elementDocument->contentSecurityPolicy()->allowScriptNonce(m_element->fastGetAttribute(HTMLNames::nonceAttr)) || elementDocument->contentSecurityPolicy()->allowScriptHash(sourceCode.source());
frame             319 Source/core/dom/ScriptLoader.cpp     if (frame) {
frame             335 Source/core/dom/ScriptLoader.cpp         frame->script().executeScriptInMainWorld(sourceCode, corsCheck);
frame              73 Source/core/dom/StyleEngine.cpp     , m_fontSelector(document.frame() ? CSSFontSelector::create(&document) : nullptr)
frame             449 Source/core/dom/StyleEngine.cpp     ASSERT(m_document.frame());
frame              35 Source/core/dom/Touch.cpp static int contentsX(LocalFrame* frame)
frame              37 Source/core/dom/Touch.cpp     if (!frame)
frame              39 Source/core/dom/Touch.cpp     FrameView* frameView = frame->view();
frame              42 Source/core/dom/Touch.cpp     return frameView->scrollX() / frame->pageZoomFactor();
frame              45 Source/core/dom/Touch.cpp static int contentsY(LocalFrame* frame)
frame              47 Source/core/dom/Touch.cpp     if (!frame)
frame              49 Source/core/dom/Touch.cpp     FrameView* frameView = frame->view();
frame              52 Source/core/dom/Touch.cpp     return frameView->scrollY() / frame->pageZoomFactor();
frame              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)
frame              58 Source/core/dom/Touch.cpp     , m_clientX(pageX - contentsX(frame))
frame              59 Source/core/dom/Touch.cpp     , m_clientY(pageY - contentsY(frame))
frame              70 Source/core/dom/Touch.cpp     float scaleFactor = frame->pageZoomFactor();
frame              43 Source/core/dom/Touch.h     static PassRefPtrWillBeRawPtr<Touch> create(LocalFrame* frame, EventTarget* target,
frame              47 Source/core/dom/Touch.h         return adoptRefWillBeNoop(new Touch(frame, target, identifier, screenX,
frame              69 Source/core/dom/Touch.h     Touch(LocalFrame* frame, EventTarget* target, unsigned identifier,
frame             220 Source/core/dom/TreeScope.cpp     LocalFrame* frame = document->frame();
frame             222 Source/core/dom/TreeScope.cpp     if (!frame)
frame             224 Source/core/dom/TreeScope.cpp     FrameView* frameView = frame->view();
frame             228 Source/core/dom/TreeScope.cpp     float scaleFactor = frame->pageZoomFactor();
frame             287 Source/core/dom/TreeScope.cpp     if (!rootNode().document().frame())
frame             351 Source/core/dom/TreeScope.cpp         element = focusedFrameOwnerElement(toLocalFrameTemporary(document.page()->focusController().focusedFrame()), document.frame());
frame             201 Source/core/editing/Caret.cpp         LocalFrame& frame = frameView->frame(); // The frame where the selection started
frame             202 Source/core/editing/Caret.cpp         caretBrowsing = frame.settings() && frame.settings()->caretBrowsingEnabled();
frame             259 Source/core/editing/Caret.cpp void DragCaretController::paintDragCaret(LocalFrame* frame, GraphicsContext* p, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const
frame             261 Source/core/editing/Caret.cpp     if (m_position.deepEquivalent().deprecatedNode()->document().frame() == frame)
frame              93 Source/core/editing/CompositeEditCommand.cpp bool EditCommandComposition::belongsTo(const LocalFrame& frame) const
frame              96 Source/core/editing/CompositeEditCommand.cpp     return m_document->frame() == &frame;
frame             102 Source/core/editing/CompositeEditCommand.cpp     RefPtr<LocalFrame> frame = m_document->frame();
frame             103 Source/core/editing/CompositeEditCommand.cpp     ASSERT(frame);
frame             116 Source/core/editing/CompositeEditCommand.cpp     frame->editor().unappliedEditing(this);
frame             122 Source/core/editing/CompositeEditCommand.cpp     RefPtr<LocalFrame> frame = m_document->frame();
frame             123 Source/core/editing/CompositeEditCommand.cpp     ASSERT(frame);
frame             136 Source/core/editing/CompositeEditCommand.cpp     frame->editor().reappliedEditing(this);
frame             189 Source/core/editing/CompositeEditCommand.cpp     LocalFrame* frame = document().frame();
frame             190 Source/core/editing/CompositeEditCommand.cpp     ASSERT(frame);
frame             199 Source/core/editing/CompositeEditCommand.cpp         frame->editor().appliedEditing(this);
frame            1200 Source/core/editing/CompositeEditCommand.cpp     document().frame()->spellChecker().clearMisspellingsAndBadGrammar(endingSelection());
frame            1233 Source/core/editing/CompositeEditCommand.cpp     document().frame()->spellChecker().markMisspellingsAndBadGrammar(endingSelection());
frame             713 Source/core/editing/DeleteSelectionCommand.cpp         document().frame()->selection().clearTypingStyle();
frame             735 Source/core/editing/DeleteSelectionCommand.cpp     document().frame()->selection().setTypingStyle(m_typingStyle);
frame              42 Source/core/editing/EditCommand.cpp     ASSERT(m_document->frame());
frame              43 Source/core/editing/EditCommand.cpp     setStartingSelection(m_document->frame()->selection().selection());
frame              52 Source/core/editing/EditCommand.cpp     ASSERT(m_document->frame());
frame             972 Source/core/editing/EditingStyle.cpp     RefPtr<EditingStyle> typingStyle = document->frame()->selection().typingStyle();
frame            1381 Source/core/editing/EditingStyle.cpp     if (!style || !style->style() || !document || !document->frame())
frame            1389 Source/core/editing/EditingStyle.cpp     if (!document->frame()->editor().shouldStyleWithCSS())
frame             745 Source/core/editing/Editor.cpp PassOwnPtr<Editor> Editor::create(LocalFrame& frame)
frame             747 Source/core/editing/Editor.cpp     return adoptPtr(new Editor(frame));
frame             750 Source/core/editing/Editor.cpp Editor::Editor(LocalFrame& frame)
frame             751 Source/core/editing/Editor.cpp     : m_frame(frame)
frame             805 Source/core/editing/Editor.cpp             if (LocalFrame* editedFrame = document->frame()) {
frame             955 Source/core/editing/Editor.cpp     Element* focusedElement = frame().document()->focusedElement();
frame             961 Source/core/editing/Editor.cpp         frame().document()->updateRenderTreeIfNeeded();
frame            1234 Source/core/editing/Editor.cpp     frame().selection().setShouldShowBlockCursor(m_overwriteModeEnabled);
frame              74 Source/core/editing/Editor.h     LocalFrame& frame() const { return m_frame; }
frame              93 Source/core/editing/EditorCommand.cpp static LocalFrame* targetFrame(LocalFrame& frame, Event* event)
frame              96 Source/core/editing/EditorCommand.cpp         return &frame;
frame              99 Source/core/editing/EditorCommand.cpp         return &frame;
frame             100 Source/core/editing/EditorCommand.cpp     return node->document().frame();
frame             103 Source/core/editing/EditorCommand.cpp static bool applyCommandToFrame(LocalFrame& frame, EditorCommandSource source, EditAction action, StylePropertySet* style)
frame             108 Source/core/editing/EditorCommand.cpp         frame.editor().applyStyleToSelection(style, action);
frame             112 Source/core/editing/EditorCommand.cpp         frame.editor().applyStyle(style);
frame             119 Source/core/editing/EditorCommand.cpp static bool executeApplyStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
frame             123 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, style.get());
frame             126 Source/core/editing/EditorCommand.cpp static bool executeApplyStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValueID propertyValue)
frame             130 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, style.get());
frame             136 Source/core/editing/EditorCommand.cpp static bool executeToggleStyleInList(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValue* value)
frame             138 Source/core/editing/EditorCommand.cpp     RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection());
frame             157 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, newMutableStyle.get());
frame             160 Source/core/editing/EditorCommand.cpp static bool executeToggleStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue)
frame             167 Source/core/editing/EditorCommand.cpp     if (frame.editor().behavior().shouldToggleStyleBasedOnStartOfSelection())
frame             168 Source/core/editing/EditorCommand.cpp         styleIsPresent = frame.editor().selectionStartHasStyle(propertyID, onValue);
frame             170 Source/core/editing/EditorCommand.cpp         styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState;
frame             173 Source/core/editing/EditorCommand.cpp     return applyCommandToFrame(frame, source, action, style->style());
frame             176 Source/core/editing/EditorCommand.cpp static bool executeApplyParagraphStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue)
frame             183 Source/core/editing/EditorCommand.cpp         frame.editor().applyParagraphStyleToSelection(style.get(), action);
frame             187 Source/core/editing/EditorCommand.cpp         frame.editor().applyParagraphStyle(style.get());
frame             194 Source/core/editing/EditorCommand.cpp static bool executeInsertFragment(LocalFrame& frame, PassRefPtr<DocumentFragment> fragment)
frame             196 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             197 Source/core/editing/EditorCommand.cpp     ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified)->apply();
frame             201 Source/core/editing/EditorCommand.cpp static bool executeInsertNode(LocalFrame& frame, PassRefPtr<Node> content)
frame             203 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             204 Source/core/editing/EditorCommand.cpp     RefPtr<DocumentFragment> fragment = DocumentFragment::create(*frame.document());
frame             209 Source/core/editing/EditorCommand.cpp     return executeInsertFragment(frame, fragment.release());
frame             212 Source/core/editing/EditorCommand.cpp static bool expandSelectionToGranularity(LocalFrame& frame, TextGranularity granularity)
frame             214 Source/core/editing/EditorCommand.cpp     VisibleSelection selection = frame.selection().selection();
frame             221 Source/core/editing/EditorCommand.cpp     EAffinity affinity = frame.selection().affinity();
frame             222 Source/core/editing/EditorCommand.cpp     frame.selection().setSelectedRange(newRange.get(), affinity, FrameSelection::CloseTyping);
frame             226 Source/core/editing/EditorCommand.cpp static TriState stateStyle(LocalFrame& frame, CSSPropertyID propertyID, const char* desiredValue)
frame             228 Source/core/editing/EditorCommand.cpp     if (frame.editor().behavior().shouldToggleStyleBasedOnStartOfSelection())
frame             229 Source/core/editing/EditorCommand.cpp         return frame.editor().selectionStartHasStyle(propertyID, desiredValue) ? TrueTriState : FalseTriState;
frame             230 Source/core/editing/EditorCommand.cpp     return frame.editor().selectionHasStyle(propertyID, desiredValue);
frame             233 Source/core/editing/EditorCommand.cpp static String valueStyle(LocalFrame& frame, CSSPropertyID propertyID)
frame             237 Source/core/editing/EditorCommand.cpp     return frame.editor().selectionStartCSSPropertyValue(propertyID);
frame             240 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirection(LocalFrame& frame, WritingDirection direction)
frame             243 Source/core/editing/EditorCommand.cpp     WritingDirection selectionDirection = EditingStyle::textDirectionForSelection(frame.selection().selection(),
frame             244 Source/core/editing/EditorCommand.cpp         frame.selection().typingStyle(), hasNestedOrMultipleEmbeddings);
frame             249 Source/core/editing/EditorCommand.cpp static unsigned verticalScrollDistance(LocalFrame& frame)
frame             251 Source/core/editing/EditorCommand.cpp     Element* focusedElement = frame.document()->focusedElement();
frame             262 Source/core/editing/EditorCommand.cpp     int height = std::min<int>(toRenderBox(renderer)->clientHeight(), frame.view()->visibleHeight());
frame             276 Source/core/editing/EditorCommand.cpp static bool executeBackColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
frame             278 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionSetBackgroundColor, CSSPropertyBackgroundColor, value);
frame             281 Source/core/editing/EditorCommand.cpp static bool executeCopy(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             283 Source/core/editing/EditorCommand.cpp     frame.editor().copy();
frame             287 Source/core/editing/EditorCommand.cpp static bool executeCreateLink(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             292 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             293 Source/core/editing/EditorCommand.cpp     CreateLinkCommand::create(*frame.document(), value)->apply();
frame             297 Source/core/editing/EditorCommand.cpp static bool executeCut(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             299 Source/core/editing/EditorCommand.cpp     frame.editor().cut();
frame             303 Source/core/editing/EditorCommand.cpp static bool executeDefaultParagraphSeparator(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             306 Source/core/editing/EditorCommand.cpp         frame.editor().setDefaultParagraphSeparator(EditorParagraphSeparatorIsDiv);
frame             308 Source/core/editing/EditorCommand.cpp         frame.editor().setDefaultParagraphSeparator(EditorParagraphSeparatorIsP);
frame             313 Source/core/editing/EditorCommand.cpp static bool executeDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             318 Source/core/editing/EditorCommand.cpp         frame.editor().performDelete();
frame             325 Source/core/editing/EditorCommand.cpp         ASSERT(frame.document());
frame             326 Source/core/editing/EditorCommand.cpp         TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
frame             333 Source/core/editing/EditorCommand.cpp static bool executeDeleteBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             335 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionBackward, CharacterGranularity, false, true);
frame             339 Source/core/editing/EditorCommand.cpp static bool executeDeleteBackwardByDecomposingPreviousCharacter(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             342 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionBackward, CharacterGranularity, false, true);
frame             346 Source/core/editing/EditorCommand.cpp static bool executeDeleteForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             348 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionForward, CharacterGranularity, false, true);
frame             352 Source/core/editing/EditorCommand.cpp static bool executeDeleteToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             354 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionBackward, LineBoundary, true, false);
frame             358 Source/core/editing/EditorCommand.cpp static bool executeDeleteToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             360 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionBackward, ParagraphBoundary, true, false);
frame             364 Source/core/editing/EditorCommand.cpp static bool executeDeleteToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             368 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionForward, LineBoundary, true, false);
frame             372 Source/core/editing/EditorCommand.cpp static bool executeDeleteToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             376 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionForward, ParagraphBoundary, true, false);
frame             380 Source/core/editing/EditorCommand.cpp static bool executeDeleteToMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             382 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange();
frame             384 Source/core/editing/EditorCommand.cpp         bool selected = frame.selection().setSelectedRange(unionDOMRanges(mark.get(), frame.editor().selectedRange().get()).get(), DOWNSTREAM, FrameSelection::CloseTyping);
frame             389 Source/core/editing/EditorCommand.cpp     frame.editor().performDelete();
frame             390 Source/core/editing/EditorCommand.cpp     frame.editor().setMark(frame.selection().selection());
frame             394 Source/core/editing/EditorCommand.cpp static bool executeDeleteWordBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             396 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionBackward, WordGranularity, true, false);
frame             400 Source/core/editing/EditorCommand.cpp static bool executeDeleteWordForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             402 Source/core/editing/EditorCommand.cpp     frame.editor().deleteWithDirection(DirectionForward, WordGranularity, true, false);
frame             406 Source/core/editing/EditorCommand.cpp static bool executeFindString(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             408 Source/core/editing/EditorCommand.cpp     return frame.editor().findString(value, true, false, true, false);
frame             411 Source/core/editing/EditorCommand.cpp static bool executeFontName(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
frame             413 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionSetFont, CSSPropertyFontFamily, value);
frame             416 Source/core/editing/EditorCommand.cpp static bool executeFontSize(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
frame             421 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size);
frame             424 Source/core/editing/EditorCommand.cpp static bool executeFontSizeDelta(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
frame             426 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta, value);
frame             429 Source/core/editing/EditorCommand.cpp static bool executeForeColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
frame             431 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionSetColor, CSSPropertyColor, value);
frame             434 Source/core/editing/EditorCommand.cpp static bool executeFormatBlock(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             445 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             446 Source/core/editing/EditorCommand.cpp     RefPtr<FormatBlockCommand> command = FormatBlockCommand::create(*frame.document(), qualifiedTagName);
frame             451 Source/core/editing/EditorCommand.cpp static bool executeForwardDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             455 Source/core/editing/EditorCommand.cpp         frame.editor().deleteWithDirection(DirectionForward, CharacterGranularity, false, true);
frame             462 Source/core/editing/EditorCommand.cpp         ASSERT(frame.document());
frame             463 Source/core/editing/EditorCommand.cpp         TypingCommand::forwardDeleteKeyPressed(*frame.document());
frame             470 Source/core/editing/EditorCommand.cpp static bool executeIgnoreSpelling(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             472 Source/core/editing/EditorCommand.cpp     frame.spellChecker().ignoreSpelling();
frame             476 Source/core/editing/EditorCommand.cpp static bool executeIndent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             478 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             479 Source/core/editing/EditorCommand.cpp     IndentOutdentCommand::create(*frame.document(), IndentOutdentCommand::Indent)->apply();
frame             483 Source/core/editing/EditorCommand.cpp static bool executeInsertBacktab(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
frame             485 Source/core/editing/EditorCommand.cpp     return targetFrame(frame, event)->eventHandler().handleTextInputEvent("\t", event, TextEventInputBackTab);
frame             488 Source/core/editing/EditorCommand.cpp static bool executeInsertHorizontalRule(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             490 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             491 Source/core/editing/EditorCommand.cpp     RefPtr<HTMLHRElement> rule = HTMLHRElement::create(*frame.document());
frame             494 Source/core/editing/EditorCommand.cpp     return executeInsertNode(frame, rule.release());
frame             497 Source/core/editing/EditorCommand.cpp static bool executeInsertHTML(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             499 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             500 Source/core/editing/EditorCommand.cpp     return executeInsertFragment(frame, createFragmentFromMarkup(*frame.document(), value, ""));
frame             503 Source/core/editing/EditorCommand.cpp static bool executeInsertImage(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             506 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             507 Source/core/editing/EditorCommand.cpp     RefPtr<HTMLImageElement> image = HTMLImageElement::create(*frame.document());
frame             509 Source/core/editing/EditorCommand.cpp     return executeInsertNode(frame, image.release());
frame             512 Source/core/editing/EditorCommand.cpp static bool executeInsertLineBreak(LocalFrame& frame, Event* event, EditorCommandSource source, const String&)
frame             516 Source/core/editing/EditorCommand.cpp         return targetFrame(frame, event)->eventHandler().handleTextInputEvent("\n", event, TextEventInputLineBreak);
frame             522 Source/core/editing/EditorCommand.cpp         ASSERT(frame.document());
frame             523 Source/core/editing/EditorCommand.cpp         TypingCommand::insertLineBreak(*frame.document(), 0);
frame             530 Source/core/editing/EditorCommand.cpp static bool executeInsertNewline(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
frame             532 Source/core/editing/EditorCommand.cpp     LocalFrame* targetFrame = WebCore::targetFrame(frame, event);
frame             536 Source/core/editing/EditorCommand.cpp static bool executeInsertNewlineInQuotedContent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             538 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             539 Source/core/editing/EditorCommand.cpp     TypingCommand::insertParagraphSeparatorInQuotedContent(*frame.document());
frame             543 Source/core/editing/EditorCommand.cpp static bool executeInsertOrderedList(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             545 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             546 Source/core/editing/EditorCommand.cpp     InsertListCommand::create(*frame.document(), InsertListCommand::OrderedList)->apply();
frame             550 Source/core/editing/EditorCommand.cpp static bool executeInsertParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             552 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             553 Source/core/editing/EditorCommand.cpp     TypingCommand::insertParagraphSeparator(*frame.document(), 0);
frame             557 Source/core/editing/EditorCommand.cpp static bool executeInsertTab(LocalFrame& frame, Event* event, EditorCommandSource, const String&)
frame             559 Source/core/editing/EditorCommand.cpp     return targetFrame(frame, event)->eventHandler().handleTextInputEvent("\t", event);
frame             562 Source/core/editing/EditorCommand.cpp static bool executeInsertText(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame             564 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             565 Source/core/editing/EditorCommand.cpp     TypingCommand::insertText(*frame.document(), value, 0);
frame             569 Source/core/editing/EditorCommand.cpp static bool executeInsertUnorderedList(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             571 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             572 Source/core/editing/EditorCommand.cpp     InsertListCommand::create(*frame.document(), InsertListCommand::UnorderedList)->apply();
frame             576 Source/core/editing/EditorCommand.cpp static bool executeJustifyCenter(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             578 Source/core/editing/EditorCommand.cpp     return executeApplyParagraphStyle(frame, source, EditActionCenter, CSSPropertyTextAlign, "center");
frame             581 Source/core/editing/EditorCommand.cpp static bool executeJustifyFull(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             583 Source/core/editing/EditorCommand.cpp     return executeApplyParagraphStyle(frame, source, EditActionJustify, CSSPropertyTextAlign, "justify");
frame             586 Source/core/editing/EditorCommand.cpp static bool executeJustifyLeft(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             588 Source/core/editing/EditorCommand.cpp     return executeApplyParagraphStyle(frame, source, EditActionAlignLeft, CSSPropertyTextAlign, "left");
frame             591 Source/core/editing/EditorCommand.cpp static bool executeJustifyRight(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             593 Source/core/editing/EditorCommand.cpp     return executeApplyParagraphStyle(frame, source, EditActionAlignRight, CSSPropertyTextAlign, "right");
frame             596 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionLeftToRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             601 Source/core/editing/EditorCommand.cpp     frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
frame             605 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionNatural(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             609 Source/core/editing/EditorCommand.cpp     frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
frame             613 Source/core/editing/EditorCommand.cpp static bool executeMakeTextWritingDirectionRightToLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             618 Source/core/editing/EditorCommand.cpp     frame.editor().applyStyle(style.get(), EditActionSetWritingDirection);
frame             622 Source/core/editing/EditorCommand.cpp static bool executeMoveBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             624 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, CharacterGranularity, UserTriggered);
frame             628 Source/core/editing/EditorCommand.cpp static bool executeMoveBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             630 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, CharacterGranularity, UserTriggered);
frame             634 Source/core/editing/EditorCommand.cpp static bool executeMoveDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             636 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, LineGranularity, UserTriggered);
frame             639 Source/core/editing/EditorCommand.cpp static bool executeMoveDownAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             641 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, LineGranularity, UserTriggered);
frame             645 Source/core/editing/EditorCommand.cpp static bool executeMoveForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             647 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, CharacterGranularity, UserTriggered);
frame             651 Source/core/editing/EditorCommand.cpp static bool executeMoveForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             653 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, CharacterGranularity, UserTriggered);
frame             657 Source/core/editing/EditorCommand.cpp static bool executeMoveLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             659 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationMove, DirectionLeft, CharacterGranularity, UserTriggered);
frame             662 Source/core/editing/EditorCommand.cpp static bool executeMoveLeftAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             664 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionLeft, CharacterGranularity, UserTriggered);
frame             668 Source/core/editing/EditorCommand.cpp static bool executeMovePageDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             670 Source/core/editing/EditorCommand.cpp     unsigned distance = verticalScrollDistance(frame);
frame             673 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationMove, distance, FrameSelection::DirectionDown,
frame             677 Source/core/editing/EditorCommand.cpp static bool executeMovePageDownAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             679 Source/core/editing/EditorCommand.cpp     unsigned distance = verticalScrollDistance(frame);
frame             682 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationExtend, distance, FrameSelection::DirectionDown,
frame             686 Source/core/editing/EditorCommand.cpp static bool executeMovePageUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             688 Source/core/editing/EditorCommand.cpp     unsigned distance = verticalScrollDistance(frame);
frame             691 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationMove, distance, FrameSelection::DirectionUp,
frame             695 Source/core/editing/EditorCommand.cpp static bool executeMovePageUpAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             697 Source/core/editing/EditorCommand.cpp     unsigned distance = verticalScrollDistance(frame);
frame             700 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationExtend, distance, FrameSelection::DirectionUp,
frame             704 Source/core/editing/EditorCommand.cpp static bool executeMoveRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             706 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationMove, DirectionRight, CharacterGranularity, UserTriggered);
frame             709 Source/core/editing/EditorCommand.cpp static bool executeMoveRightAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             711 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionRight, CharacterGranularity, UserTriggered);
frame             715 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             717 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, DocumentBoundary, UserTriggered);
frame             721 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfDocumentAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             723 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, DocumentBoundary, UserTriggered);
frame             727 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             729 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, LineBoundary, UserTriggered);
frame             733 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             735 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, LineBoundary, UserTriggered);
frame             739 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             741 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, ParagraphBoundary, UserTriggered);
frame             745 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfParagraphAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             747 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, ParagraphBoundary, UserTriggered);
frame             751 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             753 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, SentenceBoundary, UserTriggered);
frame             757 Source/core/editing/EditorCommand.cpp static bool executeMoveToBeginningOfSentenceAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             759 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, SentenceBoundary, UserTriggered);
frame             763 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             765 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, DocumentBoundary, UserTriggered);
frame             769 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfDocumentAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             771 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, DocumentBoundary, UserTriggered);
frame             775 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             777 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, SentenceBoundary, UserTriggered);
frame             781 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfSentenceAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             783 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, SentenceBoundary, UserTriggered);
frame             787 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             789 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, LineBoundary, UserTriggered);
frame             793 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             795 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, LineBoundary, UserTriggered);
frame             799 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             801 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, ParagraphBoundary, UserTriggered);
frame             805 Source/core/editing/EditorCommand.cpp static bool executeMoveToEndOfParagraphAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             807 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, ParagraphBoundary, UserTriggered);
frame             811 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             813 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, ParagraphGranularity, UserTriggered);
frame             817 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             819 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, ParagraphGranularity, UserTriggered);
frame             823 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             825 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, ParagraphGranularity, UserTriggered);
frame             829 Source/core/editing/EditorCommand.cpp static bool executeMoveParagraphForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             831 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, ParagraphGranularity, UserTriggered);
frame             835 Source/core/editing/EditorCommand.cpp static bool executeMoveUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             837 Source/core/editing/EditorCommand.cpp     return frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, LineGranularity, UserTriggered);
frame             840 Source/core/editing/EditorCommand.cpp static bool executeMoveUpAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             842 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, LineGranularity, UserTriggered);
frame             846 Source/core/editing/EditorCommand.cpp static bool executeMoveWordBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             848 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, WordGranularity, UserTriggered);
frame             852 Source/core/editing/EditorCommand.cpp static bool executeMoveWordBackwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             854 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, WordGranularity, UserTriggered);
frame             858 Source/core/editing/EditorCommand.cpp static bool executeMoveWordForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             860 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, WordGranularity, UserTriggered);
frame             864 Source/core/editing/EditorCommand.cpp static bool executeMoveWordForwardAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             866 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, WordGranularity, UserTriggered);
frame             870 Source/core/editing/EditorCommand.cpp static bool executeMoveWordLeft(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             872 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionLeft, WordGranularity, UserTriggered);
frame             876 Source/core/editing/EditorCommand.cpp static bool executeMoveWordLeftAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             878 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionLeft, WordGranularity, UserTriggered);
frame             882 Source/core/editing/EditorCommand.cpp static bool executeMoveWordRight(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             884 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionRight, WordGranularity, UserTriggered);
frame             888 Source/core/editing/EditorCommand.cpp static bool executeMoveWordRightAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             890 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionRight, WordGranularity, UserTriggered);
frame             894 Source/core/editing/EditorCommand.cpp static bool executeMoveToLeftEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             896 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionLeft, LineBoundary, UserTriggered);
frame             900 Source/core/editing/EditorCommand.cpp static bool executeMoveToLeftEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             902 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionLeft, LineBoundary, UserTriggered);
frame             906 Source/core/editing/EditorCommand.cpp static bool executeMoveToRightEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             908 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationMove, DirectionRight, LineBoundary, UserTriggered);
frame             912 Source/core/editing/EditorCommand.cpp static bool executeMoveToRightEndOfLineAndModifySelection(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             914 Source/core/editing/EditorCommand.cpp     frame.selection().modify(FrameSelection::AlterationExtend, DirectionRight, LineBoundary, UserTriggered);
frame             918 Source/core/editing/EditorCommand.cpp static bool executeOutdent(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             920 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame             921 Source/core/editing/EditorCommand.cpp     IndentOutdentCommand::create(*frame.document(), IndentOutdentCommand::Outdent)->apply();
frame             925 Source/core/editing/EditorCommand.cpp static bool executeToggleOverwrite(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             927 Source/core/editing/EditorCommand.cpp     frame.editor().toggleOverwriteModeEnabled();
frame             931 Source/core/editing/EditorCommand.cpp static bool executePaste(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             933 Source/core/editing/EditorCommand.cpp     frame.editor().paste();
frame             937 Source/core/editing/EditorCommand.cpp static bool executePasteGlobalSelection(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame             939 Source/core/editing/EditorCommand.cpp     if (!frame.editor().behavior().supportsGlobalSelection())
frame             945 Source/core/editing/EditorCommand.cpp     frame.editor().paste();
frame             950 Source/core/editing/EditorCommand.cpp static bool executePasteAndMatchStyle(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             952 Source/core/editing/EditorCommand.cpp     frame.editor().pasteAsPlainText();
frame             956 Source/core/editing/EditorCommand.cpp static bool executePrint(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             958 Source/core/editing/EditorCommand.cpp     FrameHost* host = frame.host();
frame             961 Source/core/editing/EditorCommand.cpp     host->chrome().print(&frame);
frame             965 Source/core/editing/EditorCommand.cpp static bool executeRedo(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             967 Source/core/editing/EditorCommand.cpp     frame.editor().redo();
frame             971 Source/core/editing/EditorCommand.cpp static bool executeRemoveFormat(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             973 Source/core/editing/EditorCommand.cpp     frame.editor().removeFormattingAndStyle();
frame             977 Source/core/editing/EditorCommand.cpp static bool executeScrollPageBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             979 Source/core/editing/EditorCommand.cpp     return frame.eventHandler().bubblingScroll(ScrollBlockDirectionBackward, ScrollByPage);
frame             982 Source/core/editing/EditorCommand.cpp static bool executeScrollPageForward(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             984 Source/core/editing/EditorCommand.cpp     return frame.eventHandler().bubblingScroll(ScrollBlockDirectionForward, ScrollByPage);
frame             987 Source/core/editing/EditorCommand.cpp static bool executeScrollLineUp(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             989 Source/core/editing/EditorCommand.cpp     return frame.eventHandler().bubblingScroll(ScrollUp, ScrollByLine);
frame             992 Source/core/editing/EditorCommand.cpp static bool executeScrollLineDown(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             994 Source/core/editing/EditorCommand.cpp     return frame.eventHandler().bubblingScroll(ScrollDown, ScrollByLine);
frame             997 Source/core/editing/EditorCommand.cpp static bool executeScrollToBeginningOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame             999 Source/core/editing/EditorCommand.cpp     return frame.eventHandler().bubblingScroll(ScrollBlockDirectionBackward, ScrollByDocument);
frame            1002 Source/core/editing/EditorCommand.cpp static bool executeScrollToEndOfDocument(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1004 Source/core/editing/EditorCommand.cpp     return frame.eventHandler().bubblingScroll(ScrollBlockDirectionForward, ScrollByDocument);
frame            1007 Source/core/editing/EditorCommand.cpp static bool executeSelectAll(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1009 Source/core/editing/EditorCommand.cpp     frame.selection().selectAll();
frame            1013 Source/core/editing/EditorCommand.cpp static bool executeSelectLine(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1015 Source/core/editing/EditorCommand.cpp     return expandSelectionToGranularity(frame, LineGranularity);
frame            1018 Source/core/editing/EditorCommand.cpp static bool executeSelectParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1020 Source/core/editing/EditorCommand.cpp     return expandSelectionToGranularity(frame, ParagraphGranularity);
frame            1023 Source/core/editing/EditorCommand.cpp static bool executeSelectSentence(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1025 Source/core/editing/EditorCommand.cpp     return expandSelectionToGranularity(frame, SentenceGranularity);
frame            1028 Source/core/editing/EditorCommand.cpp static bool executeSelectToMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1030 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange();
frame            1031 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> selection = frame.editor().selectedRange();
frame            1034 Source/core/editing/EditorCommand.cpp     frame.selection().setSelectedRange(unionDOMRanges(mark.get(), selection.get()).get(), DOWNSTREAM, FrameSelection::CloseTyping);
frame            1038 Source/core/editing/EditorCommand.cpp static bool executeSelectWord(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1040 Source/core/editing/EditorCommand.cpp     return expandSelectionToGranularity(frame, WordGranularity);
frame            1043 Source/core/editing/EditorCommand.cpp static bool executeSetMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1045 Source/core/editing/EditorCommand.cpp     frame.editor().setMark(frame.selection().selection());
frame            1049 Source/core/editing/EditorCommand.cpp static bool executeStrikethrough(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1052 Source/core/editing/EditorCommand.cpp     return executeToggleStyleInList(frame, source, EditActionUnderline, CSSPropertyWebkitTextDecorationsInEffect, lineThrough.get());
frame            1055 Source/core/editing/EditorCommand.cpp static bool executeStyleWithCSS(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame            1057 Source/core/editing/EditorCommand.cpp     frame.editor().setShouldStyleWithCSS(!equalIgnoringCase(value, "false"));
frame            1061 Source/core/editing/EditorCommand.cpp static bool executeUseCSS(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
frame            1063 Source/core/editing/EditorCommand.cpp     frame.editor().setShouldStyleWithCSS(equalIgnoringCase(value, "false"));
frame            1067 Source/core/editing/EditorCommand.cpp static bool executeSubscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1069 Source/core/editing/EditorCommand.cpp     return executeToggleStyle(frame, source, EditActionSubscript, CSSPropertyVerticalAlign, "baseline", "sub");
frame            1072 Source/core/editing/EditorCommand.cpp static bool executeSuperscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1074 Source/core/editing/EditorCommand.cpp     return executeToggleStyle(frame, source, EditActionSuperscript, CSSPropertyVerticalAlign, "baseline", "super");
frame            1077 Source/core/editing/EditorCommand.cpp static bool executeSwapWithMark(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1079 Source/core/editing/EditorCommand.cpp     const VisibleSelection& mark = frame.editor().mark();
frame            1080 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.selection().selection();
frame            1083 Source/core/editing/EditorCommand.cpp     frame.selection().setSelection(mark);
frame            1084 Source/core/editing/EditorCommand.cpp     frame.editor().setMark(selection);
frame            1088 Source/core/editing/EditorCommand.cpp static bool executeToggleBold(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1090 Source/core/editing/EditorCommand.cpp     return executeToggleStyle(frame, source, EditActionBold, CSSPropertyFontWeight, "normal", "bold");
frame            1093 Source/core/editing/EditorCommand.cpp static bool executeToggleItalic(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1095 Source/core/editing/EditorCommand.cpp     return executeToggleStyle(frame, source, EditActionItalics, CSSPropertyFontStyle, "normal", "italic");
frame            1098 Source/core/editing/EditorCommand.cpp static bool executeTranspose(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1100 Source/core/editing/EditorCommand.cpp     frame.editor().transpose();
frame            1104 Source/core/editing/EditorCommand.cpp static bool executeUnderline(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1107 Source/core/editing/EditorCommand.cpp     return executeToggleStyleInList(frame, source, EditActionUnderline, CSSPropertyWebkitTextDecorationsInEffect, underline.get());
frame            1110 Source/core/editing/EditorCommand.cpp static bool executeUndo(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1112 Source/core/editing/EditorCommand.cpp     frame.editor().undo();
frame            1116 Source/core/editing/EditorCommand.cpp static bool executeUnlink(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1118 Source/core/editing/EditorCommand.cpp     ASSERT(frame.document());
frame            1119 Source/core/editing/EditorCommand.cpp     UnlinkCommand::create(*frame.document())->apply();
frame            1123 Source/core/editing/EditorCommand.cpp static bool executeUnscript(LocalFrame& frame, Event*, EditorCommandSource source, const String&)
frame            1125 Source/core/editing/EditorCommand.cpp     return executeApplyStyle(frame, source, EditActionUnscript, CSSPropertyVerticalAlign, "baseline");
frame            1128 Source/core/editing/EditorCommand.cpp static bool executeUnselect(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1130 Source/core/editing/EditorCommand.cpp     frame.selection().clear();
frame            1134 Source/core/editing/EditorCommand.cpp static bool executeYank(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1136 Source/core/editing/EditorCommand.cpp     frame.editor().insertTextWithoutSendingTextEvent(frame.editor().killRing().yank(), false, 0);
frame            1137 Source/core/editing/EditorCommand.cpp     frame.editor().killRing().setToYankedState();
frame            1141 Source/core/editing/EditorCommand.cpp static bool executeYankAndSelect(LocalFrame& frame, Event*, EditorCommandSource, const String&)
frame            1143 Source/core/editing/EditorCommand.cpp     frame.editor().insertTextWithoutSendingTextEvent(frame.editor().killRing().yank(), true, 0);
frame            1144 Source/core/editing/EditorCommand.cpp     frame.editor().killRing().setToYankedState();
frame            1160 Source/core/editing/EditorCommand.cpp static bool supportedCopyCut(LocalFrame* frame)
frame            1162 Source/core/editing/EditorCommand.cpp     if (!frame)
frame            1165 Source/core/editing/EditorCommand.cpp     Settings* settings = frame->settings();
frame            1167 Source/core/editing/EditorCommand.cpp     return frame->editor().client().canCopyCut(frame, defaultValue);
frame            1170 Source/core/editing/EditorCommand.cpp static bool supportedPaste(LocalFrame* frame)
frame            1172 Source/core/editing/EditorCommand.cpp     if (!frame)
frame            1175 Source/core/editing/EditorCommand.cpp     Settings* settings = frame->settings();
frame            1177 Source/core/editing/EditorCommand.cpp     return frame->editor().client().canPaste(frame, defaultValue);
frame            1187 Source/core/editing/EditorCommand.cpp static bool enabledVisibleSelection(LocalFrame& frame, Event* event, EditorCommandSource)
frame            1190 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.editor().selectionForCommand(event);
frame            1194 Source/core/editing/EditorCommand.cpp static bool caretBrowsingEnabled(LocalFrame& frame)
frame            1196 Source/core/editing/EditorCommand.cpp     return frame.settings() && frame.settings()->caretBrowsingEnabled();
frame            1201 Source/core/editing/EditorCommand.cpp static bool enabledVisibleSelectionOrCaretBrowsing(LocalFrame& frame, Event* event, EditorCommandSource)
frame            1204 Source/core/editing/EditorCommand.cpp     return caretBrowsingEnabled(frame) || enabledVisibleSelection(frame, event, dummyEditorCommandSource);
frame            1207 Source/core/editing/EditorCommand.cpp static bool enabledVisibleSelectionAndMark(LocalFrame& frame, Event* event, EditorCommandSource)
frame            1209 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.editor().selectionForCommand(event);
frame            1211 Source/core/editing/EditorCommand.cpp         && frame.editor().mark().isCaretOrRange();
frame            1214 Source/core/editing/EditorCommand.cpp static bool enableCaretInEditableText(LocalFrame& frame, Event* event, EditorCommandSource)
frame            1216 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.editor().selectionForCommand(event);
frame            1220 Source/core/editing/EditorCommand.cpp static bool enabledCopy(LocalFrame& frame, Event*, EditorCommandSource)
frame            1222 Source/core/editing/EditorCommand.cpp     return frame.editor().canDHTMLCopy() || frame.editor().canCopy();
frame            1225 Source/core/editing/EditorCommand.cpp static bool enabledCut(LocalFrame& frame, Event*, EditorCommandSource)
frame            1227 Source/core/editing/EditorCommand.cpp     return frame.editor().canDHTMLCut() || frame.editor().canCut();
frame            1230 Source/core/editing/EditorCommand.cpp static bool enabledInEditableText(LocalFrame& frame, Event* event, EditorCommandSource)
frame            1232 Source/core/editing/EditorCommand.cpp     return frame.editor().selectionForCommand(event).rootEditableElement();
frame            1235 Source/core/editing/EditorCommand.cpp static bool enabledDelete(LocalFrame& frame, Event* event, EditorCommandSource source)
frame            1239 Source/core/editing/EditorCommand.cpp         return frame.editor().canDelete();
frame            1244 Source/core/editing/EditorCommand.cpp         return enabledInEditableText(frame, event, source);
frame            1250 Source/core/editing/EditorCommand.cpp static bool enabledInEditableTextOrCaretBrowsing(LocalFrame& frame, Event* event, EditorCommandSource)
frame            1253 Source/core/editing/EditorCommand.cpp     return caretBrowsingEnabled(frame) || enabledInEditableText(frame, event, dummyEditorCommandSource);
frame            1256 Source/core/editing/EditorCommand.cpp static bool enabledInRichlyEditableText(LocalFrame& frame, Event*, EditorCommandSource)
frame            1258 Source/core/editing/EditorCommand.cpp     return frame.selection().isCaretOrRange() && frame.selection().isContentRichlyEditable() && frame.selection().rootEditableElement();
frame            1261 Source/core/editing/EditorCommand.cpp static bool enabledPaste(LocalFrame& frame, Event*, EditorCommandSource)
frame            1263 Source/core/editing/EditorCommand.cpp     return frame.editor().canPaste();
frame            1266 Source/core/editing/EditorCommand.cpp static bool enabledRangeInEditableText(LocalFrame& frame, Event*, EditorCommandSource)
frame            1268 Source/core/editing/EditorCommand.cpp     return frame.selection().isRange() && frame.selection().isContentEditable();
frame            1271 Source/core/editing/EditorCommand.cpp static bool enabledRangeInRichlyEditableText(LocalFrame& frame, Event*, EditorCommandSource)
frame            1273 Source/core/editing/EditorCommand.cpp     return frame.selection().isRange() && frame.selection().isContentRichlyEditable();
frame            1276 Source/core/editing/EditorCommand.cpp static bool enabledRedo(LocalFrame& frame, Event*, EditorCommandSource)
frame            1278 Source/core/editing/EditorCommand.cpp     return frame.editor().canRedo();
frame            1281 Source/core/editing/EditorCommand.cpp static bool enabledUndo(LocalFrame& frame, Event*, EditorCommandSource)
frame            1283 Source/core/editing/EditorCommand.cpp     return frame.editor().canUndo();
frame            1293 Source/core/editing/EditorCommand.cpp static TriState stateBold(LocalFrame& frame, Event*)
frame            1295 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyFontWeight, "bold");
frame            1298 Source/core/editing/EditorCommand.cpp static TriState stateItalic(LocalFrame& frame, Event*)
frame            1300 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyFontStyle, "italic");
frame            1303 Source/core/editing/EditorCommand.cpp static TriState stateOrderedList(LocalFrame& frame, Event*)
frame            1305 Source/core/editing/EditorCommand.cpp     return frame.editor().selectionOrderedListState();
frame            1308 Source/core/editing/EditorCommand.cpp static TriState stateStrikethrough(LocalFrame& frame, Event*)
frame            1310 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyWebkitTextDecorationsInEffect, "line-through");
frame            1313 Source/core/editing/EditorCommand.cpp static TriState stateStyleWithCSS(LocalFrame& frame, Event*)
frame            1315 Source/core/editing/EditorCommand.cpp     return frame.editor().shouldStyleWithCSS() ? TrueTriState : FalseTriState;
frame            1318 Source/core/editing/EditorCommand.cpp static TriState stateSubscript(LocalFrame& frame, Event*)
frame            1320 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyVerticalAlign, "sub");
frame            1323 Source/core/editing/EditorCommand.cpp static TriState stateSuperscript(LocalFrame& frame, Event*)
frame            1325 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyVerticalAlign, "super");
frame            1328 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirectionLeftToRight(LocalFrame& frame, Event*)
frame            1330 Source/core/editing/EditorCommand.cpp     return stateTextWritingDirection(frame, LeftToRightWritingDirection);
frame            1333 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirectionNatural(LocalFrame& frame, Event*)
frame            1335 Source/core/editing/EditorCommand.cpp     return stateTextWritingDirection(frame, NaturalWritingDirection);
frame            1338 Source/core/editing/EditorCommand.cpp static TriState stateTextWritingDirectionRightToLeft(LocalFrame& frame, Event*)
frame            1340 Source/core/editing/EditorCommand.cpp     return stateTextWritingDirection(frame, RightToLeftWritingDirection);
frame            1343 Source/core/editing/EditorCommand.cpp static TriState stateUnderline(LocalFrame& frame, Event*)
frame            1345 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyWebkitTextDecorationsInEffect, "underline");
frame            1348 Source/core/editing/EditorCommand.cpp static TriState stateUnorderedList(LocalFrame& frame, Event*)
frame            1350 Source/core/editing/EditorCommand.cpp     return frame.editor().selectionUnorderedListState();
frame            1353 Source/core/editing/EditorCommand.cpp static TriState stateJustifyCenter(LocalFrame& frame, Event*)
frame            1355 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyTextAlign, "center");
frame            1358 Source/core/editing/EditorCommand.cpp static TriState stateJustifyFull(LocalFrame& frame, Event*)
frame            1360 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyTextAlign, "justify");
frame            1363 Source/core/editing/EditorCommand.cpp static TriState stateJustifyLeft(LocalFrame& frame, Event*)
frame            1365 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyTextAlign, "left");
frame            1368 Source/core/editing/EditorCommand.cpp static TriState stateJustifyRight(LocalFrame& frame, Event*)
frame            1370 Source/core/editing/EditorCommand.cpp     return stateStyle(frame, CSSPropertyTextAlign, "right");
frame            1380 Source/core/editing/EditorCommand.cpp static String valueBackColor(LocalFrame& frame, Event*)
frame            1382 Source/core/editing/EditorCommand.cpp     return valueStyle(frame, CSSPropertyBackgroundColor);
frame            1385 Source/core/editing/EditorCommand.cpp static String valueDefaultParagraphSeparator(LocalFrame& frame, Event*)
frame            1387 Source/core/editing/EditorCommand.cpp     switch (frame.editor().defaultParagraphSeparator()) {
frame            1398 Source/core/editing/EditorCommand.cpp static String valueFontName(LocalFrame& frame, Event*)
frame            1400 Source/core/editing/EditorCommand.cpp     return valueStyle(frame, CSSPropertyFontFamily);
frame            1403 Source/core/editing/EditorCommand.cpp static String valueFontSize(LocalFrame& frame, Event*)
frame            1405 Source/core/editing/EditorCommand.cpp     return valueStyle(frame, CSSPropertyFontSize);
frame            1408 Source/core/editing/EditorCommand.cpp static String valueFontSizeDelta(LocalFrame& frame, Event*)
frame            1410 Source/core/editing/EditorCommand.cpp     return valueStyle(frame, CSSPropertyWebkitFontSizeDelta);
frame            1413 Source/core/editing/EditorCommand.cpp static String valueForeColor(LocalFrame& frame, Event*)
frame            1415 Source/core/editing/EditorCommand.cpp     return valueStyle(frame, CSSPropertyColor);
frame            1418 Source/core/editing/EditorCommand.cpp static String valueFormatBlock(LocalFrame& frame, Event*)
frame            1420 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.selection().selection();
frame            1666 Source/core/editing/EditorCommand.cpp Editor::Command::Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<LocalFrame> frame)
frame            1669 Source/core/editing/EditorCommand.cpp     , m_frame(command ? frame : nullptr)
frame              87 Source/core/editing/FrameSelection.cpp static inline bool shouldAlwaysUseDirectionalSelection(LocalFrame* frame)
frame              89 Source/core/editing/FrameSelection.cpp     return !frame || frame->editor().behavior().shouldConsiderSelectionAsDirectional();
frame              92 Source/core/editing/FrameSelection.cpp FrameSelection::FrameSelection(LocalFrame* frame)
frame              93 Source/core/editing/FrameSelection.cpp     : m_frame(frame)
frame             101 Source/core/editing/FrameSelection.cpp     , m_focused(frame && frame->page() && frame->page()->focusController().focusedFrame() == frame)
frame             234 Source/core/editing/FrameSelection.cpp         if (document.frame() && document.frame() != m_frame && document != m_frame->document()) {
frame             235 Source/core/editing/FrameSelection.cpp             RefPtr<LocalFrame> guard = document.frame();
frame             236 Source/core/editing/FrameSelection.cpp             document.frame()->selection().setSelection(s, options, align, granularity);
frame            1146 Source/core/editing/FrameSelection.cpp     LocalFrame* frame = pos.document()->frame();
frame            1147 Source/core/editing/FrameSelection.cpp     if (!frame)
frame            1518 Source/core/editing/FrameSelection.cpp inline static bool shouldStopBlinkingDueToTypingCommand(LocalFrame* frame)
frame            1520 Source/core/editing/FrameSelection.cpp     return frame->editor().lastEditCommand() && frame->editor().lastEditCommand()->shouldStopCaretBlinking();
frame              59 Source/core/editing/InputMethodController.cpp PassOwnPtr<InputMethodController> InputMethodController::create(LocalFrame& frame)
frame              61 Source/core/editing/InputMethodController.cpp     return adoptPtr(new InputMethodController(frame));
frame              64 Source/core/editing/InputMethodController.cpp InputMethodController::InputMethodController(LocalFrame& frame)
frame              65 Source/core/editing/InputMethodController.cpp     : m_frame(frame)
frame             144 Source/core/editing/InsertLineBreakCommand.cpp     RefPtr<EditingStyle> typingStyle = document().frame()->selection().typingStyle();
frame             141 Source/core/editing/InsertTextCommand.cpp             if (EditingStyle* typingStyle = document().frame()->selection().typingStyle())
frame             144 Source/core/editing/InsertTextCommand.cpp     } else if (document().frame()->editor().isOverwriteModeEnabled()) {
frame             219 Source/core/editing/InsertTextCommand.cpp     if (RefPtr<EditingStyle> typingStyle = document().frame()->selection().typingStyle()) {
frame              82 Source/core/editing/RemoveFormatCommand.cpp     LocalFrame* frame = document().frame();
frame              84 Source/core/editing/RemoveFormatCommand.cpp     if (!frame->selection().selection().isNonOrphanedCaretOrRange())
frame              89 Source/core/editing/RemoveFormatCommand.cpp     Node* root = frame->selection().rootEditableElement();
frame            1013 Source/core/editing/ReplaceSelectionCommand.cpp     if (LocalFrame* frame = document().frame())
frame            1014 Source/core/editing/ReplaceSelectionCommand.cpp         frame->selection().clearTypingStyle();
frame             118 Source/core/editing/SpellCheckRequester.cpp SpellCheckRequester::SpellCheckRequester(LocalFrame& frame)
frame             119 Source/core/editing/SpellCheckRequester.cpp     : m_frame(frame)
frame              63 Source/core/editing/SpellChecker.cpp PassOwnPtr<SpellChecker> SpellChecker::create(LocalFrame& frame)
frame              65 Source/core/editing/SpellChecker.cpp     return adoptPtr(new SpellChecker(frame));
frame              86 Source/core/editing/SpellChecker.cpp SpellChecker::SpellChecker(LocalFrame& frame)
frame              87 Source/core/editing/SpellChecker.cpp     : m_frame(frame)
frame              88 Source/core/editing/SpellChecker.cpp     , m_spellCheckRequester(adoptPtr(new SpellCheckRequester(frame)))
frame             106 Source/core/editing/SpellChecker.cpp     for (LocalFrame* frame = m_frame.page()->mainFrame(); frame && frame->document(); frame = frame->tree().traverseNext()) {
frame             107 Source/core/editing/SpellChecker.cpp         for (Node* node = &frame->document()->rootNode(); node; node = NodeTraversal::next(*node)) {
frame             530 Source/core/editing/TextCheckingHelper.cpp     return WebCore::unifiedTextCheckerEnabled(doc.frame());
frame             566 Source/core/editing/TextCheckingHelper.cpp bool unifiedTextCheckerEnabled(const LocalFrame* frame)
frame             568 Source/core/editing/TextCheckingHelper.cpp     if (!frame)
frame             571 Source/core/editing/TextCheckingHelper.cpp     const Settings* settings = frame->settings();
frame              43 Source/core/editing/TextInsertionBaseCommand.cpp void TextInsertionBaseCommand::applyTextInsertionCommand(LocalFrame* frame, PassRefPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection)
frame              53 Source/core/editing/TextInsertionBaseCommand.cpp         frame->selection().setSelection(endingSelection);
frame              97 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document.frame();
frame              98 Source/core/editing/TypingCommand.cpp     ASSERT(frame);
frame             100 Source/core/editing/TypingCommand.cpp     if (!frame->selection().isRange())
frame             103 Source/core/editing/TypingCommand.cpp     if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
frame             115 Source/core/editing/TypingCommand.cpp         LocalFrame* frame = document.frame();
frame             116 Source/core/editing/TypingCommand.cpp         if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
frame             120 Source/core/editing/TypingCommand.cpp                 updateSelectionIfDifferentFromCurrentSelection(lastTypingCommand.get(), frame);
frame             135 Source/core/editing/TypingCommand.cpp         LocalFrame* frame = document.frame();
frame             136 Source/core/editing/TypingCommand.cpp         if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
frame             137 Source/core/editing/TypingCommand.cpp             updateSelectionIfDifferentFromCurrentSelection(lastTypingCommand.get(), frame);
frame             147 Source/core/editing/TypingCommand.cpp void TypingCommand::updateSelectionIfDifferentFromCurrentSelection(TypingCommand* typingCommand, LocalFrame* frame)
frame             149 Source/core/editing/TypingCommand.cpp     ASSERT(frame);
frame             150 Source/core/editing/TypingCommand.cpp     VisibleSelection currentSelection = frame->selection().selection();
frame             160 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document.frame();
frame             161 Source/core/editing/TypingCommand.cpp     ASSERT(frame);
frame             164 Source/core/editing/TypingCommand.cpp         document.frame()->spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
frame             166 Source/core/editing/TypingCommand.cpp     insertText(document, text, frame->selection().selection(), options, composition);
frame             172 Source/core/editing/TypingCommand.cpp     RefPtr<LocalFrame> frame = document.frame();
frame             173 Source/core/editing/TypingCommand.cpp     ASSERT(frame);
frame             175 Source/core/editing/TypingCommand.cpp     VisibleSelection currentSelection = frame->selection().selection();
frame             182 Source/core/editing/TypingCommand.cpp     if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame.get())) {
frame             196 Source/core/editing/TypingCommand.cpp     applyTextInsertionCommand(frame.get(), cmd, selectionForInsertion, currentSelection);
frame             201 Source/core/editing/TypingCommand.cpp     if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(document.frame())) {
frame             212 Source/core/editing/TypingCommand.cpp     if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(document.frame())) {
frame             222 Source/core/editing/TypingCommand.cpp     if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(document.frame())) {
frame             231 Source/core/editing/TypingCommand.cpp PassRefPtr<TypingCommand> TypingCommand::lastTypingCommandIfStillOpenForTyping(LocalFrame* frame)
frame             233 Source/core/editing/TypingCommand.cpp     ASSERT(frame);
frame             235 Source/core/editing/TypingCommand.cpp     RefPtr<CompositeEditCommand> lastEditCommand = frame->editor().lastEditCommand();
frame             242 Source/core/editing/TypingCommand.cpp void TypingCommand::closeTyping(LocalFrame* frame)
frame             244 Source/core/editing/TypingCommand.cpp     if (RefPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame))
frame             291 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
frame             292 Source/core/editing/TypingCommand.cpp     if (!frame)
frame             295 Source/core/editing/TypingCommand.cpp     if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
frame             298 Source/core/editing/TypingCommand.cpp     frame->spellChecker().cancelCheck();
frame             310 Source/core/editing/TypingCommand.cpp             frame->spellChecker().markMisspellingsAfterTypingToWord(p1, endingSelection());
frame             316 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
frame             317 Source/core/editing/TypingCommand.cpp     if (!frame)
frame             325 Source/core/editing/TypingCommand.cpp     frame->editor().appliedEditing(this);
frame             406 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
frame             407 Source/core/editing/TypingCommand.cpp     if (!frame)
frame             410 Source/core/editing/TypingCommand.cpp     frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
frame             497 Source/core/editing/TypingCommand.cpp         frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
frame             501 Source/core/editing/TypingCommand.cpp     if (frame->editor().behavior().shouldUndoOfDeleteSelectText() && m_openedByBackwardDelete)
frame             510 Source/core/editing/TypingCommand.cpp     LocalFrame* frame = document().frame();
frame             511 Source/core/editing/TypingCommand.cpp     if (!frame)
frame             514 Source/core/editing/TypingCommand.cpp     frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
frame             589 Source/core/editing/TypingCommand.cpp         frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
frame             591 Source/core/editing/TypingCommand.cpp     if (frame->editor().behavior().shouldUndoOfDeleteSelectText())
frame              70 Source/core/editing/UndoStack.cpp void UndoStack::didUnloadFrame(const LocalFrame& frame)
frame              73 Source/core/editing/UndoStack.cpp     filterOutUndoSteps(m_undoStack, frame);
frame              74 Source/core/editing/UndoStack.cpp     filterOutUndoSteps(m_redoStack, frame);
frame              77 Source/core/editing/UndoStack.cpp void UndoStack::filterOutUndoSteps(UndoStepStack& stack, const LocalFrame& frame)
frame              82 Source/core/editing/UndoStack.cpp         if (!step->belongsTo(frame))
frame             783 Source/core/editing/htmlediting.cpp     switch (document.frame()->editor().defaultParagraphSeparator()) {
frame             889 Source/core/editing/markup.cpp     LocalFrame* frame = node->document().frame();
frame             890 Source/core/editing/markup.cpp     if (!frame)
frame             897 Source/core/editing/markup.cpp         markupString = frame->documentTypeString() + markupString;
frame              45 Source/core/events/MouseRelatedEvent.cpp     LocalFrame* frame = abstractView->frame();
frame              46 Source/core/events/MouseRelatedEvent.cpp     if (!frame)
frame              48 Source/core/events/MouseRelatedEvent.cpp     FrameView* frameView = frame->view();
frame              51 Source/core/events/MouseRelatedEvent.cpp     float scaleFactor = frame->pageZoomFactor();
frame              67 Source/core/events/MouseRelatedEvent.cpp     LocalFrame* frame = view() ? view()->frame() : 0;
frame              68 Source/core/events/MouseRelatedEvent.cpp     if (frame && !isSimulated) {
frame              69 Source/core/events/MouseRelatedEvent.cpp         if (FrameView* frameView = frame->view()) {
frame              72 Source/core/events/MouseRelatedEvent.cpp             float scaleFactor = 1 / frame->pageZoomFactor();
frame             116 Source/core/events/MouseRelatedEvent.cpp     LocalFrame* frame = window->frame();
frame             117 Source/core/events/MouseRelatedEvent.cpp     if (!frame)
frame             119 Source/core/events/MouseRelatedEvent.cpp     return frame->pageZoomFactor();
frame              42 Source/core/events/NavigatorEvents.cpp     LocalFrame* frame = navigator.frame();
frame              43 Source/core/events/NavigatorEvents.cpp     if (!frame)
frame              45 Source/core/events/NavigatorEvents.cpp     if (Settings* settings = frame->settings())
frame             109 Source/core/fetch/ImageResourceTest.cpp     RefPtr<DocumentLoader> documentLoader = DocumentLoader::create(&dummyPageHolder->frame(), ResourceRequest(testURL), SubstituteData());
frame             162 Source/core/fetch/Resource.cpp     if (!fetcher->frame()) {
frame             191 Source/core/fetch/ResourceFetcher.cpp         if (fetcher->frame()->tree().parent())
frame             253 Source/core/fetch/ResourceFetcher.cpp         return m_documentLoader->frame();
frame             255 Source/core/fetch/ResourceFetcher.cpp         return m_document->import()->frame();
frame             261 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
frame             262 Source/core/fetch/ResourceFetcher.cpp         return frame->fetchContext();
frame             278 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* f = frame()) {
frame             360 Source/core/fetch/ResourceFetcher.cpp     ASSERT(frame());
frame             428 Source/core/fetch/ResourceFetcher.cpp         if (LocalFrame* f = frame()) {
frame             436 Source/core/fetch/ResourceFetcher.cpp         if (LocalFrame* f = frame()) {
frame             461 Source/core/fetch/ResourceFetcher.cpp     bool shouldBypassMainWorldContentSecurityPolicy = (frame() && frame()->script().shouldBypassMainWorldContentSecurityPolicy()) || (options.contentSecurityPolicyOption == DoNotCheckContentSecurityPolicy);
frame             506 Source/core/fetch/ResourceFetcher.cpp         if (frame()) {
frame             507 Source/core/fetch/ResourceFetcher.cpp             Settings* settings = frame()->settings();
frame             508 Source/core/fetch/ResourceFetcher.cpp             if (!frame()->loader().client()->allowScriptFromSource(!settings || settings->scriptEnabled(), url)) {
frame             509 Source/core/fetch/ResourceFetcher.cpp                 frame()->loader().client()->didNotAllowScript();
frame             566 Source/core/fetch/ResourceFetcher.cpp         if (frame() && frame()->document()) {
frame             568 Source/core/fetch/ResourceFetcher.cpp             frame()->document()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, resourceType + " from origin '" + SecurityOrigin::create(url)->toString() + "' has been blocked from loading by Cross-Origin Resource Sharing policy: " + errorDescription);
frame             577 Source/core/fetch/ResourceFetcher.cpp     if (!frame())
frame             582 Source/core/fetch/ResourceFetcher.cpp         return m_documentLoader == frame()->loader().provisionalDocumentLoader();
frame             583 Source/core/fetch/ResourceFetcher.cpp     return m_documentLoader == frame()->loader().documentLoader();
frame             616 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* f = frame())
frame             734 Source/core/fetch/ResourceFetcher.cpp         FrameLoadType frameLoadType = frame()->loader().loadType();
frame             742 Source/core/fetch/ResourceFetcher.cpp         if (LocalFrame* parent = frame()->tree().parent())
frame             763 Source/core/fetch/ResourceFetcher.cpp     if (!frame())
frame             836 Source/core/fetch/ResourceFetcher.cpp         if (frame()->ownerElement() && !frame()->ownerElement()->loadedNonEmptyDocument()) {
frame             837 Source/core/fetch/ResourceFetcher.cpp             info->setInitiatorType(frame()->ownerElement()->localName());
frame             839 Source/core/fetch/ResourceFetcher.cpp             frame()->ownerElement()->didLoadNonEmptyDocument();
frame             968 Source/core/fetch/ResourceFetcher.cpp     if (!frame())
frame             977 Source/core/fetch/ResourceFetcher.cpp     frame()->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message);
frame            1008 Source/core/fetch/ResourceFetcher.cpp     return frame() && !frame()->loader().client()->allowImage(m_imagesEnabled, url);
frame            1048 Source/core/fetch/ResourceFetcher.cpp     if (frame())
frame            1049 Source/core/fetch/ResourceFetcher.cpp         frame()->loader().loadDone();
frame            1087 Source/core/fetch/ResourceFetcher.cpp     if (!frame() || !frame()->page() || resource->status() != Resource::Cached || m_validatedURLs.contains(resource->url()))
frame            1095 Source/core/fetch/ResourceFetcher.cpp     InspectorInstrumentation::markResourceAsCached(frame()->page(), identifier);
frame            1224 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
frame            1225 Source/core/fetch/ResourceFetcher.cpp         return frame->loader().checkLoadComplete(m_documentLoader);
frame            1243 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
frame            1244 Source/core/fetch/ResourceFetcher.cpp         frame->loader().checkLoadComplete(m_documentLoader);
frame            1274 Source/core/fetch/ResourceFetcher.cpp     if (LocalFrame* frame = this->frame())
frame            1275 Source/core/fetch/ResourceFetcher.cpp         return frame->page()->defersLoading();
frame            1295 Source/core/fetch/ResourceFetcher.cpp             if (frame() && frame()->document())
frame            1296 Source/core/fetch/ResourceFetcher.cpp                 frame()->document()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, errorMessage);
frame             113 Source/core/fetch/ResourceFetcher.h     LocalFrame* frame() const; // Can be null
frame              58 Source/core/fetch/ResourceFetcherTest.cpp     EXPECT_EQ(fetcher->frame(), static_cast<LocalFrame*>(0));
frame              38 Source/core/frame/BarProp.cpp BarProp::BarProp(LocalFrame* frame, Type type)
frame              39 Source/core/frame/BarProp.cpp     : DOMWindowProperty(frame)
frame              46 Source/core/frame/BarProp.h         static PassRefPtrWillBeRawPtr<BarProp> create(LocalFrame* frame, Type type)
frame              48 Source/core/frame/BarProp.h             return adoptRefWillBeNoop(new BarProp(frame, type));
frame              49 Source/core/frame/Console.cpp Console::Console(LocalFrame* frame)
frame              50 Source/core/frame/Console.cpp     : DOMWindowProperty(frame)
frame              50 Source/core/frame/Console.h     static PassRefPtrWillBeRawPtr<Console> create(LocalFrame* frame)
frame              52 Source/core/frame/Console.h         return adoptRefWillBeNoop(new Console(frame));
frame             240 Source/core/frame/DOMWindow.cpp     LocalFrame* frame = window->frame();
frame             241 Source/core/frame/DOMWindow.cpp     if (!frame)
frame             243 Source/core/frame/DOMWindow.cpp     return frame->isMainFrame();
frame             257 Source/core/frame/DOMWindow.cpp FloatRect DOMWindow::adjustWindowRect(LocalFrame& frame, const FloatRect& pendingChanges)
frame             259 Source/core/frame/DOMWindow.cpp     FrameHost* host = frame.host();
frame             262 Source/core/frame/DOMWindow.cpp     FloatRect screen = screenAvailableRect(frame.view());
frame             313 Source/core/frame/DOMWindow.cpp bool DOMWindow::canShowModalDialog(const LocalFrame* frame)
frame             315 Source/core/frame/DOMWindow.cpp     if (!frame)
frame             317 Source/core/frame/DOMWindow.cpp     FrameHost* host = frame->host();
frame             323 Source/core/frame/DOMWindow.cpp bool DOMWindow::canShowModalDialogNow(const LocalFrame* frame)
frame             325 Source/core/frame/DOMWindow.cpp     if (!frame)
frame             327 Source/core/frame/DOMWindow.cpp     FrameHost* host = frame->host();
frame             333 Source/core/frame/DOMWindow.cpp DOMWindow::DOMWindow(LocalFrame& frame)
frame             334 Source/core/frame/DOMWindow.cpp     : FrameDestructionObserver(&frame)
frame             377 Source/core/frame/DOMWindow.cpp         document = DOMImplementation::createDocument(mimeType, init, init.frame() ? init.frame()->inViewSourceMode() : false);
frame             387 Source/core/frame/DOMWindow.cpp     ASSERT(init.frame() == m_frame);
frame             477 Source/core/frame/DOMWindow.cpp     if (!frame())
frame             537 Source/core/frame/DOMWindow.cpp     return frame() ? frame()->page() : 0;
frame            1593 Source/core/frame/DOMWindow.cpp     InspectorInstrumentation::loadEventFired(frame());
frame            1607 Source/core/frame/DOMWindow.cpp     InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEventOnWindow(frame(), *event, this);
frame            1649 Source/core/frame/DOMWindow.cpp     LocalFrame* firstFrame = enteredWindow->frame();
frame            1775 Source/core/frame/DOMWindow.cpp     LocalFrame* firstFrame = enteredWindow->frame();
frame            1829 Source/core/frame/DOMWindow.cpp     LocalFrame* activeFrame = callingWindow->frame();
frame            1832 Source/core/frame/DOMWindow.cpp     LocalFrame* firstFrame = enteredWindow->frame();
frame            1852 Source/core/frame/DOMWindow.cpp     LocalFrame* frame = this->frame();
frame            1853 Source/core/frame/DOMWindow.cpp     if (!frame)
frame            1856 Source/core/frame/DOMWindow.cpp     LocalFrame* child = frame->tree().scopedChild(index);
frame              99 Source/core/frame/DOMWindow.h         static PassRefPtrWillBeRawPtr<DOMWindow> create(LocalFrame& frame)
frame             101 Source/core/frame/DOMWindow.h             return adoptRefWillBeRefCountedGarbageCollected(new DOMWindow(frame));
frame              36 Source/core/frame/DOMWindowProperty.cpp DOMWindowProperty::DOMWindowProperty(LocalFrame* frame)
frame              37 Source/core/frame/DOMWindowProperty.cpp     : m_frame(frame)
frame              41 Source/core/frame/DOMWindowProperty.h     LocalFrame* frame() const { return m_frame; }
frame              33 Source/core/frame/FrameDestructionObserver.cpp FrameDestructionObserver::FrameDestructionObserver(LocalFrame* frame)
frame              36 Source/core/frame/FrameDestructionObserver.cpp     observeFrame(frame);
frame              45 Source/core/frame/FrameDestructionObserver.cpp void FrameDestructionObserver::observeFrame(LocalFrame* frame)
frame              50 Source/core/frame/FrameDestructionObserver.cpp     m_frame = frame;
frame              40 Source/core/frame/FrameDestructionObserver.h     LocalFrame* frame() const { return m_frame; }
frame             131 Source/core/frame/FrameView.cpp FrameView::FrameView(LocalFrame* frame)
frame             132 Source/core/frame/FrameView.cpp     : m_frame(frame)
frame             169 Source/core/frame/FrameView.cpp PassRefPtr<FrameView> FrameView::create(LocalFrame* frame)
frame             171 Source/core/frame/FrameView.cpp     RefPtr<FrameView> view = adoptRef(new FrameView(frame));
frame             176 Source/core/frame/FrameView.cpp PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize)
frame             178 Source/core/frame/FrameView.cpp     RefPtr<FrameView> view = adoptRef(new FrameView(frame));
frame             374 Source/core/frame/FrameView.cpp             for (LocalFrame* frame = m_frame.get(); frame; frame = frame->tree().traverseNext()) {
frame             375 Source/core/frame/FrameView.cpp                 if (TextAutosizer* textAutosizer = frame->document()->textAutosizer())
frame             410 Source/core/frame/FrameView.cpp     return frame().page();
frame             415 Source/core/frame/FrameView.cpp     return frame().contentRenderer();
frame             480 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame             722 Source/core/frame/FrameView.cpp     if (!ownerRenderer || !ownerRenderer->frame())
frame             740 Source/core/frame/FrameView.cpp     RefPtr<FrameView> frameView = ownerRenderer->frame()->view();
frame             809 Source/core/frame/FrameView.cpp     TextAutosizer* textAutosizer = frame().document()->textAutosizer();
frame             813 Source/core/frame/FrameView.cpp         UseCounter::count(*frame().document(), UseCounter::TextAutosizingLayout);
frame            1029 Source/core/frame/FrameView.cpp     if (frame().page())
frame            1030 Source/core/frame/FrameView.cpp         frame().page()->chrome().client().layoutUpdated(m_frame.get());
frame            1407 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame            1691 Source/core/frame/FrameView.cpp     frame().loader().saveScrollState();
frame            1757 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame            1778 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame            1818 Source/core/frame/FrameView.cpp     if (!frame().view())
frame            1985 Source/core/frame/FrameView.cpp     for (LocalFrame* frame = m_frame.get(); frame; frame = frame->tree().traverseNext(m_frame.get())) {
frame            1986 Source/core/frame/FrameView.cpp         if (FrameView* view = frame->view()) {
frame            2195 Source/core/frame/FrameView.cpp     Document* document = frame().document();
frame            2356 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame            2368 Source/core/frame/FrameView.cpp     frame().loader().client()->didChangeScrollOffset();
frame            2395 Source/core/frame/FrameView.cpp         tickmarks = frame().document()->markers().renderedRectsForMarkers(DocumentMarker::TextMatch);
frame            2400 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame            2441 Source/core/frame/FrameView.cpp     RenderPart* ownerRenderer = frame().ownerRenderer();
frame            2624 Source/core/frame/FrameView.cpp     if (!frame().document())
frame            2627 Source/core/frame/FrameView.cpp     Element* htmlElement = frame().document()->documentElement();
frame            2628 Source/core/frame/FrameView.cpp     Element* bodyElement = frame().document()->body();
frame            3119 Source/core/frame/FrameView.cpp     for (LocalFrame* frame = m_frame->tree().top(); frame; frame = frame->tree().traverseNext()) {
frame            3120 Source/core/frame/FrameView.cpp         if (RenderView* renderView = frame->contentRenderer())
frame            3240 Source/core/frame/FrameView.cpp     if (frame().document())
frame            3241 Source/core/frame/FrameView.cpp         return frame().document()->existingAXObjectCache();
frame            3247 Source/core/frame/FrameView.cpp     Page* page = frame().page();
frame              76 Source/core/frame/FrameView.h     LocalFrame& frame() const { return *m_frame; }
frame              45 Source/core/frame/History.cpp History::History(LocalFrame* frame)
frame              46 Source/core/frame/History.cpp     : DOMWindowProperty(frame)
frame              47 Source/core/frame/History.h     static PassRefPtrWillBeRawPtr<History> create(LocalFrame* frame)
frame              49 Source/core/frame/History.h         return adoptRefWillBeNoop(new History(frame));
frame              73 Source/core/frame/LocalFrame.cpp static inline float parentPageZoomFactor(LocalFrame* frame)
frame              75 Source/core/frame/LocalFrame.cpp     LocalFrame* parent = frame->tree().parent();
frame              81 Source/core/frame/LocalFrame.cpp static inline float parentTextZoomFactor(LocalFrame* frame)
frame              83 Source/core/frame/LocalFrame.cpp     LocalFrame* parent = frame->tree().parent();
frame             109 Source/core/frame/LocalFrame.cpp     RefPtr<LocalFrame> frame = adoptRef(new LocalFrame(client, host, ownerElement));
frame             110 Source/core/frame/LocalFrame.cpp     if (!frame->ownerElement())
frame             111 Source/core/frame/LocalFrame.cpp         frame->page()->setMainFrame(frame);
frame             112 Source/core/frame/LocalFrame.cpp     InspectorInstrumentation::frameAttachedToParent(frame.get());
frame             113 Source/core/frame/LocalFrame.cpp     return frame.release();
frame             473 Source/core/frame/LocalFrame.cpp     for (const LocalFrame* frame = this; frame; frame = frame->tree().traverseNext()) {
frame             474 Source/core/frame/LocalFrame.cpp         if (frame->document())
frame             475 Source/core/frame/LocalFrame.cpp             count += WheelController::from(*frame->document())->wheelEventHandlerCount();
frame             488 Source/core/frame/LocalFrame.cpp     for (const LocalFrame* frame = this; frame; frame = frame->tree().parent()) {
frame             489 Source/core/frame/LocalFrame.cpp         if (equalIgnoringFragmentIdentifier(frame->document()->url(), url)) {
frame             499 Source/core/frame/LocalFrame.cpp     ScopedFramePaintingState(LocalFrame* frame, Node* node)
frame             500 Source/core/frame/LocalFrame.cpp         : frame(frame)
frame             502 Source/core/frame/LocalFrame.cpp         , paintBehavior(frame->view()->paintBehavior())
frame             503 Source/core/frame/LocalFrame.cpp         , backgroundColor(frame->view()->baseBackgroundColor())
frame             514 Source/core/frame/LocalFrame.cpp         frame->view()->setPaintBehavior(paintBehavior);
frame             515 Source/core/frame/LocalFrame.cpp         frame->view()->setBaseBackgroundColor(backgroundColor);
frame             516 Source/core/frame/LocalFrame.cpp         frame->view()->setNodeToDraw(0);
frame             519 Source/core/frame/LocalFrame.cpp     LocalFrame* frame;
frame              44 Source/core/frame/Location.cpp Location::Location(LocalFrame* frame)
frame              45 Source/core/frame/Location.cpp     : DOMWindowProperty(frame)
frame             123 Source/core/frame/Location.cpp     for (LocalFrame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent())
frame             124 Source/core/frame/Location.cpp         origins->append(frame->document()->securityOrigin()->toString());
frame             245 Source/core/frame/Location.cpp     LocalFrame* frame = m_frame->loader().findFrameForNavigation(nullAtom, callingWindow->document());
frame             246 Source/core/frame/Location.cpp     if (!frame)
frame             248 Source/core/frame/Location.cpp     frame->domWindow()->setLocation(url, callingWindow, enteredWindow);
frame              48 Source/core/frame/Location.h     static PassRefPtrWillBeRawPtr<Location> create(LocalFrame* frame)
frame              50 Source/core/frame/Location.h         return adoptRefWillBeNoop(new Location(frame));
frame              51 Source/core/frame/Navigator.cpp Navigator::Navigator(LocalFrame* frame)
frame              52 Source/core/frame/Navigator.cpp     : DOMWindowProperty(frame)
frame              45 Source/core/frame/Navigator.h     static PassRefPtrWillBeRawPtr<Navigator> create(LocalFrame* frame)
frame              47 Source/core/frame/Navigator.h         return adoptRefWillBeNoop(new Navigator(frame));
frame              98 Source/core/frame/PageConsole.cpp         const ScriptCallFrame& frame = callStack->at(i);
frame              99 Source/core/frame/PageConsole.cpp         stackTrace.append("\n    at " + (frame.functionName().length() ? frame.functionName() : "(anonymous function)"));
frame             101 Source/core/frame/PageConsole.cpp         stackTrace.append(frame.sourceURL());
frame             103 Source/core/frame/PageConsole.cpp         stackTrace.append(String::number(frame.lineNumber()));
frame             105 Source/core/frame/PageConsole.cpp         stackTrace.append(String::number(frame.columnNumber()));
frame             275 Source/core/frame/PinchViewport.cpp     LocalFrame* frame = m_frameHost.page().mainFrame();
frame             277 Source/core/frame/PinchViewport.cpp     if (!frame || !frame->view())
frame             280 Source/core/frame/PinchViewport.cpp     return frame->view()->frameRect();
frame             285 Source/core/frame/PinchViewport.cpp     LocalFrame* frame = m_frameHost.page().mainFrame();
frame             287 Source/core/frame/PinchViewport.cpp     if (!frame || !frame->view())
frame             291 Source/core/frame/PinchViewport.cpp     return frame->view()->unscaledVisibleContentSize(IncludeScrollbars);
frame              20 Source/core/frame/RemoteFrame.cpp     RefPtr<RemoteFrame> frame = adoptRef(new RemoteFrame(host, ownerElement));
frame              21 Source/core/frame/RemoteFrame.cpp     return frame.release();
frame              43 Source/core/frame/Screen.cpp Screen::Screen(LocalFrame* frame)
frame              44 Source/core/frame/Screen.cpp     : DOMWindowProperty(frame)
frame              49 Source/core/frame/Screen.h         static PassRefPtrWillBeRawPtr<Screen> create(LocalFrame* frame)
frame              51 Source/core/frame/Screen.h             return adoptRefWillBeRefCountedGarbageCollected(new Screen(frame));
frame              93 Source/core/frame/SmartClip.cpp SmartClip::SmartClip(PassRefPtr<LocalFrame> frame)
frame              94 Source/core/frame/SmartClip.cpp     : m_frame(frame)
frame              90 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkAncestors(SourceListDirective* directive, LocalFrame* frame) const
frame              92 Source/core/frame/csp/CSPDirectiveList.cpp     if (!frame || !directive)
frame              95 Source/core/frame/csp/CSPDirectiveList.cpp     for (LocalFrame* current = frame->tree().parent(); current; current = current->tree().parent()) {
frame             213 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::checkAncestorsAndReportViolation(SourceListDirective* directive, LocalFrame* frame) const
frame             215 Source/core/frame/csp/CSPDirectiveList.cpp     if (checkAncestors(directive, frame))
frame             218 Source/core/frame/csp/CSPDirectiveList.cpp     reportViolation(directive->text(), "frame-ancestors", "Refused to display '" + frame->document()->url().elidedString() + " in a frame because an ancestor violates the following Content Security Policy directive: \"" + directive->text() + "\".", frame->document()->url());
frame             357 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) const
frame             360 Source/core/frame/csp/CSPDirectiveList.cpp         checkAncestorsAndReportViolation(m_frameAncestors.get(), frame) :
frame             361 Source/core/frame/csp/CSPDirectiveList.cpp         checkAncestors(m_frameAncestors.get(), frame);
frame             294 Source/core/frame/csp/ContentSecurityPolicy.cpp bool isAllowedByAllWithFrame(const CSPDirectiveListVector& policies, LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus)
frame             297 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (!(policies[i].get()->*allowed)(frame, reportingStatus))
frame             478 Source/core/frame/csp/ContentSecurityPolicy.cpp bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) const
frame             480 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithFrame<&CSPDirectiveList::allowAncestors>(m_policies, frame, reportingStatus);
frame             609 Source/core/frame/csp/ContentSecurityPolicy.cpp     LocalFrame* frame = document->frame();
frame             610 Source/core/frame/csp/ContentSecurityPolicy.cpp     if (!frame)
frame             617 Source/core/frame/csp/ContentSecurityPolicy.cpp         frame->domWindow()->enqueueDocumentEvent(SecurityPolicyViolationEvent::create(EventTypeNames::securitypolicyviolation, violationData));
frame             657 Source/core/frame/csp/ContentSecurityPolicy.cpp         PingLoader::sendViolationReport(frame, reportURIs[i], report, PingLoader::ContentSecurityPolicyViolationReport);
frame             783 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (document->frame())
frame             784 Source/core/frame/csp/ContentSecurityPolicy.cpp             return document->frame()->script().shouldBypassMainWorldContentSecurityPolicy();
frame             214 Source/core/html/HTMLAnchorElement.cpp             if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() != RightButton && document().frame()) {
frame             215 Source/core/html/HTMLAnchorElement.cpp                 setRootEditableElementForSelectionOnMouseDown(document().frame()->selection().rootEditableElement());
frame             248 Source/core/html/HTMLAnchorElement.cpp                 if (down && document().frame() && document().frame()->selection().rootEditableElement() == rootEditableElement())
frame             408 Source/core/html/HTMLAnchorElement.cpp         PingLoader::sendPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);
frame             415 Source/core/html/HTMLAnchorElement.cpp     LocalFrame* frame = document().frame();
frame             416 Source/core/html/HTMLAnchorElement.cpp     if (!frame)
frame             430 Source/core/html/HTMLAnchorElement.cpp         frame->loader().client()->dispatchWillRequestAfterPreconnect(request);
frame             438 Source/core/html/HTMLAnchorElement.cpp         frame->loader().client()->loadURLExternally(request, NavigationPolicyDownload, fastGetAttribute(downloadAttr));
frame             444 Source/core/html/HTMLAnchorElement.cpp         frame->loader().load(frameRequest);
frame             675 Source/core/html/HTMLAnchorElement.cpp     LocalFrame* frame = document.frame();
frame             676 Source/core/html/HTMLAnchorElement.cpp     if (!frame)
frame             122 Source/core/html/HTMLAppletElement.cpp     LocalFrame* frame = document().frame();
frame             123 Source/core/html/HTMLAppletElement.cpp     ASSERT(frame);
frame             184 Source/core/html/HTMLAppletElement.cpp     if (frame->loader().allowPlugins(AboutToInstantiatePlugin))
frame             185 Source/core/html/HTMLAppletElement.cpp         widget = frame->loader().client()->createJavaAppletWidget(this, baseURL, paramNames, paramValues);
frame             216 Source/core/html/HTMLAppletElement.cpp         FrameLoader::reportLocalLoadFailed(document().frame(), url.string());
frame             116 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::load, createAttributeEventListener(document().frame(), name, value));
frame             118 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::beforeunload, createAttributeEventListener(document().frame(), name, value));
frame             120 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value));
frame             122 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::pagehide, createAttributeEventListener(document().frame(), name, value));
frame             124 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::pageshow, createAttributeEventListener(document().frame(), name, value));
frame             126 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::popstate, createAttributeEventListener(document().frame(), name, value));
frame             128 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::blur, createAttributeEventListener(document().frame(), name, value));
frame             130 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::error, createAttributeEventListener(document().frame(), name, value));
frame             132 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::focus, createAttributeEventListener(document().frame(), name, value));
frame             134 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::orientationchange, createAttributeEventListener(document().frame(), name, value));
frame             136 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::hashchange, createAttributeEventListener(document().frame(), name, value));
frame             138 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::message, createAttributeEventListener(document().frame(), name, value));
frame             140 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::resize, createAttributeEventListener(document().frame(), name, value));
frame             142 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::scroll, createAttributeEventListener(document().frame(), name, value));
frame             144 Source/core/html/HTMLBodyElement.cpp         document().setAttributeEventListener(EventTypeNames::selectionchange, createAttributeEventListener(document().frame(), name, value));
frame             146 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::storage, createAttributeEventListener(document().frame(), name, value));
frame             148 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::online, createAttributeEventListener(document().frame(), name, value));
frame             150 Source/core/html/HTMLBodyElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::offline, createAttributeEventListener(document().frame(), name, value));
frame             202 Source/core/html/HTMLBodyElement.cpp     LocalFrame* frame = document->frame();
frame             203 Source/core/html/HTMLBodyElement.cpp     float zoomFactor = frame->pageZoomFactor();
frame             260 Source/core/html/HTMLBodyElement.cpp     LocalFrame* frame = document.frame();
frame             261 Source/core/html/HTMLBodyElement.cpp     if (!frame)
frame             263 Source/core/html/HTMLBodyElement.cpp     FrameView* view = frame->view();
frame             266 Source/core/html/HTMLBodyElement.cpp     view->setScrollPosition(IntPoint(static_cast<int>(scrollLeft * frame->pageZoomFactor()), view->scrollY()));
frame             306 Source/core/html/HTMLBodyElement.cpp     LocalFrame* frame = document.frame();
frame             307 Source/core/html/HTMLBodyElement.cpp     if (!frame)
frame             309 Source/core/html/HTMLBodyElement.cpp     FrameView* view = frame->view();
frame             312 Source/core/html/HTMLBodyElement.cpp     view->setScrollPosition(IntPoint(view->scrollX(), static_cast<int>(scrollTop * frame->pageZoomFactor())));
frame             112 Source/core/html/HTMLCanvasElement.cpp     LocalFrame* frame = document().frame();
frame             113 Source/core/html/HTMLCanvasElement.cpp     if (frame && frame->script().canExecuteScripts(NotAboutToExecuteScript)) {
frame             203 Source/core/html/HTMLDocument.cpp     if (LocalFrame* f = frame())
frame             212 Source/core/html/HTMLDocument.cpp     if (LocalFrame* f = frame())
frame             161 Source/core/html/HTMLEmbedElement.cpp     LocalFrame* frame = document().frame();
frame             162 Source/core/html/HTMLEmbedElement.cpp     if (!frame)
frame              73 Source/core/html/HTMLFormControlElementWithState.cpp     document().frame()->loader().markDocumentStateDirty();
frame             269 Source/core/html/HTMLFormElement.cpp     if (document().frame()) {
frame             286 Source/core/html/HTMLFormElement.cpp     LocalFrame* frame = document().frame();
frame             287 Source/core/html/HTMLFormElement.cpp     if (!frame)
frame             296 Source/core/html/HTMLFormElement.cpp     frame->loader().client()->dispatchWillSendSubmitEvent(this);
frame             330 Source/core/html/HTMLFormElement.cpp     LocalFrame* frame = document().frame();
frame             331 Source/core/html/HTMLFormElement.cpp     if (!view || !frame || !frame->page())
frame             385 Source/core/html/HTMLFormElement.cpp         document().frame()->script().executeScriptIfJavaScriptURL(submission->action());
frame             389 Source/core/html/HTMLFormElement.cpp     LocalFrame* targetFrame = document().frame()->loader().findFrameForNavigation(submission->target(), submission->state()->sourceDocument());
frame             391 Source/core/html/HTMLFormElement.cpp         if (!DOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture())
frame             393 Source/core/html/HTMLFormElement.cpp         targetFrame = document().frame();
frame             408 Source/core/html/HTMLFormElement.cpp     LocalFrame* frame = document().frame();
frame             409 Source/core/html/HTMLFormElement.cpp     if (m_isInResetFunction || !frame)
frame             430 Source/core/html/HTMLFormElement.cpp     if (!document().frame() || !shouldAutocomplete() || !UserGestureIndicator::processingUserGesture())
frame             433 Source/core/html/HTMLFormElement.cpp         document().frame()->loader().client()->didRequestAutocomplete(this);
frame              61 Source/core/html/HTMLFrameElementBase.cpp         if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame()))
frame              65 Source/core/html/HTMLFrameElementBase.cpp     LocalFrame* parentFrame = document().frame();
frame              80 Source/core/html/HTMLFrameElementBase.cpp     LocalFrame* parentFrame = document().frame();
frame             148 Source/core/html/HTMLFrameElementBase.cpp     if (!document().frame())
frame             162 Source/core/html/HTMLFrameElementBase.cpp         if (Frame* frame = contentFrame()) {
frame             163 Source/core/html/HTMLFrameElementBase.cpp             if (frame->isLocalFrame())
frame             164 Source/core/html/HTMLFrameElementBase.cpp                 setWidget(toLocalFrame(frame)->view());
frame             110 Source/core/html/HTMLFrameOwnerElement.cpp void HTMLFrameOwnerElement::setContentFrame(Frame& frame)
frame             116 Source/core/html/HTMLFrameOwnerElement.cpp     m_contentFrame = &frame;
frame             139 Source/core/html/HTMLFrameOwnerElement.cpp     if (Frame* frame = contentFrame()) {
frame             140 Source/core/html/HTMLFrameOwnerElement.cpp         RefPtr<Frame> protect(frame);
frame             141 Source/core/html/HTMLFrameOwnerElement.cpp         if (frame->isLocalFrame())
frame             142 Source/core/html/HTMLFrameOwnerElement.cpp             toLocalFrame(frame)->loader().frameDetached();
frame             143 Source/core/html/HTMLFrameOwnerElement.cpp         frame->disconnectOwnerElement();
frame             217 Source/core/html/HTMLFrameOwnerElement.cpp     RefPtr<LocalFrame> parentFrame = document().frame();
frame             111 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::load, createAttributeEventListener(document().frame(), name, value));
frame             113 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::beforeunload, createAttributeEventListener(document().frame(), name, value));
frame             115 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value));
frame             117 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::pagehide, createAttributeEventListener(document().frame(), name, value));
frame             119 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::pageshow, createAttributeEventListener(document().frame(), name, value));
frame             121 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::blur, createAttributeEventListener(document().frame(), name, value));
frame             123 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::error, createAttributeEventListener(document().frame(), name, value));
frame             125 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::focus, createAttributeEventListener(document().frame(), name, value));
frame             127 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::focusin, createAttributeEventListener(document().frame(), name, value));
frame             129 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::focusout, createAttributeEventListener(document().frame(), name, value));
frame             131 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::orientationchange, createAttributeEventListener(document().frame(), name, value));
frame             133 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::hashchange, createAttributeEventListener(document().frame(), name, value));
frame             135 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::message, createAttributeEventListener(document().frame(), name, value));
frame             137 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::resize, createAttributeEventListener(document().frame(), name, value));
frame             139 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::scroll, createAttributeEventListener(document().frame(), name, value));
frame             141 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::storage, createAttributeEventListener(document().frame(), name, value));
frame             143 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::online, createAttributeEventListener(document().frame(), name, value));
frame             145 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::offline, createAttributeEventListener(document().frame(), name, value));
frame             147 Source/core/html/HTMLFrameSetElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::popstate, createAttributeEventListener(document().frame(), name, value));
frame             200 Source/core/html/HTMLFrameSetElement.cpp     if (insertionPoint->inDocument() && document().frame()) {
frame             202 Source/core/html/HTMLFrameSetElement.cpp         document().frame()->loader().client()->dispatchWillInsertBody();
frame             221 Source/core/html/HTMLFrameSetElement.cpp     if (!document || !document->frame())
frame              61 Source/core/html/HTMLHtmlElement.cpp     if (!document().frame())
frame              64 Source/core/html/HTMLHtmlElement.cpp     DocumentLoader* documentLoader = document().frame()->loader().documentLoader();
frame             346 Source/core/html/HTMLInputElement.cpp         if (document().frame())
frame             347 Source/core/html/HTMLInputElement.cpp             document().frame()->selection().revealSelection();
frame             361 Source/core/html/HTMLInputElement.cpp     document().frame()->spellChecker().didBeginEditing(this);
frame             373 Source/core/html/HTMLInputElement.cpp     LocalFrame* frame = document().frame();
frame             374 Source/core/html/HTMLInputElement.cpp     frame->spellChecker().didEndEditingOnTextField(this);
frame             375 Source/core/html/HTMLInputElement.cpp     frame->host()->chrome().client().didEndEditingOnTextField(*this);
frame             630 Source/core/html/HTMLLinkElement.cpp         if (document().frame() && document().frame()->loader().client())
frame             631 Source/core/html/HTMLLinkElement.cpp             document().frame()->loader().client()->dispatchDidChangeIcons(m_owner->relAttribute().iconType());
frame             652 Source/core/html/HTMLLinkElement.cpp             LocalFrame* frame = loadingFrame();
frame             656 Source/core/html/HTMLLinkElement.cpp                 MediaQueryEvaluator evaluator(frame->view()->mediaType(), frame, documentStyle.get());
frame             804 Source/core/html/HTMLMediaElement.cpp     LocalFrame* frame = document().frame();
frame             805 Source/core/html/HTMLMediaElement.cpp     if (!frame) {
frame            1309 Source/core/html/HTMLMediaElement.cpp     LocalFrame* frame = document().frame();
frame            1310 Source/core/html/HTMLMediaElement.cpp     if (!frame || !document().securityOrigin()->canDisplay(url)) {
frame            1312 Source/core/html/HTMLMediaElement.cpp             FrameLoader::reportLocalLoadFailed(frame, url.elidedString());
frame            2073 Source/core/html/HTMLMediaElement.cpp     LocalFrame* frame = document().frame();
frame            2076 Source/core/html/HTMLMediaElement.cpp     if (frame && !frame->script().canExecuteScripts(NotAboutToExecuteScript))
frame             374 Source/core/html/HTMLMetaElement-in.cpp     if (!document().frame())
frame              54 Source/core/html/HTMLNoEmbedElement.cpp     if (document().frame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
frame              54 Source/core/html/HTMLNoScriptElement.cpp     if (document().frame()->script().canExecuteScripts(NotAboutToExecuteScript))
frame             339 Source/core/html/HTMLObjectElement.cpp     if (!document().frame())
frame             151 Source/core/html/HTMLPlugInElement.cpp     if (!document().frame()->loader().client()->canCreatePluginWithoutRenderer(m_serviceType))
frame             162 Source/core/html/HTMLPlugInElement.cpp     ASSERT(document().frame()->loader().client()->canCreatePluginWithoutRenderer(m_serviceType));
frame             195 Source/core/html/HTMLPlugInElement.cpp         if (LocalFrame* frame = document().frame())
frame             196 Source/core/html/HTMLPlugInElement.cpp             frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             250 Source/core/html/HTMLPlugInElement.cpp     LocalFrame* frame = document().frame();
frame             251 Source/core/html/HTMLPlugInElement.cpp     if (!frame)
frame             266 Source/core/html/HTMLPlugInElement.cpp             m_pluginWrapper = frame->script().createPluginWrapper(plugin);
frame             372 Source/core/html/HTMLPlugInElement.cpp     ASSERT(document().frame());
frame             374 Source/core/html/HTMLPlugInElement.cpp         m_NPObject = document().frame()->script().createScriptObjectForPluginElement(this);
frame             383 Source/core/html/HTMLPlugInElement.cpp     if (LocalFrame* frame = document().frame()) {
frame             385 Source/core/html/HTMLPlugInElement.cpp         return frame->loader().client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage;
frame             416 Source/core/html/HTMLPlugInElement.cpp     return document().frame()->isURLAllowed(completeURL);
frame             423 Source/core/html/HTMLPlugInElement.cpp     ASSERT(document().frame());
frame             427 Source/core/html/HTMLPlugInElement.cpp     return document().frame()->loader().client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin;
frame             459 Source/core/html/HTMLPlugInElement.cpp     LocalFrame* frame = document().frame();
frame             461 Source/core/html/HTMLPlugInElement.cpp     if (!frame->loader().allowPlugins(AboutToInstantiatePlugin))
frame             477 Source/core/html/HTMLPlugInElement.cpp         widget = frame->loader().client()->createPlugin(this, url, paramNames, paramValues, mimeType, loadManually, policy);
frame             502 Source/core/html/HTMLPlugInElement.cpp     if (document().frame()->page() && (mimeType == "image/tiff" || mimeType == "image/tif" || mimeType == "image/x-tiff")) {
frame             503 Source/core/html/HTMLPlugInElement.cpp         const PluginData* pluginData = document().frame()->page()->pluginData();
frame             509 Source/core/html/HTMLPlugInElement.cpp     ObjectContentType objectType = document().frame()->loader().client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages());
frame             527 Source/core/html/HTMLPlugInElement.cpp     LocalFrame* frame = document().frame();
frame             528 Source/core/html/HTMLPlugInElement.cpp     Settings* settings = frame->settings();
frame             539 Source/core/html/HTMLPlugInElement.cpp         FrameLoader::reportLocalLoadFailed(frame, url.string());
frame             552 Source/core/html/HTMLPlugInElement.cpp     return frame->loader().mixedContentChecker()->canRunInsecureContent(document().securityOrigin(), url);
frame            1120 Source/core/html/HTMLSelectElement.cpp     if (!isSpatialNavigationEnabled(document().frame())) {
frame            1159 Source/core/html/HTMLSelectElement.cpp         if (isSpatialNavigationEnabled(document().frame())) {
frame            1200 Source/core/html/HTMLSelectElement.cpp         if (keyCode == ' ' && isSpatialNavigationEnabled(document().frame())) {
frame            1369 Source/core/html/HTMLSelectElement.cpp             if (LocalFrame* frame = document().frame())
frame            1370 Source/core/html/HTMLSelectElement.cpp                 frame->eventHandler().setMouseDownMayStartAutoscroll();
frame            1456 Source/core/html/HTMLSelectElement.cpp         if (isSpatialNavigationEnabled(document().frame()))
frame            1470 Source/core/html/HTMLSelectElement.cpp             bool selectNewItem = !m_multiple || toKeyboardEvent(event)->shiftKey() || !isSpatialNavigationEnabled(document().frame());
frame            1500 Source/core/html/HTMLSelectElement.cpp         } else if (m_multiple && keyCode == ' ' && isSpatialNavigationEnabled(document().frame())) {
frame             251 Source/core/html/HTMLTextAreaElement.cpp     if (document().frame())
frame             252 Source/core/html/HTMLTextAreaElement.cpp         document().frame()->selection().revealSelection();
frame             267 Source/core/html/HTMLTextAreaElement.cpp     if (LocalFrame* frame = document().frame())
frame             268 Source/core/html/HTMLTextAreaElement.cpp         frame->spellChecker().didBeginEditing(this);
frame             306 Source/core/html/HTMLTextAreaElement.cpp     unsigned selectionLength = focused() ? computeLengthForSubmission(plainText(document().frame()->selection().selection().toNormalizedRange().get())) : 0;
frame             307 Source/core/html/HTMLTextFormControlElement.cpp     if (LocalFrame* frame = document().frame())
frame             308 Source/core/html/HTMLTextFormControlElement.cpp         frame->selection().setSelection(newSelection);
frame             347 Source/core/html/HTMLTextFormControlElement.cpp     LocalFrame* frame = document().frame();
frame             348 Source/core/html/HTMLTextFormControlElement.cpp     if (!frame)
frame             351 Source/core/html/HTMLTextFormControlElement.cpp     return indexForVisiblePosition(VisiblePosition(frame->selection().start()));
frame             366 Source/core/html/HTMLTextFormControlElement.cpp     LocalFrame* frame = document().frame();
frame             367 Source/core/html/HTMLTextFormControlElement.cpp     if (!frame)
frame             370 Source/core/html/HTMLTextFormControlElement.cpp     return indexForVisiblePosition(VisiblePosition(frame->selection().end()));
frame             405 Source/core/html/HTMLTextFormControlElement.cpp     LocalFrame* frame = document().frame();
frame             406 Source/core/html/HTMLTextFormControlElement.cpp     if (!frame)
frame             409 Source/core/html/HTMLTextFormControlElement.cpp     const VisibleSelection& selection = frame->selection().selection();
frame             478 Source/core/html/HTMLTextFormControlElement.cpp     if (LocalFrame* frame = document().frame()) {
frame             479 Source/core/html/HTMLTextFormControlElement.cpp         if (frame->selection().isRange() && userTriggered)
frame             103 Source/core/html/ImageDocument.cpp     LocalFrame* frame = document->frame();
frame             104 Source/core/html/ImageDocument.cpp     return frame ? frame->pageZoomFactor() : 1;
frame             126 Source/core/html/ImageDocument.cpp     LocalFrame* frame = document()->frame();
frame             127 Source/core/html/ImageDocument.cpp     Settings* settings = frame->settings();
frame             128 Source/core/html/ImageDocument.cpp     if (!frame->loader().client()->allowImage(!settings || settings->imagesEnabled(), document()->url()))
frame             143 Source/core/html/ImageDocument.cpp         cachedImage->setResponse(document()->frame()->loader().documentLoader()->response());
frame             187 Source/core/html/ImageDocument.cpp     if (frame())
frame             188 Source/core/html/ImageDocument.cpp         frame()->loader().dispatchDocumentElementAvailable();
frame             222 Source/core/html/ImageDocument.cpp     FrameView* view = frame()->view();
frame             265 Source/core/html/ImageDocument.cpp         int scrollX = static_cast<int>(x / scale - (float)frame()->view()->width() / 2);
frame             266 Source/core/html/ImageDocument.cpp         int scrollY = static_cast<int>(y / scale - (float)frame()->view()->height() / 2);
frame             268 Source/core/html/ImageDocument.cpp         frame()->view()->setScrollPosition(IntPoint(scrollX, scrollY));
frame             312 Source/core/html/ImageDocument.cpp     FrameView* view = frame()->view();
frame             365 Source/core/html/ImageDocument.cpp     return frame()->settings()->shrinksStandaloneImagesToFit() && frame()->isMainFrame();
frame              53 Source/core/html/LinkResource.cpp     return m_owner->document().frame() || m_owner->document().import();
frame              60 Source/core/html/LinkResource.cpp         return m_owner->document().frame();
frame              61 Source/core/html/LinkResource.cpp     return import->master()->frame();
frame              69 Source/core/html/LinkResource.cpp     if (m_charset.isEmpty() && m_owner->document().frame())
frame              79 Source/core/html/MediaDocument.cpp     if (document()->frame())
frame              80 Source/core/html/MediaDocument.cpp         document()->frame()->loader().dispatchDocumentElementAvailable();
frame              79 Source/core/html/PluginDocument.cpp     LocalFrame* frame = document()->frame();
frame              80 Source/core/html/PluginDocument.cpp     if (!frame)
frame              84 Source/core/html/PluginDocument.cpp     if (!frame->settings() || !frame->loader().allowPlugins(NotAboutToInstantiatePlugin))
frame              90 Source/core/html/PluginDocument.cpp     frame->loader().dispatchDocumentElementAvailable();
frame             112 Source/core/html/PluginDocument.cpp     frame->view()->flushAnyPendingPostLayoutTasks();
frame             192 Source/core/html/PluginDocument.cpp     DocumentLoader* documentLoader = frame()->loader().documentLoader();
frame            2007 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!canvas()->document().frame())
frame            2133 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!canvas()->document().frame())
frame            2182 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!canvas()->document().frame())
frame              64 Source/core/html/canvas/WebGLRenderingContext.cpp     LocalFrame* frame = document.frame();
frame              65 Source/core/html/canvas/WebGLRenderingContext.cpp     if (!frame) {
frame              69 Source/core/html/canvas/WebGLRenderingContext.cpp     Settings* settings = frame->settings();
frame              73 Source/core/html/canvas/WebGLRenderingContext.cpp     if (!frame->loader().client()->allowWebGL(settings && settings->webGLEnabled())) {
frame            4149 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (LocalFrame* frame = canvas()->document().frame())
frame            4150 Source/core/html/canvas/WebGLRenderingContextBase.cpp             frame->loader().client()->didLoseWebGLContext(m_context->getGraphicsResetStatusARB());
frame            5363 Source/core/html/canvas/WebGLRenderingContextBase.cpp     LocalFrame* frame = canvas()->document().frame();
frame            5364 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!frame)
frame            5367 Source/core/html/canvas/WebGLRenderingContextBase.cpp     Settings* settings = frame->settings();
frame            5369 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!frame->loader().client()->allowWebGL(settings && settings->webGLEnabled()))
frame             157 Source/core/html/forms/FileInputType.cpp         chrome->runOpenPanel(input.document().frame(), newFileChooser(settings));
frame             141 Source/core/html/forms/PasswordInputType.cpp     if (element().document().frame())
frame             147 Source/core/html/forms/PasswordInputType.cpp     if (element().document().frame())
frame              80 Source/core/html/forms/RadioInputType.cpp     if (isSpatialNavigationEnabled(document.frame()))
frame             125 Source/core/html/forms/RadioInputType.cpp     if (isSpatialNavigationEnabled(element().document().frame()))
frame             430 Source/core/html/forms/TextFieldInputType.cpp     unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0;
frame              88 Source/core/html/ime/InputMethodContext.cpp     LocalFrame* frame = m_element->document().frame();
frame              89 Source/core/html/ime/InputMethodContext.cpp     if (!frame)
frame              92 Source/core/html/ime/InputMethodContext.cpp     const Element* element = frame->document()->focusedElement();
frame             160 Source/core/html/ime/InputMethodContext.cpp     return m_element->document().frame()->inputMethodController();
frame              41 Source/core/html/imports/HTMLImport.cpp     return master()->frame();
frame             112 Source/core/html/imports/HTMLImport.h     LocalFrame* frame();
frame             164 Source/core/html/imports/HTMLImportsController.cpp     if (LocalFrame* frame = m_master->frame())
frame             165 Source/core/html/imports/HTMLImportsController.cpp         frame->loader().checkCompleted();
frame              76 Source/core/html/imports/LinkImport.cpp         ASSERT(m_owner->document().frame()); // The document should be the master.
frame             374 Source/core/html/parser/HTMLConstructionSite.cpp     if (m_document->frame() && !m_isParsingFragment)
frame             375 Source/core/html/parser/HTMLConstructionSite.cpp         m_document->frame()->loader().dispatchDocumentElementAvailable();
frame             595 Source/core/html/parser/HTMLConstructionSite.cpp     if (LocalFrame* frame = m_document->frame())
frame             596 Source/core/html/parser/HTMLConstructionSite.cpp         frame->loader().client()->dispatchWillInsertBody();
frame             741 Source/core/html/parser/HTMLConstructionSite.cpp     HTMLFormElement* form = document.frame() ? m_form.get() : 0;
frame             315 Source/core/html/parser/HTMLDocumentParser.cpp         && document()->frame() && document()->frame()->navigationScheduler().locationChangePending())
frame             443 Source/core/html/parser/HTMLDocumentParser.cpp             && document()->frame() && document()->frame()->navigationScheduler().locationChangePending()) {
frame              39 Source/core/html/parser/HTMLParserOptions.cpp     LocalFrame* frame = document ? document->frame() : 0;
frame              40 Source/core/html/parser/HTMLParserOptions.cpp     scriptEnabled = frame && frame->script().canExecuteScripts(NotAboutToExecuteScript);
frame              41 Source/core/html/parser/HTMLParserOptions.cpp     pluginsEnabled = frame && frame->loader().allowPlugins(NotAboutToInstantiatePlugin);
frame              78 Source/core/html/parser/HTMLScriptRunner.cpp     if (!document->frame()) {
frame              85 Source/core/html/parser/HTMLScriptRunner.cpp     return document->frame()->document()->url();
frame              69 Source/core/html/parser/HTMLScriptRunner.h     LocalFrame* frame() const;
frame             258 Source/core/html/parser/XSSAuditor.cpp     if (!document->frame()) {
frame             277 Source/core/html/parser/XSSAuditor.cpp     if (DocumentLoader* documentLoader = document->frame()->loader().documentLoader()) {
frame              80 Source/core/html/parser/XSSAuditorDelegate.cpp     FrameLoader& frameLoader = m_document->frame()->loader();
frame             104 Source/core/html/parser/XSSAuditorDelegate.cpp     RefPtr<LocalFrame> protect(m_document->frame());
frame             105 Source/core/html/parser/XSSAuditorDelegate.cpp     FrameLoader& frameLoader = m_document->frame()->loader();
frame             115 Source/core/html/parser/XSSAuditorDelegate.cpp             PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(xssInfo), PingLoader::XSSAuditorViolationReport);
frame             119 Source/core/html/parser/XSSAuditorDelegate.cpp         m_document->frame()->navigationScheduler().scheduleLocationChange(m_document, SecurityOrigin::urlWithUniqueSecurityOrigin(), Referrer());
frame              57 Source/core/html/shadow/ClearButtonElement.cpp         if (LocalFrame* frame = document().frame())
frame              58 Source/core/html/shadow/ClearButtonElement.cpp             frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame              68 Source/core/html/shadow/ClearButtonElement.cpp     if (LocalFrame* frame = document().frame()) {
frame              69 Source/core/html/shadow/ClearButtonElement.cpp         frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame              90 Source/core/html/shadow/ClearButtonElement.cpp             if (LocalFrame* frame = document().frame()) {
frame              91 Source/core/html/shadow/ClearButtonElement.cpp                 frame->eventHandler().setCapturingMouseEventsNode(this);
frame             100 Source/core/html/shadow/ClearButtonElement.cpp             if (LocalFrame* frame = document().frame()) {
frame             101 Source/core/html/shadow/ClearButtonElement.cpp                 frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             309 Source/core/html/shadow/SliderThumbElement.cpp     if (LocalFrame* frame = document().frame()) {
frame             310 Source/core/html/shadow/SliderThumbElement.cpp         frame->eventHandler().setCapturingMouseEventsNode(this);
frame             320 Source/core/html/shadow/SliderThumbElement.cpp     if (LocalFrame* frame = document().frame())
frame             321 Source/core/html/shadow/SliderThumbElement.cpp         frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             388 Source/core/html/shadow/SliderThumbElement.cpp         if (LocalFrame* frame = document().frame())
frame             389 Source/core/html/shadow/SliderThumbElement.cpp             frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             118 Source/core/html/shadow/SpinButtonElement.cpp                 if (LocalFrame* frame = document().frame()) {
frame             119 Source/core/html/shadow/SpinButtonElement.cpp                     frame->eventHandler().setCapturingMouseEventsNode(this);
frame             194 Source/core/html/shadow/SpinButtonElement.cpp         if (LocalFrame* frame = document().frame()) {
frame             195 Source/core/html/shadow/SpinButtonElement.cpp             frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             216 Source/core/html/shadow/TextControlInnerElements.cpp         if (LocalFrame* frame = document().frame())
frame             217 Source/core/html/shadow/TextControlInnerElements.cpp             frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             305 Source/core/html/shadow/TextControlInnerElements.cpp             if (LocalFrame* frame = document().frame()) {
frame             306 Source/core/html/shadow/TextControlInnerElements.cpp                 frame->eventHandler().setCapturingMouseEventsNode(this);
frame             318 Source/core/html/shadow/TextControlInnerElements.cpp             if (LocalFrame* frame = document().frame()) {
frame             319 Source/core/html/shadow/TextControlInnerElements.cpp                 frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame             417 Source/core/html/shadow/TextControlInnerElements.cpp         if (LocalFrame* frame = document().frame())
frame             418 Source/core/html/shadow/TextControlInnerElements.cpp             frame->eventHandler().setCapturingMouseEventsNode(nullptr);
frame              91 Source/core/inspector/ConsoleMessage.cpp         const ScriptCallFrame& frame = callStack->at(0);
frame              92 Source/core/inspector/ConsoleMessage.cpp         m_url = frame.sourceURL();
frame              93 Source/core/inspector/ConsoleMessage.cpp         m_line = frame.lineNumber();
frame              94 Source/core/inspector/ConsoleMessage.cpp         m_column = frame.columnNumber();
frame             132 Source/core/inspector/ConsoleMessage.cpp         const ScriptCallFrame& frame = m_callStack->at(0);
frame             133 Source/core/inspector/ConsoleMessage.cpp         m_url = frame.sourceURL();
frame             134 Source/core/inspector/ConsoleMessage.cpp         m_line = frame.lineNumber();
frame             135 Source/core/inspector/ConsoleMessage.cpp         m_column = frame.columnNumber();
frame              79 Source/core/inspector/InspectorApplicationCacheAgent.cpp void InspectorApplicationCacheAgent::updateApplicationCacheStatus(LocalFrame* frame)
frame              81 Source/core/inspector/InspectorApplicationCacheAgent.cpp     DocumentLoader* documentLoader = frame->loader().documentLoader();
frame              90 Source/core/inspector/InspectorApplicationCacheAgent.cpp     m_frontend->applicationCacheStatusUpdated(m_pageAgent->frameId(frame), manifestURL, static_cast<int>(status));
frame             103 Source/core/inspector/InspectorApplicationCacheAgent.cpp     for (LocalFrame* frame = mainFrame; frame; frame = frame->tree().traverseNext(mainFrame)) {
frame             104 Source/core/inspector/InspectorApplicationCacheAgent.cpp         DocumentLoader* documentLoader = frame->loader().documentLoader();
frame             113 Source/core/inspector/InspectorApplicationCacheAgent.cpp                 .setFrameId(m_pageAgent->frameId(frame))
frame             123 Source/core/inspector/InspectorApplicationCacheAgent.cpp     LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId);
frame             124 Source/core/inspector/InspectorApplicationCacheAgent.cpp     if (!frame)
frame             127 Source/core/inspector/InspectorApplicationCacheAgent.cpp     return InspectorPageAgent::assertDocumentLoader(errorString, frame);
frame             927 Source/core/inspector/InspectorCSSAgent.cpp     LocalFrame* frame = m_pageAgent->frameForId(frameId);
frame             928 Source/core/inspector/InspectorCSSAgent.cpp     if (!frame) {
frame             933 Source/core/inspector/InspectorCSSAgent.cpp     Document* document = frame->document();
frame             137 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
frame             138 Source/core/inspector/InspectorCanvasAgent.cpp     if (!frame)
frame             140 Source/core/inspector/InspectorCanvasAgent.cpp     InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, mainWorldScriptState(frame));
frame             147 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
frame             148 Source/core/inspector/InspectorCanvasAgent.cpp     if (!frame)
frame             150 Source/core/inspector/InspectorCanvasAgent.cpp     InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, mainWorldScriptState(frame));
frame             215 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = domWindow ? domWindow->frame() : 0;
frame             216 Source/core/inspector/InspectorCanvasAgent.cpp     if (frame && !m_framesWithUninstrumentedCanvases.contains(frame))
frame             217 Source/core/inspector/InspectorCanvasAgent.cpp         m_framesWithUninstrumentedCanvases.set(frame, false);
frame             218 Source/core/inspector/InspectorCanvasAgent.cpp     String frameId = m_pageAgent->frameId(frame);
frame             273 Source/core/inspector/InspectorCanvasAgent.cpp             if (!isHTMLCanvasElement(*node) || !node->document().frame())
frame             276 Source/core/inspector/InspectorCanvasAgent.cpp             LocalFrame* frame = node->document().frame();
frame             277 Source/core/inspector/InspectorCanvasAgent.cpp             if (frame->page() != m_page)
frame             281 Source/core/inspector/InspectorCanvasAgent.cpp                 m_framesWithUninstrumentedCanvases.set(frame, true);
frame             313 Source/core/inspector/InspectorCanvasAgent.cpp     LocalFrame* frame = loader->frame();
frame             314 Source/core/inspector/InspectorCanvasAgent.cpp     if (frame == m_pageAgent->mainFrame()) {
frame             319 Source/core/inspector/InspectorCanvasAgent.cpp         while (frame) {
frame             320 Source/core/inspector/InspectorCanvasAgent.cpp             if (m_framesWithUninstrumentedCanvases.contains(frame))
frame             321 Source/core/inspector/InspectorCanvasAgent.cpp                 m_framesWithUninstrumentedCanvases.set(frame, false);
frame             322 Source/core/inspector/InspectorCanvasAgent.cpp             if (m_pageAgent->hasIdForFrame(frame)) {
frame             323 Source/core/inspector/InspectorCanvasAgent.cpp                 String frameId = m_pageAgent->frameId(frame);
frame             326 Source/core/inspector/InspectorCanvasAgent.cpp             frame = frame->tree().traverseNext();
frame             331 Source/core/inspector/InspectorCanvasAgent.cpp void InspectorCanvasAgent::frameDetachedFromParent(LocalFrame* frame)
frame             334 Source/core/inspector/InspectorCanvasAgent.cpp         m_framesWithUninstrumentedCanvases.remove(frame);
frame              46 Source/core/inspector/InspectorClient.cpp     LocalFrame* frame = frontendPage->mainFrame();
frame              47 Source/core/inspector/InspectorClient.cpp     if (!frame)
frame              50 Source/core/inspector/InspectorClient.cpp     frame->script().executeScriptInMainWorld("InspectorFrontendAPI.dispatchMessageAsync(" + message + ");", ScriptController::ExecuteScriptWhenScriptsDisabled);
frame             260 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
frame             262 Source/core/inspector/InspectorConsoleAgent.cpp     if (loader->frame() != frame->page()->mainFrame())
frame             198 Source/core/inspector/InspectorController.cpp void InspectorController::didClearWindowObjectInMainWorld(LocalFrame* frame)
frame             202 Source/core/inspector/InspectorController.cpp     if (m_inspectorFrontendClient && frame == m_page->mainFrame())
frame             310 Source/core/inspector/InspectorController.cpp     LocalFrame* frame = document->frame();
frame             311 Source/core/inspector/InspectorController.cpp     if (!frame)
frame             317 Source/core/inspector/InspectorController.cpp     InjectedScript injectedScript = m_injectedScriptManager->injectedScriptFor(mainWorldScriptState(frame));
frame             345 Source/core/inspector/InspectorController.cpp bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
frame             350 Source/core/inspector/InspectorController.cpp         return domAgent->handleGestureEvent(frame, event);
frame             354 Source/core/inspector/InspectorController.cpp bool InspectorController::handleMouseEvent(LocalFrame* frame, const PlatformMouseEvent& event)
frame             361 Source/core/inspector/InspectorController.cpp             domAgent->handleMouseMove(frame, event);
frame             371 Source/core/inspector/InspectorController.cpp bool InspectorController::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
frame             376 Source/core/inspector/InspectorController.cpp         return domAgent->handleTouchEvent(frame, event);
frame             380 Source/core/inspector/InspectorController.cpp bool InspectorController::handleKeyboardEvent(LocalFrame* frame, const PlatformKeyboardEvent& event)
frame             149 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForPoint(LocalFrame* frame, const IntPoint& point, bool ignorePointerEventsNone)
frame             155 Source/core/inspector/InspectorDOMAgent.cpp     HitTestResult result(frame->view()->windowToContents(point));
frame             156 Source/core/inspector/InspectorDOMAgent.cpp     frame->contentRenderer()->hitTest(request, result);
frame             163 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformGestureEvent& event, bool ignorePointerEventsNone)
frame             165 Source/core/inspector/InspectorDOMAgent.cpp     return hoveredNodeForPoint(frame, event.position(), ignorePointerEventsNone);
frame             168 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformMouseEvent& event, bool ignorePointerEventsNone)
frame             170 Source/core/inspector/InspectorDOMAgent.cpp     return hoveredNodeForPoint(frame, event.position(), ignorePointerEventsNone);
frame             173 Source/core/inspector/InspectorDOMAgent.cpp static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformTouchEvent& event, bool ignorePointerEventsNone)
frame             178 Source/core/inspector/InspectorDOMAgent.cpp     return hoveredNodeForPoint(frame, points[0].pos(), ignorePointerEventsNone);
frame             284 Source/core/inspector/InspectorDOMAgent.cpp     for (LocalFrame* frame = m_document->frame(); frame; frame = frame->tree().traverseNext()) {
frame             285 Source/core/inspector/InspectorDOMAgent.cpp         Document* document = frame->document();
frame            1109 Source/core/inspector/InspectorDOMAgent.cpp bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
frame            1113 Source/core/inspector/InspectorDOMAgent.cpp     Node* node = hoveredNodeForEvent(frame, event, false);
frame            1122 Source/core/inspector/InspectorDOMAgent.cpp bool InspectorDOMAgent::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
frame            1126 Source/core/inspector/InspectorDOMAgent.cpp     Node* node = hoveredNodeForEvent(frame, event, false);
frame            1152 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::handleMouseMove(LocalFrame* frame, const PlatformMouseEvent& event)
frame            1157 Source/core/inspector/InspectorDOMAgent.cpp     if (!frame->view() || !frame->contentRenderer())
frame            1159 Source/core/inspector/InspectorDOMAgent.cpp     Node* node = hoveredNodeForEvent(frame, event, event.shiftKey());
frame            1175 Source/core/inspector/InspectorDOMAgent.cpp     Node* eventTarget = event.shiftKey() ? hoveredNodeForEvent(frame, event, false) : 0;
frame            1282 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* frame = m_pageAgent->frameForId(frameId);
frame            1283 Source/core/inspector/InspectorDOMAgent.cpp     if (frame && frame->ownerElement()) {
frame            1288 Source/core/inspector/InspectorDOMAgent.cpp         m_overlay->highlightNode(frame->ownerElement(), 0 /* eventTarget */, *highlightConfig);
frame            1407 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* frame = node->document().frame();
frame            1408 Source/core/inspector/InspectorDOMAgent.cpp     FrameView* view = frame->view();
frame            1427 Source/core/inspector/InspectorDOMAgent.cpp     Node* node = hoveredNodeForPoint(m_document->frame(), IntPoint(x, y), false);
frame            1536 Source/core/inspector/InspectorDOMAgent.cpp             LocalFrame* frame = (frameOwner->contentFrame() && frameOwner->contentFrame()->isLocalFrame()) ? toLocalFrame(frameOwner->contentFrame()) : 0;
frame            1537 Source/core/inspector/InspectorDOMAgent.cpp             if (frame)
frame            1538 Source/core/inspector/InspectorDOMAgent.cpp                 value->setFrameId(m_pageAgent->frameId(frame));
frame            1676 Source/core/inspector/InspectorDOMAgent.cpp             LocalFrame* frame = document.frame();
frame            1677 Source/core/inspector/InspectorDOMAgent.cpp             if (frame) {
frame            1678 Source/core/inspector/InspectorDOMAgent.cpp                 ScriptState* scriptState = eventListenerHandlerScriptState(frame, eventListener.get());
frame            1760 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::domContentLoadedEventFired(LocalFrame* frame)
frame            1762 Source/core/inspector/InspectorDOMAgent.cpp     if (!frame->isMainFrame())
frame            1771 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::invalidateFrameOwnerElement(LocalFrame* frame)
frame            1773 Source/core/inspector/InspectorDOMAgent.cpp     Element* frameOwner = frame->document()->ownerElement();
frame            1792 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
frame            1797 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* mainFrame = frame->page()->mainFrame();
frame            1798 Source/core/inspector/InspectorDOMAgent.cpp     if (loader->frame() != mainFrame) {
frame            1799 Source/core/inspector/InspectorDOMAgent.cpp         invalidateFrameOwnerElement(loader->frame());
frame            1960 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::frameDocumentUpdated(LocalFrame* frame)
frame            1962 Source/core/inspector/InspectorDOMAgent.cpp     Document* document = frame->document();
frame            1966 Source/core/inspector/InspectorDOMAgent.cpp     Page* page = frame->page();
frame            1968 Source/core/inspector/InspectorDOMAgent.cpp     if (frame != page->mainFrame())
frame            2102 Source/core/inspector/InspectorDOMAgent.cpp     LocalFrame* frame = document ? document->frame() : 0;
frame            2103 Source/core/inspector/InspectorDOMAgent.cpp     if (!frame)
frame            2106 Source/core/inspector/InspectorDOMAgent.cpp     InjectedScript injectedScript = m_injectedScriptManager->injectedScriptFor(mainWorldScriptState(frame));
frame             111 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame;
frame             112 Source/core/inspector/InspectorDOMStorageAgent.cpp     OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame);
frame             119 Source/core/inspector/InspectorDOMStorageAgent.cpp     for (unsigned i = 0; i < storageArea->length(exceptionState, frame); ++i) {
frame             120 Source/core/inspector/InspectorDOMStorageAgent.cpp         String name(storageArea->key(i, exceptionState, frame));
frame             123 Source/core/inspector/InspectorDOMStorageAgent.cpp         String value(storageArea->getItem(name, exceptionState, frame));
frame             143 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame;
frame             144 Source/core/inspector/InspectorDOMStorageAgent.cpp     OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
frame             151 Source/core/inspector/InspectorDOMStorageAgent.cpp     storageArea->setItem(key, value, exceptionState, frame);
frame             157 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame;
frame             158 Source/core/inspector/InspectorDOMStorageAgent.cpp     OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
frame             165 Source/core/inspector/InspectorDOMStorageAgent.cpp     storageArea->removeItem(key, exceptionState, frame);
frame             206 Source/core/inspector/InspectorDOMStorageAgent.cpp     LocalFrame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin);
frame             207 Source/core/inspector/InspectorDOMStorageAgent.cpp     if (!frame) {
frame             212 Source/core/inspector/InspectorDOMStorageAgent.cpp     targetFrame = frame;
frame             215 Source/core/inspector/InspectorDOMStorageAgent.cpp         return StorageNamespace::localStorageArea(frame->document()->securityOrigin());
frame             216 Source/core/inspector/InspectorDOMStorageAgent.cpp     return m_pageAgent->page()->sessionStorage()->storageArea(frame->document()->securityOrigin());
frame             276 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
frame             278 Source/core/inspector/InspectorDebuggerAgent.cpp     return scriptDebugServer().preprocessEventListener(frame, source, url, functionName);
frame             281 Source/core/inspector/InspectorDebuggerAgent.cpp PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
frame             283 Source/core/inspector/InspectorDebuggerAgent.cpp     return scriptDebugServer().preprocess(frame, sourceCode);
frame             463 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::scriptURL(JavaScriptCallFrame* frame)
frame             465 Source/core/inspector/InspectorDebuggerAgent.cpp     String scriptIdString = String::number(frame->sourceID());
frame             861 Source/core/inspector/InspectorDebuggerAgent.cpp     ScriptValue frame = resolveCallFrame(errorString, callFrameId);
frame             865 Source/core/inspector/InspectorDebuggerAgent.cpp     scriptDebugServer().stepOverStatement(frame);
frame             882 Source/core/inspector/InspectorDebuggerAgent.cpp     ScriptValue frame = resolveCallFrame(errorString, callFrameId);
frame             886 Source/core/inspector/InspectorDebuggerAgent.cpp     scriptDebugServer().stepOutOfFunction(frame);
frame              69 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
frame              74 Source/core/inspector/InspectorInspectorAgent.cpp     String origin = frame->document()->securityOrigin()->toRawString();
frame              78 Source/core/inspector/InspectorInspectorAgent.cpp     int injectedScriptId = m_injectedScriptManager->injectedScriptIdFor(mainWorldScriptState(frame));
frame              84 Source/core/inspector/InspectorInspectorAgent.cpp     frame->script().executeScriptInMainWorld(scriptSource.toString());
frame             106 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
frame             108 Source/core/inspector/InspectorInspectorAgent.cpp     if (loader->frame() != frame->page()->mainFrame())
frame             136 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::domContentLoadedEventFired(LocalFrame* frame)
frame             138 Source/core/inspector/InspectorInspectorAgent.cpp     if (frame->page()->mainFrame() != frame)
frame              98 Source/core/inspector/InspectorInstrumentation.cpp void didReceiveResourceResponseButCanceledImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
frame             100 Source/core/inspector/InspectorInstrumentation.cpp     didReceiveResourceResponse(frame, identifier, loader, r, 0);
frame             103 Source/core/inspector/InspectorInstrumentation.cpp void continueAfterXFrameOptionsDeniedImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
frame             105 Source/core/inspector/InspectorInstrumentation.cpp     didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r);
frame             108 Source/core/inspector/InspectorInstrumentation.cpp void continueWithPolicyDownloadImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
frame             110 Source/core/inspector/InspectorInstrumentation.cpp     didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r);
frame             113 Source/core/inspector/InspectorInstrumentation.cpp void continueWithPolicyIgnoreImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
frame             115 Source/core/inspector/InspectorInstrumentation.cpp     didReceiveResourceResponseButCanceledImpl(frame, loader, identifier, r);
frame             137 Source/core/inspector/InspectorInstrumentation.cpp PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const ScriptSourceCode& sourceCode)
frame             140 Source/core/inspector/InspectorInstrumentation.cpp         return debuggerAgent->preprocess(frame, sourceCode);
frame             144 Source/core/inspector/InspectorInstrumentation.cpp String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const String& source, const String& url, const String& functionName)
frame             147 Source/core/inspector/InspectorInstrumentation.cpp         return debuggerAgent->preprocessEventListener(frame, source, url, functionName);
frame             214 Source/core/inspector/InspectorInstrumentation.cpp     return instrumentingAgentsFor(renderer->frame());
frame             152 Source/core/inspector/InspectorInstrumentation.h inline InstrumentingAgents* instrumentingAgentsFor(LocalFrame* frame)
frame             154 Source/core/inspector/InspectorInstrumentation.h     return frame ? instrumentingAgentsFor(frame->page()) : 0;
frame              47 Source/core/inspector/InspectorInstrumentationCustomInl.h inline bool isDebuggerPaused(LocalFrame* frame)
frame              50 Source/core/inspector/InspectorInstrumentationCustomInl.h     if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame))
frame              63 Source/core/inspector/InspectorInstrumentationCustomInl.h inline String preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
frame              66 Source/core/inspector/InspectorInstrumentationCustomInl.h     if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame))
frame              67 Source/core/inspector/InspectorInstrumentationCustomInl.h         return preprocessEventListenerImpl(instrumentingAgents, frame, source, url, functionName);
frame              71 Source/core/inspector/InspectorInstrumentationCustomInl.h inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
frame              74 Source/core/inspector/InspectorInstrumentationCustomInl.h     if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame))
frame              75 Source/core/inspector/InspectorInstrumentationCustomInl.h         return preprocessImpl(instrumentingAgents, frame, sourceCode);
frame             141 Source/core/inspector/InspectorOverlay.cpp     LocalFrame* containingFrame = node->document().frame();
frame             216 Source/core/inspector/InspectorOverlay.cpp     LocalFrame* containingFrame = node->document().frame();
frame             509 Source/core/inspector/InspectorOverlay.cpp     if (node->isElementNode() && m_nodeHighlightConfig.showInfo && node->renderer() && node->document().frame()) {
frame             544 Source/core/inspector/InspectorOverlay.cpp         LocalFrame* containingFrame = node->document().frame();
frame             605 Source/core/inspector/InspectorOverlay.cpp     RefPtr<LocalFrame> frame = LocalFrame::create(dummyFrameLoaderClient, &m_overlayPage->frameHost(), 0);
frame             606 Source/core/inspector/InspectorOverlay.cpp     frame->setView(FrameView::create(frame.get()));
frame             607 Source/core/inspector/InspectorOverlay.cpp     frame->init();
frame             608 Source/core/inspector/InspectorOverlay.cpp     FrameLoader& loader = frame->loader();
frame             609 Source/core/inspector/InspectorOverlay.cpp     frame->view()->setCanHaveScrollbars(false);
frame             610 Source/core/inspector/InspectorOverlay.cpp     frame->view()->setTransparent(true);
frame             614 Source/core/inspector/InspectorOverlay.cpp     v8::Isolate* isolate = toIsolate(frame.get());
frame             616 Source/core/inspector/InspectorOverlay.cpp     v8::Handle<v8::Context> frameContext = toV8Context(isolate, frame.get(), DOMWrapperWorld::mainWorld());
frame             255 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
frame             257 Source/core/inspector/InspectorPageAgent.cpp     DocumentLoader* loader = assertDocumentLoader(errorString, frame);
frame             260 Source/core/inspector/InspectorPageAgent.cpp     if (!cachedResourceContent(cachedResource(frame, url), result, base64Encoded))
frame             264 Source/core/inspector/InspectorPageAgent.cpp Resource* InspectorPageAgent::cachedResource(LocalFrame* frame, const KURL& url)
frame             266 Source/core/inspector/InspectorPageAgent.cpp     Resource* cachedResource = frame->document()->fetcher()->cachedResource(url);
frame             483 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = m_page->mainFrame();
frame             484 Source/core/inspector/InspectorPageAgent.cpp     FrameLoadRequest request(frame->document(), ResourceRequest(frame->document()->completeURL(url)));
frame             485 Source/core/inspector/InspectorPageAgent.cpp     frame->loader().load(request);
frame             542 Source/core/inspector/InspectorPageAgent.cpp static Vector<Resource*> cachedResourcesForFrame(LocalFrame* frame)
frame             545 Source/core/inspector/InspectorPageAgent.cpp     Document* rootDocument = frame->document();
frame             561 Source/core/inspector/InspectorPageAgent.cpp static Vector<HTMLImportChild*> importsForFrame(LocalFrame* frame)
frame             564 Source/core/inspector/InspectorPageAgent.cpp     Document* rootDocument = frame->document();
frame             577 Source/core/inspector/InspectorPageAgent.cpp static Vector<KURL> allResourcesURLsForFrame(LocalFrame* frame)
frame             581 Source/core/inspector/InspectorPageAgent.cpp     result.append(urlWithoutFragment(frame->loader().documentLoader()->url()));
frame             583 Source/core/inspector/InspectorPageAgent.cpp     Vector<Resource*> allResources = cachedResourcesForFrame(frame);
frame             594 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext(mainFrame())) {
frame             595 Source/core/inspector/InspectorPageAgent.cpp         Document* document = frame->document();
frame             596 Source/core/inspector/InspectorPageAgent.cpp         Vector<KURL> allURLs = allResourcesURLsForFrame(frame);
frame             614 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext(m_page->mainFrame()))
frame             615 Source/core/inspector/InspectorPageAgent.cpp         WebCore::deleteCookie(frame->document(), parsedURL, cookieName);
frame             625 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = assertFrame(errorString, frameId);
frame             626 Source/core/inspector/InspectorPageAgent.cpp     if (!frame)
frame             628 Source/core/inspector/InspectorPageAgent.cpp     resourceContent(errorString, frame, KURL(ParsedURLString, url), content, base64Encoded);
frame             651 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = frameForId(frameId);
frame             654 Source/core/inspector/InspectorPageAgent.cpp     FrameLoader* frameLoader = frame ? &frame->loader() : 0;
frame             661 Source/core/inspector/InspectorPageAgent.cpp     Resource* resource = cachedResource(frame, kurl);
frame             673 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = assertFrame(errorString, frameId);
frame             674 Source/core/inspector/InspectorPageAgent.cpp     if (!frame)
frame             677 Source/core/inspector/InspectorPageAgent.cpp     Document* document = frame->document();
frame             793 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = mainFrame();
frame             794 Source/core/inspector/InspectorPageAgent.cpp     if (frame) {
frame             795 Source/core/inspector/InspectorPageAgent.cpp         disabledByScriptController = !frame->script().canExecuteScripts(NotAboutToExecuteScript);
frame             796 Source/core/inspector/InspectorPageAgent.cpp         if (frame->settings())
frame             797 Source/core/inspector/InspectorPageAgent.cpp             disabledInSettings = !frame->settings()->scriptEnabled();
frame             823 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
frame             825 Source/core/inspector/InspectorPageAgent.cpp     if (frame == m_page->mainFrame())
frame             837 Source/core/inspector/InspectorPageAgent.cpp                 frame->script().executeScriptInMainWorld(scriptText);
frame             841 Source/core/inspector/InspectorPageAgent.cpp         frame->script().executeScriptInMainWorld(m_scriptToEvaluateOnLoadOnce);
frame             844 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::domContentLoadedEventFired(LocalFrame* frame)
frame             846 Source/core/inspector/InspectorPageAgent.cpp     if (!frame->isMainFrame())
frame             851 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::loadEventFired(LocalFrame* frame)
frame             853 Source/core/inspector/InspectorPageAgent.cpp     if (!frame->isMainFrame())
frame             863 Source/core/inspector/InspectorPageAgent.cpp     if (loader->frame() == m_page->mainFrame()) {
frame             869 Source/core/inspector/InspectorPageAgent.cpp     m_frontend->frameNavigated(buildObjectForFrame(loader->frame()));
frame             872 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameAttachedToParent(LocalFrame* frame)
frame             874 Source/core/inspector/InspectorPageAgent.cpp     m_frontend->frameAttached(frameId(frame), frameId(frame->tree().parent()));
frame             877 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameDetachedFromParent(LocalFrame* frame)
frame             879 Source/core/inspector/InspectorPageAgent.cpp     HashMap<LocalFrame*, String>::iterator iterator = m_frameToIdentifier.find(frame);
frame             897 Source/core/inspector/InspectorPageAgent.cpp String InspectorPageAgent::frameId(LocalFrame* frame)
frame             899 Source/core/inspector/InspectorPageAgent.cpp     if (!frame)
frame             901 Source/core/inspector/InspectorPageAgent.cpp     String identifier = m_frameToIdentifier.get(frame);
frame             904 Source/core/inspector/InspectorPageAgent.cpp         m_frameToIdentifier.set(frame, identifier);
frame             905 Source/core/inspector/InspectorPageAgent.cpp         m_identifierToFrame.set(identifier, frame);
frame             910 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::hasIdForFrame(LocalFrame* frame) const
frame             912 Source/core/inspector/InspectorPageAgent.cpp     return frame && m_frameToIdentifier.contains(frame);
frame             929 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             930 Source/core/inspector/InspectorPageAgent.cpp         RefPtr<SecurityOrigin> documentOrigin = frame->document()->securityOrigin();
frame             932 Source/core/inspector/InspectorPageAgent.cpp             return frame;
frame             939 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = frameForId(frameId);
frame             940 Source/core/inspector/InspectorPageAgent.cpp     if (!frame)
frame             942 Source/core/inspector/InspectorPageAgent.cpp     return frame;
frame             951 Source/core/inspector/InspectorPageAgent.cpp     LocalFrame* frame = mainFrame();
frame             952 Source/core/inspector/InspectorPageAgent.cpp     if (!frame)
frame             954 Source/core/inspector/InspectorPageAgent.cpp     Resource* resource = cachedResource(frame, KURL(ParsedURLString, url));
frame             971 Source/core/inspector/InspectorPageAgent.cpp DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, LocalFrame* frame)
frame             973 Source/core/inspector/InspectorPageAgent.cpp     DocumentLoader* documentLoader = frame->loader().documentLoader();
frame             986 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameStartedLoading(LocalFrame* frame)
frame             988 Source/core/inspector/InspectorPageAgent.cpp     m_frontend->frameStartedLoading(frameId(frame));
frame             991 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameStoppedLoading(LocalFrame* frame)
frame             993 Source/core/inspector/InspectorPageAgent.cpp     m_frontend->frameStoppedLoading(frameId(frame));
frame             996 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameScheduledNavigation(LocalFrame* frame, double delay)
frame             998 Source/core/inspector/InspectorPageAgent.cpp     m_frontend->frameScheduledNavigation(frameId(frame), delay);
frame            1001 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::frameClearedScheduledNavigation(LocalFrame* frame)
frame            1003 Source/core/inspector/InspectorPageAgent.cpp     m_frontend->frameClearedScheduledNavigation(frameId(frame));
frame            1069 Source/core/inspector/InspectorPageAgent.cpp PassRefPtr<TypeBuilder::Page::Frame> InspectorPageAgent::buildObjectForFrame(LocalFrame* frame)
frame            1072 Source/core/inspector/InspectorPageAgent.cpp         .setId(frameId(frame))
frame            1073 Source/core/inspector/InspectorPageAgent.cpp         .setLoaderId(loaderId(frame->loader().documentLoader()))
frame            1074 Source/core/inspector/InspectorPageAgent.cpp         .setUrl(urlWithoutFragment(frame->document()->url()).string())
frame            1075 Source/core/inspector/InspectorPageAgent.cpp         .setMimeType(frame->loader().documentLoader()->responseMIMEType())
frame            1076 Source/core/inspector/InspectorPageAgent.cpp         .setSecurityOrigin(frame->document()->securityOrigin()->toRawString());
frame            1077 Source/core/inspector/InspectorPageAgent.cpp     if (frame->tree().parent())
frame            1078 Source/core/inspector/InspectorPageAgent.cpp         frameObject->setParentId(frameId(frame->tree().parent()));
frame            1079 Source/core/inspector/InspectorPageAgent.cpp     if (frame->ownerElement()) {
frame            1080 Source/core/inspector/InspectorPageAgent.cpp         AtomicString name = frame->ownerElement()->getNameAttribute();
frame            1082 Source/core/inspector/InspectorPageAgent.cpp             name = frame->ownerElement()->getAttribute(HTMLNames::idAttr);
frame            1089 Source/core/inspector/InspectorPageAgent.cpp PassRefPtr<TypeBuilder::Page::FrameResourceTree> InspectorPageAgent::buildObjectForFrameTree(LocalFrame* frame)
frame            1091 Source/core/inspector/InspectorPageAgent.cpp     RefPtr<TypeBuilder::Page::Frame> frameObject = buildObjectForFrame(frame);
frame            1097 Source/core/inspector/InspectorPageAgent.cpp     Vector<Resource*> allResources = cachedResourcesForFrame(frame);
frame            1112 Source/core/inspector/InspectorPageAgent.cpp     Vector<HTMLImportChild*> allImports = importsForFrame(frame);
frame            1123 Source/core/inspector/InspectorPageAgent.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
frame             322 Source/core/inspector/InspectorResourceAgent.cpp     String frameId = m_pageAgent->frameId(loader->frame());
frame             324 Source/core/inspector/InspectorResourceAgent.cpp     RefPtr<TypeBuilder::Network::Initiator> initiatorObject = buildInitiatorObject(loader->frame() ? loader->frame()->document() : 0, initiatorInfo);
frame             339 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
frame             353 Source/core/inspector/InspectorResourceAgent.cpp         cachedResource = InspectorPageAgent::cachedResource(loader->frame(), response.url());
frame             370 Source/core/inspector/InspectorResourceAgent.cpp     m_resourcesData->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), response);
frame             372 Source/core/inspector/InspectorResourceAgent.cpp     m_frontend->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), m_pageAgent->loaderId(loader), currentTime(), InspectorPageAgent::resourceTypeJson(type), resourceResponse);
frame             376 Source/core/inspector/InspectorResourceAgent.cpp         didReceiveData(frame, identifier, 0, cachedResource->encodedSize(), 0);
frame             411 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didReceiveCORSRedirectResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
frame             414 Source/core/inspector/InspectorResourceAgent.cpp     didReceiveResourceResponse(frame, identifier, loader, response, resourceLoader);
frame             718 Source/core/inspector/InspectorResourceAgent.cpp     for (LocalFrame* frame = m_pageAgent->mainFrame(); frame; frame = frame->tree().traverseNext())
frame             719 Source/core/inspector/InspectorResourceAgent.cpp         frame->document()->fetcher()->garbageCollectDocumentResources();
frame             725 Source/core/inspector/InspectorResourceAgent.cpp     LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId);
frame             726 Source/core/inspector/InspectorResourceAgent.cpp     if (!frame)
frame             729 Source/core/inspector/InspectorResourceAgent.cpp     Document* document = frame->document();
frame             766 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
frame             768 Source/core/inspector/InspectorResourceAgent.cpp     if (loader->frame() != frame->page()->mainFrame())
frame             777 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::frameScheduledNavigation(LocalFrame* frame, double)
frame             779 Source/core/inspector/InspectorResourceAgent.cpp     RefPtr<TypeBuilder::Network::Initiator> initiator = buildInitiatorObject(frame->document(), FetchInitiatorInfo());
frame             780 Source/core/inspector/InspectorResourceAgent.cpp     m_frameNavigationInitiatorMap.set(m_pageAgent->frameId(frame), initiator);
frame             783 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::frameClearedScheduledNavigation(LocalFrame* frame)
frame             785 Source/core/inspector/InspectorResourceAgent.cpp     m_frameNavigationInitiatorMap.remove(m_pageAgent->frameId(frame));
frame             788 Source/core/inspector/InspectorResourceAgent.cpp bool InspectorResourceAgent::fetchResourceContent(LocalFrame* frame, const KURL& url, String* content, bool* base64Encoded)
frame             791 Source/core/inspector/InspectorResourceAgent.cpp     Resource* cachedResource = frame->document()->fetcher()->cachedResource(url);
frame            1145 Source/core/inspector/InspectorStyleSheet.cpp     LocalFrame* frame = document ? document->frame() : 0;
frame            1153 Source/core/inspector/InspectorStyleSheet.cpp         .setFrameId(m_pageAgent->frameId(frame))
frame            1509 Source/core/inspector/InspectorStyleSheet.cpp     if (!ownerDocument() || !ownerDocument()->frame())
frame            1513 Source/core/inspector/InspectorStyleSheet.cpp     bool success = m_resourceAgent->fetchResourceContent(ownerDocument()->frame(), KURL(ParsedURLString, m_pageStyleSheet->href()), result, &base64Encoded) && !base64Encoded;
frame             239 Source/core/inspector/InspectorTimelineAgent.cpp     LocalFrame* frame = 0;
frame             241 Source/core/inspector/InspectorTimelineAgent.cpp         frame = toDocument(context)->frame();
frame             242 Source/core/inspector/InspectorTimelineAgent.cpp     return frame;
frame             478 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, document->frame());
frame             486 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, window->frame());
frame             500 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didInvalidateLayout(LocalFrame* frame)
frame             502 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(JSONObject::create(), TimelineRecordType::InvalidateLayout, true, frame);
frame             505 Source/core/inspector/InspectorTimelineAgent.cpp bool InspectorTimelineAgent::willLayout(LocalFrame* frame)
frame             510 Source/core/inspector/InspectorTimelineAgent.cpp     frame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
frame             512 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createLayoutData(needsLayoutObjects, totalObjects, isPartial), TimelineRecordType::Layout, true, frame);
frame             539 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createNodeData(nodeId(renderer)), TimelineRecordType::AutosizeText, false, renderer->frame());
frame             554 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(JSONObject::create(), TimelineRecordType::ScheduleStyleRecalculation, true, document->frame());
frame             559 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(JSONObject::create(), TimelineRecordType::RecalculateStyles, true, document->frame());
frame             582 Source/core/inspector/InspectorTimelineAgent.cpp     LocalFrame* frame = renderer->frame();
frame             598 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(JSONObject::create(), TimelineRecordType::Paint, true, frame, true);
frame             629 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createLayerData(nodeId(renderer)), TimelineRecordType::ScrollLayer, false, renderer->frame());
frame             679 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(startLine), TimelineRecordType::ParseHTML, true, document->frame());
frame             739 Source/core/inspector/InspectorTimelineAgent.cpp bool InspectorTimelineAgent::willEvaluateScript(LocalFrame* frame, const String& url, int lineNumber)
frame             741 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(url, lineNumber), TimelineRecordType::EvaluateScript, true, frame);
frame             752 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createScheduleResourceRequestData(url), TimelineRecordType::ScheduleResourceRequest, true, document->frame());
frame             758 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createResourceSendRequestData(requestId, request), TimelineRecordType::ResourceSendRequest, true, loader->frame());
frame             761 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didReceiveData(LocalFrame* frame, unsigned long identifier, const char*, int, int encodedDataLength)
frame             764 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createReceiveResourceData(requestId, encodedDataLength), TimelineRecordType::ResourceReceivedData, false, frame);
frame             767 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
frame             848 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::domContentLoadedEventFired(LocalFrame* frame)
frame             850 Source/core/inspector/InspectorTimelineAgent.cpp     bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame());
frame             851 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkDOMContent, false, frame);
frame             856 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::loadEventFired(LocalFrame* frame)
frame             858 Source/core/inspector/InspectorTimelineAgent.cpp     bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame());
frame             859 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkLoad, false, frame);
frame             869 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::RequestAnimationFrame, true, document->frame());
frame             874 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::CancelAnimationFrame, true, document->frame());
frame             879 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::FireAnimationFrame, false, document->frame());
frame             900 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createWebSocketCreateData(identifier, url, protocol), TimelineRecordType::WebSocketCreate, true, document->frame());
frame             905 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createGenericWebSocketData(identifier), TimelineRecordType::WebSocketSendHandshakeRequest, true, document->frame());
frame             910 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createGenericWebSocketData(identifier), TimelineRecordType::WebSocketReceiveHandshakeResponse, false, document->frame());
frame             915 Source/core/inspector/InspectorTimelineAgent.cpp     appendRecord(TimelineRecordFactory::createGenericWebSocketData(identifier), TimelineRecordType::WebSocketDestroy, true, document->frame());
frame            1134 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::setFrameIdentifier(TimelineEvent* record, LocalFrame* frame)
frame            1136 Source/core/inspector/InspectorTimelineAgent.cpp     if (!frame || !m_pageAgent)
frame            1139 Source/core/inspector/InspectorTimelineAgent.cpp     if (frame && m_pageAgent)
frame            1140 Source/core/inspector/InspectorTimelineAgent.cpp         frameId = m_pageAgent->frameId(frame);
frame            1211 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame)
frame            1216 Source/core/inspector/InspectorTimelineAgent.cpp     setFrameIdentifier(record.get(), frame);
frame            1231 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame* frame, bool hasLowLevelDetails)
frame            1236 Source/core/inspector/InspectorTimelineAgent.cpp     setFrameIdentifier(record.get(), frame);
frame            1272 Source/core/inspector/InspectorTimelineAgent.cpp     LocalFrame* frame = renderer.frame();
frame            1273 Source/core/inspector/InspectorTimelineAgent.cpp     FrameView* view = frame->view();
frame             131 Source/core/inspector/PageDebuggerAgent.cpp void PageDebuggerAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
frame             133 Source/core/inspector/PageDebuggerAgent.cpp     if (frame != m_pageAgent->mainFrame())
frame             144 Source/core/inspector/PageDebuggerAgent.cpp String PageDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
frame             146 Source/core/inspector/PageDebuggerAgent.cpp     ASSERT(frame);
frame             148 Source/core/inspector/PageDebuggerAgent.cpp     return m_pageScriptDebugServer->preprocessEventListener(frame, source, url, functionName);
frame             151 Source/core/inspector/PageDebuggerAgent.cpp PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
frame             154 Source/core/inspector/PageDebuggerAgent.cpp     ASSERT(frame);
frame             155 Source/core/inspector/PageDebuggerAgent.cpp     return m_pageScriptDebugServer->preprocess(frame, sourceCode);
frame             158 Source/core/inspector/PageDebuggerAgent.cpp void PageDebuggerAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
frame             160 Source/core/inspector/PageDebuggerAgent.cpp     LocalFrame* mainFrame = frame->page()->mainFrame();
frame             161 Source/core/inspector/PageDebuggerAgent.cpp     if (loader->frame() == mainFrame)
frame             116 Source/core/inspector/PageRuntimeAgent.cpp void PageRuntimeAgent::didClearWindowObjectInMainWorld(LocalFrame* frame)
frame             123 Source/core/inspector/PageRuntimeAgent.cpp     String frameId = m_pageAgent->frameId(frame);
frame             124 Source/core/inspector/PageRuntimeAgent.cpp     ScriptState* scriptState = mainWorldScriptState(frame);
frame             128 Source/core/inspector/PageRuntimeAgent.cpp void PageRuntimeAgent::didCreateIsolatedContext(LocalFrame* frame, ScriptState* scriptState, SecurityOrigin* origin)
frame             133 Source/core/inspector/PageRuntimeAgent.cpp     String frameId = m_pageAgent->frameId(frame);
frame             165 Source/core/inspector/PageRuntimeAgent.cpp     for (LocalFrame* frame = m_inspectedPage->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             166 Source/core/inspector/PageRuntimeAgent.cpp         if (!frame->script().canExecuteScripts(NotAboutToExecuteScript))
frame             168 Source/core/inspector/PageRuntimeAgent.cpp         String frameId = m_pageAgent->frameId(frame);
frame             170 Source/core/inspector/PageRuntimeAgent.cpp         ScriptState* scriptState = mainWorldScriptState(frame);
frame             172 Source/core/inspector/PageRuntimeAgent.cpp         frame->script().collectIsolatedContexts(isolatedContexts);
frame              48 Source/core/loader/CookieJar.cpp     if (!document || !document->frame())
frame              50 Source/core/loader/CookieJar.cpp     return document->frame()->loader().client()->cookieJar();
frame              73 Source/core/loader/DocumentLoader.cpp DocumentLoader::DocumentLoader(LocalFrame* frame, const ResourceRequest& req, const SubstituteData& substituteData)
frame              74 Source/core/loader/DocumentLoader.cpp     : m_frame(frame)
frame             454 Source/core/loader/DocumentLoader.cpp             frame()->document()->addConsoleMessageWithRequestIdentifier(SecurityMessageSource, ErrorMessageLevel, message, identifier);
frame             455 Source/core/loader/DocumentLoader.cpp             frame()->document()->enforceSandboxFlags(SandboxOrigin);
frame             456 Source/core/loader/DocumentLoader.cpp             if (HTMLFrameOwnerElement* ownerElement = frame()->ownerElement())
frame             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)
frame             781 Source/core/loader/DocumentLoader.cpp     DocumentInit init(url, frame);
frame             791 Source/core/loader/DocumentLoader.cpp     bool shouldReuseDefaultView = frame->loader().stateMachine()->isDisplayingInitialEmptyDocument() && frame->document()->isSecureTransitionTo(url);
frame             793 Source/core/loader/DocumentLoader.cpp     frame->loader().clear();
frame             795 Source/core/loader/DocumentLoader.cpp     if (frame->document())
frame             796 Source/core/loader/DocumentLoader.cpp         frame->document()->prepareForDestruction();
frame             799 Source/core/loader/DocumentLoader.cpp         frame->setDOMWindow(DOMWindow::create(*frame));
frame             801 Source/core/loader/DocumentLoader.cpp     RefPtr<Document> document = frame->domWindow()->installNewDocument(mimeType, init);
frame             807 Source/core/loader/DocumentLoader.cpp     frame->loader().didBeginDocument(dispatch);
frame              71 Source/core/loader/DocumentLoader.h         static PassRefPtr<DocumentLoader> create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
frame              73 Source/core/loader/DocumentLoader.h             return adoptRef(new DocumentLoader(frame, request, data));
frame              77 Source/core/loader/DocumentLoader.h         LocalFrame* frame() const { return m_frame; }
frame             185 Source/core/loader/DocumentThreadableLoader.cpp         InspectorInstrumentation::didReceiveCORSRedirectResponse(m_document->frame(), resource->identifier(), m_document->frame()->loader().documentLoader(), redirectResponse, 0);
frame             267 Source/core/loader/DocumentThreadableLoader.cpp         DocumentLoader* loader = m_document->frame()->loader().documentLoader();
frame             268 Source/core/loader/DocumentThreadableLoader.cpp         InspectorInstrumentation::didReceiveResourceResponse(m_document->frame(), identifier, loader, response, resource() ? resource()->loader() : 0);
frame              60 Source/core/loader/DocumentWriter.cpp     if (m_document->frame()) {
frame              61 Source/core/loader/DocumentWriter.cpp         if (FrameView* view = m_document->frame()->view())
frame             103 Source/core/loader/DocumentWriter.cpp     RefPtr<LocalFrame> protector(m_document->frame());
frame             120 Source/core/loader/EmptyClients.cpp PassRefPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& substituteData)
frame             122 Source/core/loader/EmptyClients.cpp     return DocumentLoader::create(frame, request, substituteData);
frame              49 Source/core/loader/FrameFetchContext.cpp FrameFetchContext::FrameFetchContext(LocalFrame* frame)
frame              50 Source/core/loader/FrameFetchContext.cpp     : m_frame(frame)
frame              51 Source/core/loader/FrameFetchContext.h     static PassOwnPtr<FrameFetchContext> create(LocalFrame* frame) { return adoptPtr(new FrameFetchContext(frame)); }
frame             108 Source/core/loader/FrameLoader.cpp FrameLoader::FrameLoader(LocalFrame* frame, FrameLoaderClient* client)
frame             109 Source/core/loader/FrameLoader.cpp     : m_frame(frame)
frame             111 Source/core/loader/FrameLoader.cpp     , m_mixedContentChecker(frame)
frame             112 Source/core/loader/FrameLoader.cpp     , m_progressTracker(ProgressTracker::create(frame))
frame             115 Source/core/loader/FrameLoader.cpp     , m_fetchContext(FrameFetchContext::create(frame))
frame             329 Source/core/loader/FrameLoader.cpp     RefPtr<LocalFrame> frame(loader->frame());
frame             332 Source/core/loader/FrameLoader.cpp     frame->document()->enforceSandboxFlags(SandboxOrigin);
frame             338 Source/core/loader/FrameLoader.cpp     if (HTMLFrameOwnerElement* ownerElement = frame->ownerElement())
frame             608 Source/core/loader/FrameLoader.cpp     for (LocalFrame* frame = m_frame; frame; frame = frame->tree().parent())
frame             609 Source/core/loader/FrameLoader.cpp         frame->loader().m_isComplete = false;
frame             749 Source/core/loader/FrameLoader.cpp void FrameLoader::reportLocalLoadFailed(LocalFrame* frame, const String& url)
frame             752 Source/core/loader/FrameLoader.cpp     if (!frame)
frame             755 Source/core/loader/FrameLoader.cpp     frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Not allowed to load local resource: " + url);
frame            1322 Source/core/loader/FrameLoader.cpp         for (LocalFrame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent()) {
frame            1323 Source/core/loader/FrameLoader.cpp             if (!origin->isSameSchemeHostPort(frame->document()->securityOrigin())) {
frame            1364 Source/core/loader/FrameLoader.cpp     LocalFrame* frame = m_frame->tree().find(name);
frame            1365 Source/core/loader/FrameLoader.cpp     if (!activeDocument->canNavigate(frame))
frame            1367 Source/core/loader/FrameLoader.cpp     return frame;
frame              83 Source/core/loader/FrameLoader.h     LocalFrame* frame() const { return m_frame; }
frame             339 Source/core/loader/ImageLoader.cpp     if (element()->document().frame())
frame             352 Source/core/loader/ImageLoader.cpp     if (element()->document().frame())
frame             124 Source/core/loader/LinkLoader.cpp     if ((relAttribute.isLinkPrefetch() || relAttribute.isLinkSubresource()) && href.isValid() && document.frame()) {
frame              41 Source/core/loader/MixedContentChecker.cpp MixedContentChecker::MixedContentChecker(LocalFrame* frame)
frame              42 Source/core/loader/MixedContentChecker.cpp     : m_frame(frame)
frame             107 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
frame             113 Source/core/loader/NavigationScheduler.cpp         frame->loader().load(request);
frame             134 Source/core/loader/NavigationScheduler.cpp     virtual bool shouldStartTimer(LocalFrame* frame) OVERRIDE { return frame->loader().allAncestorsAreComplete(); }
frame             136 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
frame             141 Source/core/loader/NavigationScheduler.cpp         if (equalIgnoringFragmentIdentifier(frame->document()->url(), request.resourceRequest().url()))
frame             144 Source/core/loader/NavigationScheduler.cpp         frame->loader().load(request);
frame             161 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
frame             167 Source/core/loader/NavigationScheduler.cpp         frame->loader().load(request);
frame             179 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
frame             184 Source/core/loader/NavigationScheduler.cpp             FrameLoadRequest frameRequest(frame->document(), ResourceRequest(frame->document()->url()));
frame             188 Source/core/loader/NavigationScheduler.cpp             frame->loader().load(frameRequest);
frame             193 Source/core/loader/NavigationScheduler.cpp         frame->page()->mainFrame()->loader().client()->navigateBackForward(m_historySteps);
frame             209 Source/core/loader/NavigationScheduler.cpp     virtual void fire(LocalFrame* frame) OVERRIDE
frame             217 Source/core/loader/NavigationScheduler.cpp         frame->loader().load(frameRequest);
frame             227 Source/core/loader/NavigationScheduler.cpp NavigationScheduler::NavigationScheduler(LocalFrame* frame)
frame             228 Source/core/loader/NavigationScheduler.cpp     : m_frame(frame)
frame              58 Source/core/loader/PingLoader.cpp void PingLoader::loadImage(LocalFrame* frame, const KURL& url)
frame              60 Source/core/loader/PingLoader.cpp     if (!frame->document()->securityOrigin()->canDisplay(url)) {
frame              61 Source/core/loader/PingLoader.cpp         FrameLoader::reportLocalLoadFailed(frame, url.string());
frame              68 Source/core/loader/PingLoader.cpp     frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
frame              72 Source/core/loader/PingLoader.cpp     PingLoader::start(frame, request, initiatorInfo);
frame              76 Source/core/loader/PingLoader.cpp void PingLoader::sendPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL)
frame              84 Source/core/loader/PingLoader.cpp     frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
frame              89 Source/core/loader/PingLoader.cpp     if (frame->document()->securityOrigin()->isSameSchemeHostPort(pingOrigin.get()))
frame              96 Source/core/loader/PingLoader.cpp     if (!SecurityPolicy::shouldHideReferrer(pingURL, frame->document()->url().string()))
frame              97 Source/core/loader/PingLoader.cpp         request.setHTTPHeaderField("Ping-From", AtomicString(frame->document()->url().string()));
frame             101 Source/core/loader/PingLoader.cpp     PingLoader::start(frame, request, initiatorInfo);
frame             104 Source/core/loader/PingLoader.cpp void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type)
frame             111 Source/core/loader/PingLoader.cpp     frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
frame             115 Source/core/loader/PingLoader.cpp     PingLoader::start(frame, request, initiatorInfo, SecurityOrigin::create(reportURL)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials);
frame             118 Source/core/loader/PingLoader.cpp void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
frame             120 Source/core/loader/PingLoader.cpp     OwnPtr<PingLoader> pingLoader = adoptPtr(new PingLoader(frame, request, initiatorInfo, credentialsAllowed));
frame             126 Source/core/loader/PingLoader.cpp PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
frame             127 Source/core/loader/PingLoader.cpp     : PageLifecycleObserver(frame->page())
frame             132 Source/core/loader/PingLoader.cpp     frame->loader().client()->didDispatchPingLoader(request.url());
frame             140 Source/core/loader/PingLoader.cpp     InspectorInstrumentation::willSendRequest(frame, m_identifier, frame->loader().documentLoader(), request, ResourceResponse(), initiatorInfo);
frame              51 Source/core/loader/PrerenderHandle.cpp     if (!document.frame())
frame              65 Source/core/loader/ProgressTracker.cpp ProgressTracker::ProgressTracker(LocalFrame* frame)
frame              66 Source/core/loader/ProgressTracker.cpp     : m_frame(frame)
frame              85 Source/core/loader/ProgressTracker.cpp PassOwnPtr<ProgressTracker> ProgressTracker::create(LocalFrame* frame)
frame              87 Source/core/loader/ProgressTracker.cpp     return adoptPtr(new ProgressTracker(frame));
frame              41 Source/core/loader/TextResourceDecoderBuilder.cpp static inline bool canReferToParentFrameEncoding(const LocalFrame* frame, const LocalFrame* parentFrame)
frame              43 Source/core/loader/TextResourceDecoderBuilder.cpp     return parentFrame && parentFrame->document()->securityOrigin()->canAccess(frame->document()->securityOrigin());
frame              61 Source/core/loader/TextResourceDecoderBuilder.cpp     if (LocalFrame* frame = document->frame()) {
frame              62 Source/core/loader/TextResourceDecoderBuilder.cpp         if (Settings* settings = frame->settings())
frame              71 Source/core/loader/TextResourceDecoderBuilder.cpp     LocalFrame* frame = document->frame();
frame              72 Source/core/loader/TextResourceDecoderBuilder.cpp     LocalFrame* parentFrame = frame ? frame->tree().parent() : 0;
frame              86 Source/core/loader/TextResourceDecoderBuilder.cpp     if (frame && canReferToParentFrameEncoding(frame, parentFrame)) {
frame              39 Source/core/loader/appcache/ApplicationCache.cpp ApplicationCache::ApplicationCache(LocalFrame* frame)
frame              40 Source/core/loader/appcache/ApplicationCache.cpp     : DOMWindowProperty(frame)
frame              47 Source/core/loader/appcache/ApplicationCache.h     static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame)
frame              49 Source/core/loader/appcache/ApplicationCache.h         return adoptRefWillBeRefCountedGarbageCollected(new ApplicationCache(frame));
frame              84 Source/core/loader/appcache/ApplicationCacheHost.cpp     ASSERT(m_documentLoader->frame());
frame              85 Source/core/loader/appcache/ApplicationCacheHost.cpp     LocalFrame& frame = *m_documentLoader->frame();
frame              86 Source/core/loader/appcache/ApplicationCacheHost.cpp     m_host = frame.loader().client()->createApplicationCacheHost(this);
frame              91 Source/core/loader/appcache/ApplicationCacheHost.cpp         LocalFrame* spawningFrame = frame.tree().parent();
frame              93 Source/core/loader/appcache/ApplicationCacheHost.cpp             spawningFrame = frame.loader().opener();
frame              95 Source/core/loader/appcache/ApplicationCacheHost.cpp             spawningFrame = &frame;
frame             122 Source/core/loader/appcache/ApplicationCacheHost.cpp         LocalFrame* frame = m_documentLoader->frame();
frame             123 Source/core/loader/appcache/ApplicationCacheHost.cpp         frame->navigationScheduler().scheduleLocationChange(frame->document(), frame->document()->url(), Referrer(frame->document()->referrer(), frame->document()->referrerPolicy()));
frame             170 Source/core/loader/appcache/ApplicationCacheHost.cpp         InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
frame             244 Source/core/loader/appcache/ApplicationCacheHost.cpp         InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
frame             256 Source/core/loader/appcache/ApplicationCacheHost.cpp     ASSERT(m_documentLoader->frame());
frame             257 Source/core/loader/appcache/ApplicationCacheHost.cpp     return m_documentLoader->frame()->settings() && m_documentLoader->frame()->settings()->offlineWebApplicationCacheEnabled();
frame              96 Source/core/page/AutoscrollController.cpp         if (FrameView* view = scrollable->frame()->view()) {
frame             122 Source/core/page/AutoscrollController.cpp     HitTestResult hitTest = renderer->frame()->eventHandler().hitTestResultAtPoint(m_panScrollStartPos, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
frame             140 Source/core/page/AutoscrollController.cpp     if (m_autoscrollRenderer && m_autoscrollRenderer->frame() != dropTargetNode->renderer()->frame())
frame             149 Source/core/page/AutoscrollController.cpp     Page* page = scrollable->frame() ? scrollable->frame()->page() : 0;
frame             175 Source/core/page/AutoscrollController.cpp void AutoscrollController::handleMouseReleaseForPanScrolling(LocalFrame* frame, const PlatformMouseEvent& mouseEvent)
frame             177 Source/core/page/AutoscrollController.cpp     if (!frame->isMainFrame())
frame             205 Source/core/page/AutoscrollController.cpp     if (FrameView* view = scrollable->frame()->view())
frame             225 Source/core/page/AutoscrollController.cpp     EventHandler& eventHandler = m_autoscrollRenderer->frame()->eventHandler();
frame             248 Source/core/page/AutoscrollController.cpp         if (FrameView* view = m_autoscrollRenderer->frame()->view())
frame              93 Source/core/page/Chrome.cpp void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
frame              95 Source/core/page/Chrome.cpp     m_client->contentsSizeChanged(frame, size);
frame             145 Source/core/page/Chrome.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             146 Source/core/page/Chrome.cpp         Document::PageDismissalType dismissal = frame->document()->pageDismissalEventBeingDispatched();
frame             202 Source/core/page/Chrome.cpp bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
frame             209 Source/core/page/Chrome.cpp     bool ok = m_client->runBeforeUnloadConfirmPanel(message, frame);
frame             219 Source/core/page/Chrome.cpp void Chrome::runJavaScriptAlert(LocalFrame* frame, const String& message)
frame             228 Source/core/page/Chrome.cpp     ASSERT(frame);
frame             232 Source/core/page/Chrome.cpp     m_client->runJavaScriptAlert(frame, message);
frame             236 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptConfirm(LocalFrame* frame, const String& message)
frame             245 Source/core/page/Chrome.cpp     ASSERT(frame);
frame             249 Source/core/page/Chrome.cpp     bool ok = m_client->runJavaScriptConfirm(frame, message);
frame             254 Source/core/page/Chrome.cpp bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result)
frame             263 Source/core/page/Chrome.cpp     ASSERT(frame);
frame             267 Source/core/page/Chrome.cpp     bool ok = m_client->runJavaScriptPrompt(frame, prompt, defaultValue, result);
frame             273 Source/core/page/Chrome.cpp void Chrome::setStatusbarText(LocalFrame* frame, const String& status)
frame             275 Source/core/page/Chrome.cpp     ASSERT(frame);
frame             323 Source/core/page/Chrome.cpp void Chrome::print(LocalFrame* frame)
frame             329 Source/core/page/Chrome.cpp     m_client->print(frame);
frame             355 Source/core/page/Chrome.cpp void Chrome::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
frame             358 Source/core/page/Chrome.cpp     m_client->runOpenPanel(frame, fileChooser);
frame             384 Source/core/page/Chrome.cpp PassRefPtr<PopupMenu> Chrome::createPopupMenu(LocalFrame& frame, PopupMenuClient* client) const
frame             387 Source/core/page/Chrome.cpp     return m_client->createPopupMenu(frame, client);
frame             110 Source/core/page/ContextMenuController.cpp     if (LocalFrame* frame = event->target()->toNode()->document().frame())
frame             111 Source/core/page/ContextMenuController.cpp         result = frame->eventHandler().hitTestResultAtPoint(mouseEvent->absoluteLocation(), HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
frame              52 Source/core/page/CreateWindow.cpp         if (LocalFrame* frame = lookupFrame.loader().findFrameForNavigation(request.frameName(), openerFrame.document())) {
frame              54 Source/core/page/CreateWindow.cpp                 frame->page()->focusController().setFocusedFrame(frame);
frame              56 Source/core/page/CreateWindow.cpp             return frame;
frame              82 Source/core/page/CreateWindow.cpp     LocalFrame& frame = *page->mainFrame();
frame              85 Source/core/page/CreateWindow.cpp         frame.tree().setName(request.frameName());
frame             106 Source/core/page/CreateWindow.cpp     FloatRect newWindowRect = DOMWindow::adjustWindowRect(frame, windowRect);
frame             112 Source/core/page/CreateWindow.cpp     return &frame;
frame             118 Source/core/page/CreateWindow.cpp     LocalFrame* activeFrame = callingWindow.frame();
frame              50 Source/core/page/DOMSelection.cpp static Node* selectionShadowAncestor(LocalFrame* frame)
frame              52 Source/core/page/DOMSelection.cpp     Node* node = frame->selection().selection().base().anchorNode();
frame              59 Source/core/page/DOMSelection.cpp     return frame->document()->ancestorInThisScope(node);
frame              63 Source/core/page/DOMSelection.cpp     : DOMWindowProperty(treeScope->rootNode().document().frame())
frame             151 Source/core/page/DragController.cpp static PassRefPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context,
frame             159 Source/core/page/DragController.cpp         if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
frame             315 Source/core/page/DragController.cpp     LocalFrame* frame = documentUnderMouse->frame();
frame             316 Source/core/page/DragController.cpp     float zoomFactor = frame ? frame->pageZoomFactor() : 1;
frame             379 Source/core/page/DragController.cpp             m_page->dragCaretController().setCaretPosition(m_documentUnderMouse->frame()->visiblePositionForPoint(point));
frame             381 Source/core/page/DragController.cpp         LocalFrame* innerFrame = element->document().frame();
frame             427 Source/core/page/DragController.cpp static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
frame             429 Source/core/page/DragController.cpp     frame->selection().setSelection(dragCaret);
frame             430 Source/core/page/DragController.cpp     if (frame->selection().isNone()) {
frame             431 Source/core/page/DragController.cpp         dragCaret = VisibleSelection(frame->visiblePositionForPoint(point));
frame             432 Source/core/page/DragController.cpp         frame->selection().setSelection(dragCaret);
frame             435 Source/core/page/DragController.cpp     return !frame->selection().isNone() && frame->selection().isContentEditable();
frame             463 Source/core/page/DragController.cpp     RefPtr<LocalFrame> innerFrame = element->ownerDocument()->frame();
frame             530 Source/core/page/DragController.cpp         if (LocalFrame* frame = rootEditableElement->document().frame())
frame             531 Source/core/page/DragController.cpp             frame->eventHandler().updateDragStateAfterEditDragIfNeeded(rootEditableElement.get());
frame             926 Source/core/page/DragController.cpp void DragController::doSystemDrag(DragImage* image, const IntPoint& dragLocation, const IntPoint& eventPos, Clipboard* clipboard, LocalFrame* frame, bool forLink)
frame             929 Source/core/page/DragController.cpp     m_dragInitiator = frame->document();
frame             933 Source/core/page/DragController.cpp     m_client->startDrag(image, viewProtector->rootViewToContents(frame->view()->contentsToRootView(dragLocation)),
frame             934 Source/core/page/DragController.cpp         viewProtector->rootViewToContents(frame->view()->contentsToRootView(eventPos)), clipboard, frameProtector.get(), forLink);
frame             135 Source/core/page/DragData.cpp PassRefPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
frame             156 Source/core/page/DragData.cpp         ASSERT(frame->document());
frame             157 Source/core/page/DragData.cpp         if (RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(*frame->document(), html, baseURL, DisallowScriptingAndPluginContent))
frame             269 Source/core/page/EventHandler.cpp EventHandler::EventHandler(LocalFrame* frame)
frame             270 Source/core/page/EventHandler.cpp     : m_frame(frame)
frame             994 Source/core/page/EventHandler.cpp     LocalFrame* frame = m_frame;
frame             995 Source/core/page/EventHandler.cpp     FrameView* view = frame->view();
frame             998 Source/core/page/EventHandler.cpp     frame = frame->tree().parent();
frame             999 Source/core/page/EventHandler.cpp     if (!frame)
frame            1001 Source/core/page/EventHandler.cpp     return frame->eventHandler().bubblingScroll(direction, granularity, m_frame->ownerElement());
frame            1022 Source/core/page/EventHandler.cpp     return &toFrameView(widget)->frame();
frame            1038 Source/core/page/EventHandler.cpp static bool nodeIsNotBeingEdited(Node* node, LocalFrame* frame)
frame            1040 Source/core/page/EventHandler.cpp     return frame->selection().rootEditableElement() != node->rootEditableElement();
frame            1288 Source/core/page/EventHandler.cpp static LayoutPoint documentPointForWindowPoint(LocalFrame* frame, const IntPoint& windowPoint)
frame            1290 Source/core/page/EventHandler.cpp     FrameView* view = frame->view();
frame            1763 Source/core/page/EventHandler.cpp static bool targetIsFrame(Node* target, LocalFrame*& frame)
frame            1772 Source/core/page/EventHandler.cpp     frame = toLocalFrame(toHTMLFrameElementBase(target)->contentFrame());
frame            2003 Source/core/page/EventHandler.cpp             if (LocalFrame* frame = m_lastNodeUnderMouse->document().frame()) {
frame            2004 Source/core/page/EventHandler.cpp                 if (FrameView* frameView = frame->view())
frame            2015 Source/core/page/EventHandler.cpp             if (LocalFrame* frame = m_nodeUnderMouse->document().frame()) {
frame            2016 Source/core/page/EventHandler.cpp                 if (FrameView* frameView = frame->view())
frame            2542 Source/core/page/EventHandler.cpp     return toFrameView(widget)->frame().eventHandler().handleGestureEvent(gestureEvent);
frame            3578 Source/core/page/EventHandler.cpp HitTestResult EventHandler::hitTestResultInFrame(LocalFrame* frame, const LayoutPoint& point, HitTestRequest::HitTestRequestType hitType)
frame            3582 Source/core/page/EventHandler.cpp     if (!frame || !frame->contentRenderer())
frame            3584 Source/core/page/EventHandler.cpp     if (frame->view()) {
frame            3585 Source/core/page/EventHandler.cpp         IntRect rect = frame->view()->visibleContentRect();
frame            3589 Source/core/page/EventHandler.cpp     frame->contentRenderer()->hitTest(HitTestRequest(hitType), result);
frame            3673 Source/core/page/EventHandler.cpp             } else if (m_originatingTouchPointDocument.get() && m_originatingTouchPointDocument->frame()) {
frame            3674 Source/core/page/EventHandler.cpp                 LayoutPoint pagePointInOriginatingDocument = documentPointForWindowPoint(m_originatingTouchPointDocument->frame(), point.pos());
frame            3675 Source/core/page/EventHandler.cpp                 result = hitTestResultInFrame(m_originatingTouchPointDocument->frame(), pagePointInOriginatingDocument, hitType);
frame            3715 Source/core/page/EventHandler.cpp         LocalFrame* targetFrame = doc.frame();
frame            4018 Source/core/page/EventHandler.cpp     return toFrameView(widget)->frame().eventHandler().handleWheelEvent(wheelEvent);
frame              92 Source/core/page/EventSource.cpp         shouldBypassMainWorldContentSecurityPolicy = document->frame()->script().shouldBypassMainWorldContentSecurityPolicy();
frame              90 Source/core/page/FocusController.cpp     if (Frame* frame = root->document().frame())
frame              91 Source/core/page/FocusController.cpp         return frame->ownerElement();
frame             121 Source/core/page/FocusController.cpp FocusNavigationScope FocusNavigationScope::ownedByIFrame(HTMLFrameOwnerElement* frame)
frame             123 Source/core/page/FocusController.cpp     ASSERT(frame && frame->contentFrame());
frame             124 Source/core/page/FocusController.cpp     return FocusNavigationScope(frame->contentFrame()->document());
frame             236 Source/core/page/FocusController.cpp void FocusController::setFocusedFrame(PassRefPtr<Frame> frame)
frame             238 Source/core/page/FocusController.cpp     ASSERT(!frame || frame->page() == m_page);
frame             239 Source/core/page/FocusController.cpp     if (m_focusedFrame == frame || m_isChangingFocusedFrame)
frame             245 Source/core/page/FocusController.cpp     RefPtr<LocalFrame> newFrame = (frame && frame->isLocalFrame()) ? toLocalFrame(frame.get()) : 0;
frame             247 Source/core/page/FocusController.cpp     m_focusedFrame = frame.get();
frame             267 Source/core/page/FocusController.cpp     if (Frame* frame = focusedFrame())
frame             268 Source/core/page/FocusController.cpp         return frame;
frame             348 Source/core/page/FocusController.cpp     LocalFrame* frame = toLocalFrame(focusedOrMainFrame());
frame             349 Source/core/page/FocusController.cpp     ASSERT(frame);
frame             350 Source/core/page/FocusController.cpp     Document* document = frame->document();
frame             354 Source/core/page/FocusController.cpp     bool caretBrowsing = frame->settings() && frame->settings()->caretBrowsingEnabled();
frame             357 Source/core/page/FocusController.cpp         currentNode = frame->selection().start().deprecatedNode();
frame             413 Source/core/page/FocusController.cpp     setFocusedFrame(newDocument.frame());
frame             418 Source/core/page/FocusController.cpp         frame->selection().setSelection(newSelection);
frame             594 Source/core/page/FocusController.cpp     return node->document().frame() && node->rootEditableElement();
frame             714 Source/core/page/FocusController.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             715 Source/core/page/FocusController.cpp         FrameView* frameView = frame->view();
frame             121 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = top(); frame; frame = frame->tree().traverseNext()) {
frame             122 Source/core/page/FrameTree.cpp         if (frame->tree().uniqueName() == name)
frame             146 Source/core/page/FrameTree.cpp     LocalFrame* frame;
frame             147 Source/core/page/FrameTree.cpp     for (frame = m_thisFrame; frame; frame = frame->tree().parent()) {
frame             148 Source/core/page/FrameTree.cpp         if (frame->tree().uniqueName().startsWith(framePathPrefix))
frame             150 Source/core/page/FrameTree.cpp         chain.append(frame);
frame             154 Source/core/page/FrameTree.cpp     if (frame) {
frame             155 Source/core/page/FrameTree.cpp         name.append(frame->tree().uniqueName().string().substring(framePathPrefixLength,
frame             156 Source/core/page/FrameTree.cpp             frame->tree().uniqueName().length() - framePathPrefixLength - framePathSuffixLength));
frame             159 Source/core/page/FrameTree.cpp         frame = chain[i];
frame             161 Source/core/page/FrameTree.cpp         name.append(frame->tree().uniqueName());
frame             259 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = m_thisFrame; frame; frame = frame->tree().traverseNext(m_thisFrame))
frame             260 Source/core/page/FrameTree.cpp         if (frame->tree().name() == name)
frame             261 Source/core/page/FrameTree.cpp             return frame;
frame             270 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
frame             271 Source/core/page/FrameTree.cpp         if (frame->tree().name() == name)
frame             272 Source/core/page/FrameTree.cpp             return frame;
frame             281 Source/core/page/FrameTree.cpp             for (LocalFrame* frame = otherPage->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             282 Source/core/page/FrameTree.cpp                 if (frame->tree().name() == name)
frame             283 Source/core/page/FrameTree.cpp                     return frame;
frame             299 Source/core/page/FrameTree.cpp     for (LocalFrame* frame = m_thisFrame; frame; frame = frame->tree().parent())
frame             300 Source/core/page/FrameTree.cpp         if (frame == ancestor)
frame             322 Source/core/page/FrameTree.cpp     LocalFrame* frame = m_thisFrame;
frame             323 Source/core/page/FrameTree.cpp     while (!sibling && (!stayWithin || frame->tree().parent() != stayWithin)) {
frame             324 Source/core/page/FrameTree.cpp         frame = frame->tree().parent();
frame             325 Source/core/page/FrameTree.cpp         if (!frame)
frame             327 Source/core/page/FrameTree.cpp         sibling = frame->tree().nextSibling();
frame             330 Source/core/page/FrameTree.cpp     if (frame) {
frame             385 Source/core/page/FrameTree.cpp static void printFrames(const WebCore::LocalFrame* frame, const WebCore::LocalFrame* targetFrame, int indent)
frame             387 Source/core/page/FrameTree.cpp     if (frame == targetFrame) {
frame             393 Source/core/page/FrameTree.cpp     WebCore::FrameView* view = frame->view();
frame             394 Source/core/page/FrameTree.cpp     printf("LocalFrame %p %dx%d\n", frame, view ? view->width() : 0, view ? view->height() : 0);
frame             396 Source/core/page/FrameTree.cpp     printf("  ownerElement=%p\n", frame->ownerElement());
frame             400 Source/core/page/FrameTree.cpp     printf("  document=%p\n", frame->document());
frame             402 Source/core/page/FrameTree.cpp     printf("  uri=%s\n\n", frame->document()->url().string().utf8().data());
frame             404 Source/core/page/FrameTree.cpp     for (WebCore::LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling())
frame             408 Source/core/page/FrameTree.cpp void showFrameTree(const WebCore::LocalFrame* frame)
frame             410 Source/core/page/FrameTree.cpp     if (!frame) {
frame             415 Source/core/page/FrameTree.cpp     printFrames(frame->tree().top(), frame, 0);
frame             128 Source/core/page/HistoryController.cpp HistoryNode* HistoryEntry::historyNodeForFrame(LocalFrame* frame)
frame             130 Source/core/page/HistoryController.cpp     if (HistoryNode* historyNode = m_framesToItems.get(frame->frameID()))
frame             132 Source/core/page/HistoryController.cpp     String target = frame->tree().uniqueName();
frame             138 Source/core/page/HistoryController.cpp HistoryItem* HistoryEntry::itemForFrame(LocalFrame* frame)
frame             140 Source/core/page/HistoryController.cpp     if (HistoryNode* historyNode = historyNodeForFrame(frame))
frame             154 Source/core/page/HistoryController.cpp void HistoryController::updateBackForwardListForFragmentScroll(LocalFrame* frame, HistoryItem* item)
frame             156 Source/core/page/HistoryController.cpp     createNewBackForwardItem(frame, item, false);
frame             188 Source/core/page/HistoryController.cpp void HistoryController::recursiveGoToEntry(LocalFrame* frame, HistoryFrameLoadSet& sameDocumentLoads, HistoryFrameLoadSet& differentDocumentLoads)
frame             192 Source/core/page/HistoryController.cpp     HistoryItem* newItem = m_provisionalEntry->itemForFrame(frame);
frame             193 Source/core/page/HistoryController.cpp     HistoryItem* oldItem = m_currentEntry->itemForFrame(frame);
frame             199 Source/core/page/HistoryController.cpp             sameDocumentLoads.set(frame, newItem);
frame             201 Source/core/page/HistoryController.cpp             differentDocumentLoads.set(frame, newItem);
frame             205 Source/core/page/HistoryController.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling())
frame             233 Source/core/page/HistoryController.cpp void HistoryController::updateForInitialLoadInChildFrame(LocalFrame* frame, HistoryItem* item)
frame             235 Source/core/page/HistoryController.cpp     ASSERT(frame->tree().parent());
frame             238 Source/core/page/HistoryController.cpp     if (HistoryNode* existingNode = m_currentEntry->historyNodeForFrame(frame))
frame             240 Source/core/page/HistoryController.cpp     else if (HistoryNode* parentHistoryNode = m_currentEntry->historyNodeForFrame(frame->tree().parent()))
frame             241 Source/core/page/HistoryController.cpp         parentHistoryNode->addChild(item, frame->frameID());
frame             244 Source/core/page/HistoryController.cpp void HistoryController::updateForCommit(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType)
frame             257 Source/core/page/HistoryController.cpp         createNewBackForwardItem(frame, item, true);
frame             259 Source/core/page/HistoryController.cpp         updateForInitialLoadInChildFrame(frame, item);
frame             288 Source/core/page/HistoryController.cpp HistoryItem* HistoryController::itemForNewChildFrame(LocalFrame* frame) const
frame             290 Source/core/page/HistoryController.cpp     return m_currentEntry ? m_currentEntry->itemForFrame(frame) : 0;
frame             293 Source/core/page/HistoryController.cpp void HistoryController::removeChildrenForRedirect(LocalFrame* frame)
frame             297 Source/core/page/HistoryController.cpp     if (HistoryNode* node = m_provisionalEntry->historyNodeForFrame(frame))
frame              58 Source/core/page/InjectedStyleSheets.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
frame              59 Source/core/page/InjectedStyleSheets.cpp             frame->document()->styleEngine()->invalidateInjectedStyleSheetCache();
frame              89 Source/core/page/Page.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
frame              90 Source/core/page/Page.cpp             frames.append(frame);
frame              99 Source/core/page/Page.cpp float deviceScaleFactor(LocalFrame* frame)
frame             101 Source/core/page/Page.cpp     if (!frame)
frame             103 Source/core/page/Page.cpp     Page* page = frame->page();
frame             161 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             162 Source/core/page/Page.cpp         frame->willDetachFrameHost();
frame             163 Source/core/page/Page.cpp         frame->detachFromFrameHost();
frame             201 Source/core/page/Page.cpp PassRefPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame)
frame             208 Source/core/page/Page.cpp         rects = scrollingCoordinator->computeShouldHandleScrollGestureOnMainThreadRegion(frame, IntPoint()).rects();
frame             245 Source/core/page/Page.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext())
frame             246 Source/core/page/Page.cpp             frame->document()->setNeedsStyleRecalc(SubtreeStyleChange);
frame             251 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
frame             252 Source/core/page/Page.cpp         frame->document()->styleResolverChanged(RecalcStyleDeferred);
frame             257 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             258 Source/core/page/Page.cpp         if (FrameView* view = frame->view()) {
frame             285 Source/core/page/Page.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             286 Source/core/page/Page.cpp             if (frame->document()->containsPlugins())
frame             287 Source/core/page/Page.cpp                 framesNeedingReload.append(frame);
frame             316 Source/core/page/Page.cpp     LocalFrame* frame = mainFrame();
frame             318 Source/core/page/Page.cpp         frame->document()->markers().removeMarkers(DocumentMarker::TextMatch);
frame             319 Source/core/page/Page.cpp         frame = incrementFrame(frame, true, false);
frame             320 Source/core/page/Page.cpp     } while (frame);
frame             329 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
frame             330 Source/core/page/Page.cpp         frame->loader().setDefersLoading(defers);
frame             375 Source/core/page/Page.cpp         for (LocalFrame* frame = page->m_mainFrame.get(); frame; frame = frame->tree().traverseNext())
frame             376 Source/core/page/Page.cpp             frame->document()->visitedLinkState().invalidateStyleForAllLinks();
frame             385 Source/core/page/Page.cpp         for (LocalFrame* frame = page->m_mainFrame.get(); frame; frame = frame->tree().traverseNext())
frame             386 Source/core/page/Page.cpp             frame->document()->visitedLinkState().invalidateStyleForLink(linkHash);
frame             403 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNextWithWrap(false)) {
frame             404 Source/core/page/Page.cpp         if (frame->document())
frame             405 Source/core/page/Page.cpp             frame->document()->didChangeTimerAlignmentInterval();
frame             420 Source/core/page/Page.cpp     for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
frame             475 Source/core/page/Page.cpp         for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
frame             476 Source/core/page/Page.cpp             frame->document()->initDNSPrefetch();
frame             485 Source/core/page/Page.cpp         for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             486 Source/core/page/Page.cpp             frame->document()->fetcher()->setImagesEnabled(settings().imagesEnabled());
frame             487 Source/core/page/Page.cpp             frame->document()->fetcher()->setAutoLoadImages(settings().loadsImagesAutomatically());
frame             496 Source/core/page/Page.cpp             for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             497 Source/core/page/Page.cpp                 if (TextAutosizer* textAutosizer = frame->document()->textAutosizer())
frame             509 Source/core/page/Page.cpp         for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
frame             510 Source/core/page/Page.cpp             frame->document()->styleEngine()->updateGenericFontFamilySettings();
frame             516 Source/core/page/Page.cpp void Page::didCommitLoad(LocalFrame* frame)
frame             518 Source/core/page/Page.cpp     lifecycleNotifier().notifyDidCommitLoad(frame);
frame             519 Source/core/page/Page.cpp     if (m_mainFrame == frame) {
frame              32 Source/core/page/PageAnimator.cpp     for (RefPtr<LocalFrame> frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame              33 Source/core/page/PageAnimator.cpp         frame->view()->serviceScrollAnimations();
frame              34 Source/core/page/PageAnimator.cpp         DocumentAnimations::updateAnimationTimingForAnimationFrame(*frame->document(), monotonicAnimationStartTime);
frame              35 Source/core/page/PageAnimator.cpp         SVGDocumentExtensions::serviceOnAnimationFrame(*frame->document(), monotonicAnimationStartTime);
frame              39 Source/core/page/PageAnimator.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext())
frame              40 Source/core/page/PageAnimator.cpp         documents.append(frame->document());
frame              68 Source/core/page/PageLifecycleNotifier.h inline void PageLifecycleNotifier::notifyDidCommitLoad(LocalFrame* frame)
frame              72 Source/core/page/PageLifecycleNotifier.h         (*it)->didCommitLoad(frame);
frame             156 Source/core/page/PageSerializer.cpp     Frame* frame = frameOwner.contentFrame();
frame             158 Source/core/page/PageSerializer.cpp     if (!frame || !frame->isLocalFrame())
frame             161 Source/core/page/PageSerializer.cpp     KURL url = toLocalFrame(frame)->document()->url();
frame             166 Source/core/page/PageSerializer.cpp     url = m_serializer->urlForBlankFrame(toLocalFrame(frame));
frame             187 Source/core/page/PageSerializer.cpp void PageSerializer::serializeFrame(LocalFrame* frame)
frame             189 Source/core/page/PageSerializer.cpp     ASSERT(frame->document());
frame             190 Source/core/page/PageSerializer.cpp     Document& document = *frame->document();
frame             194 Source/core/page/PageSerializer.cpp         url = urlForBlankFrame(frame);
frame             254 Source/core/page/PageSerializer.cpp     for (LocalFrame* childFrame = frame->tree().firstChild(); childFrame; childFrame = childFrame->tree().nextSibling())
frame             377 Source/core/page/PageSerializer.cpp KURL PageSerializer::urlForBlankFrame(LocalFrame* frame)
frame             379 Source/core/page/PageSerializer.cpp     HashMap<LocalFrame*, KURL>::iterator iter = m_blankFrameURLs.find(frame);
frame             384 Source/core/page/PageSerializer.cpp     m_blankFrameURLs.add(frame, fakeURL);
frame             133 Source/core/page/PointerLockController.cpp     if (!m_element || !m_element->document().frame())
frame              44 Source/core/page/PrintContext.cpp PrintContext::PrintContext(LocalFrame* frame)
frame              45 Source/core/page/PrintContext.cpp     : m_frame(frame)
frame             247 Source/core/page/PrintContext.cpp     LocalFrame* frame = element->document().frame();
frame             249 Source/core/page/PrintContext.cpp     PrintContext printContext(frame);
frame             252 Source/core/page/PrintContext.cpp     scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width());
frame             308 Source/core/page/PrintContext.cpp String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber)
frame             310 Source/core/page/PrintContext.cpp     Document* document = frame->document();
frame             311 Source/core/page/PrintContext.cpp     PrintContext printContext(frame);
frame             334 Source/core/page/PrintContext.cpp bool PrintContext::isPageBoxVisible(LocalFrame* frame, int pageNumber)
frame             336 Source/core/page/PrintContext.cpp     return frame->document()->isPageBoxVisible(pageNumber);
frame             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)
frame             342 Source/core/page/PrintContext.cpp     frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft);
frame             348 Source/core/page/PrintContext.cpp int PrintContext::numberOfPages(LocalFrame* frame, const FloatSize& pageSizeInPixels)
frame             350 Source/core/page/PrintContext.cpp     frame->document()->updateLayout();
frame             353 Source/core/page/PrintContext.cpp     PrintContext printContext(frame);
frame             357 Source/core/page/PrintContext.cpp     scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width());
frame             362 Source/core/page/PrintContext.cpp void PrintContext::spoolAllPagesWithBoundaries(LocalFrame* frame, GraphicsContext& graphicsContext, const FloatSize& pageSizeInPixels)
frame             364 Source/core/page/PrintContext.cpp     if (!frame->document() || !frame->view() || !frame->document()->renderer())
frame             367 Source/core/page/PrintContext.cpp     frame->document()->updateLayout();
frame             369 Source/core/page/PrintContext.cpp     PrintContext printContext(frame);
frame              44 Source/core/page/PrintContext.h     LocalFrame* frame() const { return m_frame; }
frame              76 Source/core/page/PrintContext.h     static String pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber);
frame              77 Source/core/page/PrintContext.h     static bool isPageBoxVisible(LocalFrame* frame, int pageNumber);
frame              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);
frame              52 Source/core/page/ScopedPageLoadDeferrer.cpp         for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
frame              53 Source/core/page/ScopedPageLoadDeferrer.cpp             frame->document()->suspendScheduledTasks();
frame              69 Source/core/page/ScopedPageLoadDeferrer.cpp             for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext())
frame              70 Source/core/page/ScopedPageLoadDeferrer.cpp                 frame->document()->resumeScheduledTasks();
frame              92 Source/core/page/SpatialNavigation.cpp bool isSpatialNavigationEnabled(const LocalFrame* frame)
frame              94 Source/core/page/SpatialNavigation.cpp     return (frame && frame->settings() && frame->settings()->spatialNavigationEnabled());
frame             337 Source/core/page/SpatialNavigation.cpp bool scrollInDirection(LocalFrame* frame, FocusType type)
frame             339 Source/core/page/SpatialNavigation.cpp     ASSERT(frame);
frame             341 Source/core/page/SpatialNavigation.cpp     if (frame && canScrollInDirection(frame->document(), type)) {
frame             362 Source/core/page/SpatialNavigation.cpp         frame->view()->scrollBy(IntSize(dx, dy));
frame             372 Source/core/page/SpatialNavigation.cpp         return scrollInDirection(toDocument(container)->frame(), type);
frame             441 Source/core/page/SpatialNavigation.cpp             parent = toDocument(parent)->frame()->ownerElement();
frame             453 Source/core/page/SpatialNavigation.cpp         return canScrollInDirection(toDocument(container)->frame(), type);
frame             473 Source/core/page/SpatialNavigation.cpp bool canScrollInDirection(const LocalFrame* frame, FocusType type)
frame             475 Source/core/page/SpatialNavigation.cpp     if (!frame->view())
frame             479 Source/core/page/SpatialNavigation.cpp     frame->view()->calculateScrollbarModesForLayoutAndSetViewportRenderer(horizontalMode, verticalMode);
frame             484 Source/core/page/SpatialNavigation.cpp     LayoutSize size = frame->view()->contentsSize();
frame             485 Source/core/page/SpatialNavigation.cpp     LayoutSize offset = frame->view()->scrollOffset();
frame             486 Source/core/page/SpatialNavigation.cpp     LayoutRect rect = frame->view()->visibleContentRect(IncludeScrollbars);
frame             506 Source/core/page/SpatialNavigation.cpp     for (LocalFrame* frame = initialFrame; frame; frame = frame->tree().parent()) {
frame             507 Source/core/page/SpatialNavigation.cpp         if (Element* element = frame->ownerElement()) {
frame             511 Source/core/page/SpatialNavigation.cpp             rect.move((-frame->view()->scrollOffset()));
frame             522 Source/core/page/SpatialNavigation.cpp         return frameRectInAbsoluteCoordinates(toDocument(node)->frame());
frame             523 Source/core/page/SpatialNavigation.cpp     LayoutRect rect = rectToAbsoluteCoordinates(node->document().frame(), node->boundingBox());
frame             535 Source/core/page/SpatialNavigation.cpp LayoutRect frameRectInAbsoluteCoordinates(LocalFrame* frame)
frame             537 Source/core/page/SpatialNavigation.cpp     return rectToAbsoluteCoordinates(frame, frame->view()->visibleContentRect());
frame             730 Source/core/page/SpatialNavigation.cpp     LayoutRect rect = virtualRectForDirection(type, rectToAbsoluteCoordinates(area.document().frame(), area.computeRect(area.imageElement()->renderer())), 1);
frame             115 Source/core/page/TouchAdjustment.cpp         if (node->renderer()->frame()->editor().behavior().shouldSelectOnContextualMenuClick())
frame             156 Source/core/page/TouchAdjustment.cpp     if (textRenderer->frame()->editor().behavior().shouldSelectOnContextualMenuClick()) {
frame             425 Source/core/page/scrolling/ScrollingCoordinator.cpp                 RenderObject* owner = layer->renderer()->frame()->ownerRenderer();
frame             504 Source/core/page/scrolling/ScrollingCoordinator.cpp             } else if (RenderObject* parentDocRenderer = layer->renderer()->frame()->ownerRenderer()) {
frame             664 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (&frameView->frame() != m_page->mainFrame())
frame             674 Source/core/page/scrolling/ScrollingCoordinator.cpp Region ScrollingCoordinator::computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame* frame, const IntPoint& frameLocation) const
frame             677 Source/core/page/scrolling/ScrollingCoordinator.cpp     FrameView* frameView = frame->view();
frame             721 Source/core/page/scrolling/ScrollingCoordinator.cpp     const FrameTree& tree = frame->tree();
frame             805 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             806 Source/core/page/scrolling/ScrollingCoordinator.cpp         if (frame->document())
frame             807 Source/core/page/scrolling/ScrollingCoordinator.cpp             wheelEventHandlerCount += WheelController::from(*frame->document())->wheelEventHandlerCount();
frame             850 Source/core/page/scrolling/ScrollingCoordinator.cpp     RenderView* renderView = frameView->frame().contentRenderer();
frame              30 Source/core/plugins/DOMMimeType.cpp DOMMimeType::DOMMimeType(PassRefPtr<PluginData> pluginData, LocalFrame* frame, unsigned index)
frame              31 Source/core/plugins/DOMMimeType.cpp     : FrameDestructionObserver(frame)
frame              39 Source/core/plugins/DOMMimeType.h     static PassRefPtrWillBeRawPtr<DOMMimeType> create(PassRefPtr<PluginData> pluginData, LocalFrame* frame, unsigned index)
frame              41 Source/core/plugins/DOMMimeType.h         return adoptRefWillBeNoop(new DOMMimeType(pluginData, frame, index));
frame              30 Source/core/plugins/DOMMimeTypeArray.cpp DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame)
frame              31 Source/core/plugins/DOMMimeTypeArray.cpp     : DOMWindowProperty(frame)
frame              40 Source/core/plugins/DOMMimeTypeArray.h     static PassRefPtrWillBeRawPtr<DOMMimeTypeArray> create(LocalFrame* frame)
frame              42 Source/core/plugins/DOMMimeTypeArray.h         return adoptRefWillBeNoop(new DOMMimeTypeArray(frame));
frame              27 Source/core/plugins/DOMPlugin.cpp DOMPlugin::DOMPlugin(PluginData* pluginData, LocalFrame* frame, unsigned index)
frame              28 Source/core/plugins/DOMPlugin.cpp     : FrameDestructionObserver(frame)
frame              38 Source/core/plugins/DOMPlugin.h     static PassRefPtrWillBeRawPtr<DOMPlugin> create(PluginData* pluginData, LocalFrame* frame, unsigned index)
frame              40 Source/core/plugins/DOMPlugin.h         return adoptRefWillBeNoop(new DOMPlugin(pluginData, frame, index));
frame              30 Source/core/plugins/DOMPluginArray.cpp DOMPluginArray::DOMPluginArray(LocalFrame* frame)
frame              31 Source/core/plugins/DOMPluginArray.cpp     : DOMWindowProperty(frame)
frame              40 Source/core/plugins/DOMPluginArray.h     static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame)
frame              42 Source/core/plugins/DOMPluginArray.h         return adoptRefWillBeNoop(new DOMPluginArray(frame));
frame             176 Source/core/plugins/PluginOcclusionSupport.cpp         HTMLElement* element = frameView->frame().ownerElement();
frame             195 Source/core/plugins/PluginOcclusionSupport.cpp     Document* document = parentFrameView->frame().document();
frame             464 Source/core/rendering/FastTextAutosizer.cpp     ASSERT(!enabled() || m_document->frame()->isMainFrame());
frame             466 Source/core/rendering/FastTextAutosizer.cpp     for (LocalFrame* frame = m_document->frame(); frame; frame = frame->tree().traverseNext()) {
frame             467 Source/core/rendering/FastTextAutosizer.cpp         if (FastTextAutosizer* textAutosizer = frame->document()->fastTextAutosizer())
frame              94 Source/core/rendering/FilterEffectRenderer.cpp     float invZoom = 1.0f / ((style ? style->effectiveZoom() : 1.0f) * deviceScaleFactor(renderer->frame()));
frame             186 Source/core/rendering/HitTestResult.cpp         return m_innerNonSharedNode->document().frame();
frame             188 Source/core/rendering/HitTestResult.cpp         return m_innerNode->document().frame();
frame             197 Source/core/rendering/HitTestResult.cpp     if (LocalFrame* frame = m_innerNonSharedNode->document().frame())
frame             198 Source/core/rendering/HitTestResult.cpp         return frame->selection().contains(m_hitTestLocation.point());
frame             127 Source/core/rendering/ImageQualityController.cpp         if (LocalFrame* frame = it->key->document().frame()) {
frame             129 Source/core/rendering/ImageQualityController.cpp             if (frame->view() && frame->view()->inLiveResize()) {
frame             177 Source/core/rendering/ImageQualityController.cpp     if (LocalFrame* frame = object->document().frame()) {
frame             178 Source/core/rendering/ImageQualityController.cpp         bool frameViewIsCurrentlyInLiveResize = frame->view() && frame->view()->inLiveResize();
frame             533 Source/core/rendering/InlineTextBox.cpp     bool containsComposition = renderer().node() && renderer().frame()->inputMethodController().compositionNode() == renderer().node();
frame             534 Source/core/rendering/InlineTextBox.cpp     bool useCustomUnderlines = containsComposition && renderer().frame()->inputMethodController().compositionUsesCustomUnderlines();
frame             640 Source/core/rendering/InlineTextBox.cpp                 renderer().frame()->inputMethodController().compositionStart(),
frame             641 Source/core/rendering/InlineTextBox.cpp                 renderer().frame()->inputMethodController().compositionEnd());
frame             768 Source/core/rendering/InlineTextBox.cpp             const Vector<CompositionUnderline>& underlines = renderer().frame()->inputMethodController().customCompositionUnderlines();
frame            1289 Source/core/rendering/InlineTextBox.cpp     if (renderer().frame()->editor().markedTextMatchesAreHighlighted()) {
frame            1980 Source/core/rendering/RenderBlock.cpp     bool caretBrowsing = frame()->settings() && frame()->settings()->caretBrowsingEnabled();
frame            1984 Source/core/rendering/RenderBlock.cpp         caretPainter = frame()->selection().caretRenderer();
frame            1985 Source/core/rendering/RenderBlock.cpp         isContentEditable = frame()->selection().rendererIsEditable();
frame            1987 Source/core/rendering/RenderBlock.cpp         caretPainter = frame()->page()->dragCaretController().caretRenderer();
frame            1988 Source/core/rendering/RenderBlock.cpp         isContentEditable = frame()->page()->dragCaretController().isContentEditable();
frame            1999 Source/core/rendering/RenderBlock.cpp         frame()->selection().paintCaret(paintInfo.context, paintOffset, paintInfo.rect);
frame            2001 Source/core/rendering/RenderBlock.cpp         frame()->page()->dragCaretController().paintDragCaret(frame(), paintInfo.context, paintOffset, paintInfo.rect);
frame            3030 Source/core/rendering/RenderBlock.cpp     bool moveCaretToBoundary = document().frame()->editor().behavior().shouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom();
frame             461 Source/core/rendering/RenderBox.cpp     Page* page = frameView->frame().page();
frame             524 Source/core/rendering/RenderBox.cpp     if (frame()->page()->autoscrollController().autoscrollInProgress())
frame             752 Source/core/rendering/RenderBox.cpp     LocalFrame* frame = this->frame();
frame             753 Source/core/rendering/RenderBox.cpp     if (!frame)
frame             756 Source/core/rendering/RenderBox.cpp     FrameView* frameView = frame->view();
frame             766 Source/core/rendering/RenderBox.cpp     return frame() && frame()->page() && frame()->page()->autoscrollController().autoscrollInProgress(this);
frame             783 Source/core/rendering/RenderBox.cpp     if (!frame())
frame             786 Source/core/rendering/RenderBox.cpp     FrameView* frameView = frame()->view();
frame             843 Source/core/rendering/RenderBox.cpp     LocalFrame* frame = this->frame();
frame             844 Source/core/rendering/RenderBox.cpp     if (!frame)
frame             847 Source/core/rendering/RenderBox.cpp     IntPoint lastKnownMousePosition = frame->eventHandler().lastKnownMousePosition();
frame             885 Source/core/rendering/RenderBox.cpp             LocalFrame* frame = this->frame();
frame             886 Source/core/rendering/RenderBox.cpp             if (frame && frame->page())
frame             887 Source/core/rendering/RenderBox.cpp                 frame->page()->autoscrollController().updateAutoscrollRenderer();
frame              32 Source/core/rendering/RenderFrame.cpp RenderFrame::RenderFrame(HTMLFrameElement* frame)
frame              33 Source/core/rendering/RenderFrame.cpp     : RenderPart(frame)
frame             487 Source/core/rendering/RenderFrameSet.cpp static void clearNeedsLayoutOnHiddenFrames(RenderBox* frame)
frame             489 Source/core/rendering/RenderFrameSet.cpp     for (; frame; frame = frame->nextSiblingBox()) {
frame             490 Source/core/rendering/RenderFrameSet.cpp         frame->setWidth(0);
frame             491 Source/core/rendering/RenderFrameSet.cpp         frame->setHeight(0);
frame             492 Source/core/rendering/RenderFrameSet.cpp         frame->clearNeedsLayout();
frame             493 Source/core/rendering/RenderFrameSet.cpp         clearNeedsLayoutOnHiddenFrames(frame->firstChildBox());
frame             598 Source/core/rendering/RenderFrameSet.cpp     if (LocalFrame* frame = this->frame())
frame             599 Source/core/rendering/RenderFrameSet.cpp         frame->eventHandler().setResizingFrameSet(isResizing ? frameSet() : 0);
frame             218 Source/core/rendering/RenderGeometryMap.cpp     bool crossDocument = ancestorLayer && layer->renderer()->frame() != ancestorLayer->renderer()->frame();
frame             342 Source/core/rendering/RenderGeometryMap.cpp     return renderer->frame()->isMainFrame();
frame              72 Source/core/rendering/RenderIFrame.cpp     return childFrameView ? childFrameView->frame().contentRenderer() : 0;
frame             104 Source/core/rendering/RenderImage.cpp         float deviceScaleFactor = WebCore::deviceScaleFactor(frame());
frame             325 Source/core/rendering/RenderImage.cpp                 float deviceScaleFactor = WebCore::deviceScaleFactor(frame());
frame             404 Source/core/rendering/RenderImage.cpp     if (document.printing() || !document.frame()->selection().isFocusedAndActive())
frame             162 Source/core/rendering/RenderLayer.cpp     if (renderer()->frame() && renderer()->frame()->page()) {
frame             163 Source/core/rendering/RenderLayer.cpp         if (ScrollingCoordinator* scrollingCoordinator = renderer()->frame()->page()->scrollingCoordinator())
frame            2070 Source/core/rendering/RenderLayer.cpp     float deviceScaleFactor = WebCore::deviceScaleFactor(renderer()->frame());
frame            2735 Source/core/rendering/RenderLayer.cpp     ASSERT(!renderer()->frame()->view()->layoutPending());
frame            3969 Source/core/rendering/RenderLayer.cpp             float zoom = style->effectiveZoom() * WebCore::deviceScaleFactor(renderer()->frame());
frame            4125 Source/core/rendering/RenderLayer.cpp     if (WebCore::LocalFrame* frame = layer->renderer()->frame()) {
frame            4126 Source/core/rendering/RenderLayer.cpp         WTF::String output = externalRepresentation(frame, WebCore::RenderAsTextShowAllLayers | WebCore::RenderAsTextShowLayerNesting | WebCore::RenderAsTextShowCompositedLayers | WebCore::RenderAsTextShowAddresses | WebCore::RenderAsTextShowIDAndClass | WebCore::RenderAsTextDontUpdateLayout | WebCore::RenderAsTextShowLayoutState);
frame              78 Source/core/rendering/RenderLayerModelObject.cpp         if (LocalFrame* frame = this->frame()) {
frame              79 Source/core/rendering/RenderLayerModelObject.cpp             if (FrameView* frameView = frame->view()) {
frame             107 Source/core/rendering/RenderLayerScrollableArea.cpp         if (LocalFrame* frame = m_box->frame())
frame             108 Source/core/rendering/RenderLayerScrollableArea.cpp             frame->eventHandler().resizeScrollableAreaDestroyed();
frame             111 Source/core/rendering/RenderLayerScrollableArea.cpp     if (LocalFrame* frame = m_box->frame()) {
frame             112 Source/core/rendering/RenderLayerScrollableArea.cpp         if (FrameView* frameView = frame->view()) {
frame             117 Source/core/rendering/RenderLayerScrollableArea.cpp     if (m_box->frame() && m_box->frame()->page()) {
frame             118 Source/core/rendering/RenderLayerScrollableArea.cpp         if (ScrollingCoordinator* scrollingCoordinator = m_box->frame()->page()->scrollingCoordinator())
frame             128 Source/core/rendering/RenderLayerScrollableArea.cpp     if (LocalFrame* frame = m_box->frame()) {
frame             129 Source/core/rendering/RenderLayerScrollableArea.cpp         if (FrameView* frameView = frame->view())
frame             235 Source/core/rendering/RenderLayerScrollableArea.cpp     Page* page = m_box->frame()->page();
frame             357 Source/core/rendering/RenderLayerScrollableArea.cpp     LocalFrame* frame = m_box->frame();
frame             358 Source/core/rendering/RenderLayerScrollableArea.cpp     ASSERT(frame);
frame             380 Source/core/rendering/RenderLayerScrollableArea.cpp     frame->selection().setCaretRectNeedsUpdate();
frame             390 Source/core/rendering/RenderLayerScrollableArea.cpp     frame->eventHandler().dispatchFakeMouseMoveEventSoonInQuad(quadForFakeMouseMoveEvent);
frame             480 Source/core/rendering/RenderLayerScrollableArea.cpp     return m_box->frame() ? m_box->frame()->eventHandler().lastKnownMousePosition() : IntPoint();
frame            1238 Source/core/rendering/RenderLayerScrollableArea.cpp     LocalFrame* frame = m_box->frame();
frame            1239 Source/core/rendering/RenderLayerScrollableArea.cpp     if (!frame)
frame            1241 Source/core/rendering/RenderLayerScrollableArea.cpp     FrameView* frameView = frame->view();
frame            1271 Source/core/rendering/RenderLayerScrollableArea.cpp     float deviceScaleFactor = WebCore::deviceScaleFactor(m_box->frame());
frame            1326 Source/core/rendering/RenderLayerScrollableArea.cpp         if (!document.frame()->eventHandler().mousePressed())
frame            1408 Source/core/rendering/RenderLayerScrollableArea.cpp     LocalFrame* frame = m_box->frame();
frame            1409 Source/core/rendering/RenderLayerScrollableArea.cpp     if (!frame)
frame            1412 Source/core/rendering/RenderLayerScrollableArea.cpp     FrameView* frameView = frame->view();
frame            1417 Source/core/rendering/RenderLayerScrollableArea.cpp     if (HTMLFrameOwnerElement* owner = frame->ownerElement())
frame              95 Source/core/rendering/RenderListBox.cpp     if (FrameView* frameView = frame()->view())
frame             103 Source/core/rendering/RenderListBox.cpp     if (FrameView* frameView = frame()->view())
frame             338 Source/core/rendering/RenderListBox.cpp     if (!isSpatialNavigationEnabled(frame()))
frame             430 Source/core/rendering/RenderListBox.cpp         if (frame()->selection().isFocusedAndActive() && document().focusedElement() == node())
frame             464 Source/core/rendering/RenderListBox.cpp         if (frame()->selection().isFocusedAndActive() && document().focusedElement() == node())
frame             525 Source/core/rendering/RenderListBox.cpp     IntPoint lastKnownMousePosition = frame()->eventHandler().lastKnownMousePosition();
frame             581 Source/core/rendering/RenderListBox.cpp     IntPoint pos = frame()->view()->windowToContents(frame()->eventHandler().lastKnownMousePosition());
frame             746 Source/core/rendering/RenderListBox.cpp     Page* page = frame()->page();
frame             332 Source/core/rendering/RenderMenuList.cpp         m_popup = document().frameHost()->chrome().createPopupMenu(*document().frame(), this);
frame             352 Source/core/rendering/RenderMenuList.cpp     if (&doc != doc.frame()->document())
frame              66 Source/core/rendering/RenderMeter.cpp     LayoutRect frame = frameRect();
frame              68 Source/core/rendering/RenderMeter.cpp         frame.setHeight(computedValues.m_extent);
frame              70 Source/core/rendering/RenderMeter.cpp         frame.setWidth(computedValues.m_extent);
frame              71 Source/core/rendering/RenderMeter.cpp     IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame));
frame            1782 Source/core/rendering/RenderObject.cpp     return frame()->selection().isFocusedAndActive() ?
frame            1791 Source/core/rendering/RenderObject.cpp     if (!isSelectable() || (frame()->view()->paintBehavior() & PaintBehaviorSelectionOnly))
frame            1798 Source/core/rendering/RenderObject.cpp     return frame()->selection().isFocusedAndActive() ?
frame            2147 Source/core/rendering/RenderObject.cpp         if (LocalFrame* frame = this->frame())
frame            2148 Source/core/rendering/RenderObject.cpp             frame->eventHandler().scheduleCursorUpdate();
frame            2576 Source/core/rendering/RenderObject.cpp     if (frame()) {
frame            2577 Source/core/rendering/RenderObject.cpp         if (FrameView* view = frame()->view()) {
frame            2598 Source/core/rendering/RenderObject.cpp     if (LocalFrame* frame = this->frame()) {
frame            2599 Source/core/rendering/RenderObject.cpp         if (frame->page())
frame            2600 Source/core/rendering/RenderObject.cpp             frame->page()->autoscrollController().stopAutoscrollIfNeeded(this);
frame             618 Source/core/rendering/RenderObject.h     LocalFrame* frame() const { return document().frame(); }
frame             273 Source/core/rendering/RenderTextControlSingleLine.cpp     if (LocalFrame* frame = document().frame())
frame             274 Source/core/rendering/RenderTextControlSingleLine.cpp         shouldDrawCapsLockIndicator = inputElement()->isPasswordField() && frame->selection().isFocusedAndActive() && document().focusedElement() == node() && PlatformKeyboardEvent::currentCapsLockState();
frame             741 Source/core/rendering/RenderTheme.cpp     LocalFrame* frame = document.frame();
frame             742 Source/core/rendering/RenderTheme.cpp     return node == document.focusedElement() && node->shouldHaveFocusAppearance() && frame && frame->selection().isFocusedAndActive();
frame             487 Source/core/rendering/RenderTreeAsText.cpp             RenderView* root = view->frame().contentRenderer();
frame             674 Source/core/rendering/RenderTreeAsText.cpp     LocalFrame* frame = doc->frame();
frame             675 Source/core/rendering/RenderTreeAsText.cpp     if (!frame)
frame             678 Source/core/rendering/RenderTreeAsText.cpp     VisibleSelection selection = frame->selection().selection();
frame             701 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(LocalFrame* frame, RenderAsTextBehavior behavior)
frame             704 Source/core/rendering/RenderTreeAsText.cpp         frame->document()->updateLayout();
frame             706 Source/core/rendering/RenderTreeAsText.cpp     RenderObject* renderer = frame->contentRenderer();
frame             710 Source/core/rendering/RenderTreeAsText.cpp     PrintContext printContext(frame);
frame             252 Source/core/rendering/RenderView.cpp         if (RenderObject* parentDocRenderer = frame()->ownerRenderer()) {
frame             253 Source/core/rendering/RenderView.cpp             transformState.move(-frame()->view()->scrollOffset());
frame             276 Source/core/rendering/RenderView.cpp         if (RenderPart* parentDocRenderer = frame()->ownerRenderer()) {
frame             776 Source/core/rendering/RenderView.cpp     return m_frameView->frame().shouldUsePrintingLayout();
frame             852 Source/core/rendering/RenderView.cpp     return m_frameView->frame().pageZoomFactor();
frame             962 Source/core/rendering/RenderView.cpp     float scale = m_frameView ? m_frameView->frame().pageZoomFactor() : 1;
frame             968 Source/core/rendering/RenderView.cpp     float scale = m_frameView ? m_frameView->frame().pageZoomFactor() : 1;
frame             100 Source/core/rendering/RenderWidget.cpp bool RenderWidget::setWidgetGeometry(const LayoutRect& frame)
frame             108 Source/core/rendering/RenderWidget.cpp     IntRect newFrame = roundedIntRect(frame);
frame             302 Source/core/rendering/RenderWidget.cpp         if ((boundsChanged || frameView->needsLayout()) && frameView->frame().page())
frame             214 Source/core/rendering/TextAutosizer.cpp     for (LocalFrame* frame = m_document->frame(); frame; frame = frame->tree().parent())
frame             215 Source/core/rendering/TextAutosizer.cpp         windowInfo.minLayoutSize = windowInfo.minLayoutSize.shrunkTo(frame->view()->layoutSize());
frame             160 Source/core/rendering/compositing/CompositedLayerMapping.cpp     Page* page = layer.renderer()->frame()->page();
frame             178 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (layer.isRootLayer() && renderer()->frame()->isMainFrame())
frame             210 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (Page* page = renderer()->frame()->page())
frame            1978 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (Page* page = renderer()->frame()->page())
frame            2019 Source/core/rendering/compositing/CompositedLayerMapping.cpp     if (Page* page = renderer()->frame()->page())
frame            2046 Source/core/rendering/compositing/CompositedLayerMapping.cpp     ASSERT(!renderer()->frame()->page() || !renderer()->frame()->page()->isPainting());
frame             330 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::finishCompositingUpdateForFrameTree(LocalFrame* frame)
frame             332 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling())
frame             336 Source/core/rendering/compositing/RenderLayerCompositor.cpp     if (frame && frame->contentRenderer()) {
frame             337 Source/core/rendering/compositing/RenderLayerCompositor.cpp         RenderLayerCompositor* frameCompositor = frame->contentRenderer()->compositor();
frame             339 Source/core/rendering/compositing/RenderLayerCompositor.cpp             frame->contentRenderer()->compositor()->updateCompositingLayers();
frame             421 Source/core/rendering/compositing/RenderLayerCompositor.cpp     LocalFrame* localFrame = &m_renderView.frameView()->frame();
frame             441 Source/core/rendering/compositing/RenderLayerCompositor.cpp         finishCompositingUpdateForFrameTree(&m_renderView.frameView()->frame());
frame            1719 Source/core/rendering/compositing/RenderLayerCompositor.cpp     if (Page* page = view->frame().page()) {
frame            1935 Source/core/rendering/compositing/RenderLayerCompositor.cpp             LocalFrame& frame = m_renderView.frameView()->frame();
frame            1936 Source/core/rendering/compositing/RenderLayerCompositor.cpp             Page* page = frame.page();
frame            1977 Source/core/rendering/compositing/RenderLayerCompositor.cpp         LocalFrame& frame = m_renderView.frameView()->frame();
frame            1978 Source/core/rendering/compositing/RenderLayerCompositor.cpp         Page* page = frame.page();
frame            2009 Source/core/rendering/compositing/RenderLayerCompositor.cpp     LocalFrame& frame = m_renderView.frameView()->frame();
frame            2011 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (LocalFrame* child = frame.tree().firstChild(); child; child = child->tree().traverseNext(&frame)) {
frame            2067 Source/core/rendering/compositing/RenderLayerCompositor.cpp     return m_renderView.frameView()->frame().page();
frame              63 Source/core/rendering/svg/RenderSVGResource.cpp     if (object->frame() && object->frame()->view())
frame              64 Source/core/rendering/svg/RenderSVGResource.cpp         isRenderingMask = object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask;
frame             259 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     ASSERT(frame());
frame             271 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     PaintBehavior oldBehavior = frame()->view()->paintBehavior();
frame             272 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     frame()->view()->setPaintBehavior(oldBehavior | PaintBehaviorRenderingSVGMask);
frame             306 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     frame()->view()->setPaintBehavior(oldBehavior);
frame              54 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp     if (object->frame() && object->frame()->view())
frame              55 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp         isRenderingMask = object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask;
frame             121 Source/core/rendering/svg/RenderSVGRoot.cpp     LocalFrame* frame = node()->document().frame();
frame             122 Source/core/rendering/svg/RenderSVGRoot.cpp     if (!frame)
frame             127 Source/core/rendering/svg/RenderSVGRoot.cpp     if (!frame->ownerRenderer())
frame             129 Source/core/rendering/svg/RenderSVGRoot.cpp     return frame->document()->isSVGDocument();
frame             154 Source/core/rendering/svg/RenderSVGRoot.cpp         return document().frame()->ownerRenderer()->availableLogicalWidth();
frame             188 Source/core/rendering/svg/RenderSVGRoot.cpp         return document().frame()->ownerRenderer()->availableLogicalHeight(IncludeMarginBorderPadding);
frame             296 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (textRenderer.frame() && textRenderer.frame()->view() && textRenderer.frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask) {
frame             731 Source/core/rendering/svg/SVGInlineTextBox.cpp             if (renderer().frame()->editor().markedTextMatchesAreHighlighted()) {
frame              47 Source/core/rendering/svg/SVGRenderingContext.cpp     if (object->frame() && object->frame()->view())
frame              48 Source/core/rendering/svg/SVGRenderingContext.cpp         return object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask;
frame              36 Source/core/storage/Storage.cpp PassRefPtrWillBeRawPtr<Storage> Storage::create(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
frame              38 Source/core/storage/Storage.cpp     return adoptRefWillBeNoop(new Storage(frame, storageArea));
frame              41 Source/core/storage/Storage.cpp Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
frame              42 Source/core/storage/Storage.cpp     : DOMWindowProperty(frame)
frame              60 Source/core/storage/StorageArea.cpp unsigned StorageArea::length(ExceptionState& exceptionState, LocalFrame* frame)
frame              62 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame              69 Source/core/storage/StorageArea.cpp String StorageArea::key(unsigned index, ExceptionState& exceptionState, LocalFrame* frame)
frame              71 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame              78 Source/core/storage/StorageArea.cpp String StorageArea::getItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
frame              80 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame              87 Source/core/storage/StorageArea.cpp void StorageArea::setItem(const String& key, const String& value, ExceptionState& exceptionState, LocalFrame* frame)
frame              89 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame              94 Source/core/storage/StorageArea.cpp     m_storageArea->setItem(key, value, frame->document()->url(), result);
frame              99 Source/core/storage/StorageArea.cpp void StorageArea::removeItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
frame             101 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame             105 Source/core/storage/StorageArea.cpp     m_storageArea->removeItem(key, frame->document()->url());
frame             108 Source/core/storage/StorageArea.cpp void StorageArea::clear(ExceptionState& exceptionState, LocalFrame* frame)
frame             110 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame             114 Source/core/storage/StorageArea.cpp     m_storageArea->clear(frame->document()->url());
frame             117 Source/core/storage/StorageArea.cpp bool StorageArea::contains(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
frame             119 Source/core/storage/StorageArea.cpp     if (!canAccessStorage(frame)) {
frame             123 Source/core/storage/StorageArea.cpp     return !getItem(key, exceptionState, frame).isNull();
frame             126 Source/core/storage/StorageArea.cpp bool StorageArea::canAccessStorage(LocalFrame* frame)
frame             128 Source/core/storage/StorageArea.cpp     if (!frame || !frame->page())
frame             130 Source/core/storage/StorageArea.cpp     if (m_canAccessStorageCachedFrame == frame)
frame             132 Source/core/storage/StorageArea.cpp     bool result = frame->page()->storageClient().canAccessStorage(frame, m_storageType);
frame             133 Source/core/storage/StorageArea.cpp     m_canAccessStorageCachedFrame = frame;
frame             148 Source/core/storage/StorageArea.cpp         for (LocalFrame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             149 Source/core/storage/StorageArea.cpp             Storage* storage = frame->domWindow()->optionalLocalStorage();
frame             150 Source/core/storage/StorageArea.cpp             if (storage && frame->document()->securityOrigin()->canAccess(securityOrigin) && !isEventSource(storage, sourceAreaInstance))
frame             151 Source/core/storage/StorageArea.cpp                 frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage));
frame             176 Source/core/storage/StorageArea.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             177 Source/core/storage/StorageArea.cpp         Storage* storage = frame->domWindow()->optionalSessionStorage();
frame             178 Source/core/storage/StorageArea.cpp         if (storage && frame->document()->securityOrigin()->canAccess(securityOrigin) && !isEventSource(storage, sourceAreaInstance))
frame             179 Source/core/storage/StorageArea.cpp             frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage));
frame             167 Source/core/svg/SVGAElement.cpp             LocalFrame* frame = document().frame();
frame             168 Source/core/svg/SVGAElement.cpp             if (!frame)
frame             172 Source/core/svg/SVGAElement.cpp             frame->loader().load(frameRequest);
frame             149 Source/core/svg/SVGDocumentExtensions.cpp     if (document->frame())
frame             169 Source/core/svg/SVGSVGElement.cpp     LocalFrame* frame = document().frame();
frame             170 Source/core/svg/SVGSVGElement.cpp     if (!frame)
frame             173 Source/core/svg/SVGSVGElement.cpp     const FrameTree& frameTree = frame->tree();
frame             178 Source/core/svg/SVGSVGElement.cpp     return frameTree.parent() ? 1 : frame->pageZoomFactor();
frame             186 Source/core/svg/SVGSVGElement.cpp     LocalFrame* frame = document().frame();
frame             187 Source/core/svg/SVGSVGElement.cpp     if (!frame)
frame             190 Source/core/svg/SVGSVGElement.cpp     const FrameTree& frameTree = frame->tree();
frame             198 Source/core/svg/SVGSVGElement.cpp     frame->setPageZoomFactor(scale);
frame             250 Source/core/svg/SVGSVGElement.cpp             document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value));
frame             252 Source/core/svg/SVGSVGElement.cpp             document().setWindowAttributeEventListener(EventTypeNames::resize, createAttributeEventListener(document().frame(), name, value));
frame             254 Source/core/svg/SVGSVGElement.cpp             document().setWindowAttributeEventListener(EventTypeNames::scroll, createAttributeEventListener(document().frame(), name, value));
frame             256 Source/core/svg/SVGSVGElement.cpp             document().setWindowAttributeEventListener(EventTypeNames::zoom, createAttributeEventListener(document().frame(), name, value));
frame             265 Source/core/svg/SVGSVGElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::abort, createAttributeEventListener(document().frame(), name, value));
frame             267 Source/core/svg/SVGSVGElement.cpp         document().setWindowAttributeEventListener(EventTypeNames::error, createAttributeEventListener(document().frame(), name, value));
frame             431 Source/core/svg/SVGSVGElement.cpp     if (LocalFrame* frame = document().frame())
frame             432 Source/core/svg/SVGSVGElement.cpp         frame->selection().clear();
frame             666 Source/core/svg/SVGSVGElement.cpp         return !root->hasReplacedLogicalWidth() && !document().frame()->ownerRenderer()->hasReplacedLogicalWidth();
frame             688 Source/core/svg/SVGSVGElement.cpp         return !root->hasReplacedLogicalHeight() && !document().frame()->ownerRenderer()->hasReplacedLogicalHeight();
frame             185 Source/core/svg/SVGTextContentElement.cpp     ASSERT(document().frame());
frame             197 Source/core/svg/SVGTextContentElement.cpp     document().frame()->selection().setSelection(VisibleSelection(start, end));
frame              90 Source/core/svg/graphics/SVGImage.cpp     LocalFrame* frame = m_page->mainFrame();
frame              92 Source/core/svg/graphics/SVGImage.cpp     RELEASE_ASSERT(frame->document()->loadEventFinished());
frame              94 Source/core/svg/graphics/SVGImage.cpp     SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
frame             123 Source/core/svg/graphics/SVGImage.cpp     LocalFrame* frame = page->mainFrame();
frame             124 Source/core/svg/graphics/SVGImage.cpp     return toSVGDocument(frame->document())->rootElement();
frame             406 Source/core/svg/graphics/SVGImage.cpp         RefPtr<LocalFrame> frame = LocalFrame::create(dummyFrameLoaderClient, &page->frameHost(), 0);
frame             407 Source/core/svg/graphics/SVGImage.cpp         frame->setView(FrameView::create(frame.get()));
frame             408 Source/core/svg/graphics/SVGImage.cpp         frame->init();
frame             409 Source/core/svg/graphics/SVGImage.cpp         FrameLoader& loader = frame->loader();
frame             412 Source/core/svg/graphics/SVGImage.cpp         frame->view()->setScrollbarsSuppressed(true);
frame             413 Source/core/svg/graphics/SVGImage.cpp         frame->view()->setCanHaveScrollbars(false); // SVG Images will always synthesize a viewBox, if it's not available, and thus never see scrollbars.
frame             414 Source/core/svg/graphics/SVGImage.cpp         frame->view()->setTransparent(true); // SVG Images are transparent.
frame              66 Source/core/testing/DummyPageHolder.h     LocalFrame& frame() const;
frame             185 Source/core/testing/Internals.cpp     if (!document || !document->frame())
frame             187 Source/core/testing/Internals.cpp     return &document->frame()->spellChecker().spellCheckRequester();
frame             239 Source/core/testing/Internals.cpp     return contextDocument()->frame();
frame             305 Source/core/testing/Internals.cpp     LocalFrame* contextFrame = frame();
frame             481 Source/core/testing/Internals.cpp     LocalFrame* contextFrame = frame();
frame             493 Source/core/testing/Internals.cpp     frame()->view()->updateLayoutAndStyleForPainting();
frame             494 Source/core/testing/Internals.cpp     frame()->document()->timeline().pauseAnimationsForTesting(pauseTime);
frame             495 Source/core/testing/Internals.cpp     frame()->document()->transitionTimeline().pauseAnimationsForTesting(pauseTime);
frame             730 Source/core/testing/Internals.cpp     HistoryItem* mainItem = frame()->loader().currentItem();
frame             740 Source/core/testing/Internals.cpp     HistoryItem* mainItem = frame()->loader().currentItem();
frame             782 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame             787 Source/core/testing/Internals.cpp     return ClientRect::create(document->frame()->selection().absoluteCaretBounds());
frame             905 Source/core/testing/Internals.cpp     if (!document || !document->frame())
frame             908 Source/core/testing/Internals.cpp     document->frame()->editor().setMarkedTextMatchesAreHighlighted(highlight);
frame            1132 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1145 Source/core/testing/Internals.cpp     bool foundNode = document->frame()->eventHandler().bestClickableNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
frame            1154 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1166 Source/core/testing/Internals.cpp     document->frame()->eventHandler().bestClickableNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
frame            1172 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1185 Source/core/testing/Internals.cpp     bool foundNode = document->frame()->eventHandler().bestContextMenuNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
frame            1194 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1206 Source/core/testing/Internals.cpp     document->frame()->eventHandler().bestContextMenuNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
frame            1212 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1224 Source/core/testing/Internals.cpp     bool foundNode = document->frame()->eventHandler().bestZoomableAreaForTouchPoint(point, radius, zoomableArea, targetNode);
frame            1439 Source/core/testing/Internals.cpp     if (!document || !document->frame() || !document->frame()->view()) {
frame            1444 Source/core/testing/Internals.cpp     LocalFrame* frame = document->frame();
frame            1451 Source/core/testing/Internals.cpp     float zoomFactor = frame->pageZoomFactor();
frame            1498 Source/core/testing/Internals.cpp     if (!document || !document->frame())
frame            1501 Source/core/testing/Internals.cpp     return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
frame            1506 Source/core/testing/Internals.cpp     if (!contextDocument() || !contextDocument()->frame())
frame            1509 Source/core/testing/Internals.cpp     if (enabled != contextDocument()->frame()->spellChecker().isContinuousSpellCheckingEnabled())
frame            1510 Source/core/testing/Internals.cpp         contextDocument()->frame()->spellChecker().toggleContinuousSpellChecking();
frame            1515 Source/core/testing/Internals.cpp     if (!document || !document->frame())
frame            1518 Source/core/testing/Internals.cpp     return document->frame()->editor().isOverwriteModeEnabled();
frame            1523 Source/core/testing/Internals.cpp     if (!document || !document->frame())
frame            1526 Source/core/testing/Internals.cpp     document->frame()->editor().toggleOverwriteModeEnabled();
frame            1561 Source/core/testing/Internals.cpp     Page* page = contextDocument()->frame()->page();
frame            1586 Source/core/testing/Internals.cpp     Page* page = contextDocument()->frame()->page();
frame            1610 Source/core/testing/Internals.cpp     Page* page = contextDocument()->frame()->page();
frame            1620 Source/core/testing/Internals.cpp     if (!document || !document->frame())
frame            1623 Source/core/testing/Internals.cpp     return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Grammar, from, length);
frame            1629 Source/core/testing/Internals.cpp     LocalFrame* frame = document->frame();
frame            1630 Source/core/testing/Internals.cpp     if (frame->view()->scrollableAreas())
frame            1631 Source/core/testing/Internals.cpp         count += frame->view()->scrollableAreas()->size();
frame            1633 Source/core/testing/Internals.cpp     for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) {
frame            1785 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1792 Source/core/testing/Internals.cpp     return document->frame()->layerTreeAsText(flags);
frame            1858 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1863 Source/core/testing/Internals.cpp     return document->frame()->trackedRepaintRectsAsText();
frame            1895 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1915 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            1924 Source/core/testing/Internals.cpp     return page->nonFastScrollableRects(document->frame());
frame            1989 Source/core/testing/Internals.cpp     if (!frame())
frame            1992 Source/core/testing/Internals.cpp     return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, pageHeight));
frame            1997 Source/core/testing/Internals.cpp     if (!frame()) {
frame            2002 Source/core/testing/Internals.cpp     return PrintContext::pageProperty(frame(), propertyName.utf8().data(), pageNumber);
frame            2007 Source/core/testing/Internals.cpp     if (!frame()) {
frame            2012 Source/core/testing/Internals.cpp     return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
frame            2090 Source/core/testing/Internals.cpp     frame()->loader().saveDocumentState();
frame            2091 Source/core/testing/Internals.cpp     return FormController::getReferencedFilePaths(frame()->loader().currentItem()->documentState());
frame            2221 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            2226 Source/core/testing/Internals.cpp     Cursor cursor = document->frame()->eventHandler().currentMouseCursor();
frame            2267 Source/core/testing/Internals.cpp     frame()->loader().reload(endToEnd ? EndToEndReload : NormalReload);
frame            2273 Source/core/testing/Internals.cpp     if (!document || !document->frame()) {
frame            2278 Source/core/testing/Internals.cpp     return ClientRect::create(document->frame()->selection().bounds());
frame            2365 Source/core/testing/Internals.cpp     frame()->setPageZoomFactor(factor);
frame             331 Source/core/testing/Internals.h     LocalFrame* frame() const;
frame              61 Source/core/testing/v8/WebCoreTestSupport.cpp     Page* page = toDocument(scriptContext)->frame()->page();
frame             134 Source/core/timing/MemoryInfo.cpp MemoryInfo::MemoryInfo(LocalFrame* frame)
frame             137 Source/core/timing/MemoryInfo.cpp     if (!frame || !frame->settings())
frame             140 Source/core/timing/MemoryInfo.cpp     if (frame->settings()->preciseMemoryInfoEnabled()) {
frame              46 Source/core/timing/MemoryInfo.h     static PassRefPtrWillBeRawPtr<MemoryInfo> create(LocalFrame* frame)
frame              48 Source/core/timing/MemoryInfo.h         return adoptRefWillBeNoop(new MemoryInfo(frame));
frame              48 Source/core/timing/Performance.cpp Performance::Performance(LocalFrame* frame)
frame              49 Source/core/timing/Performance.cpp     : DOMWindowProperty(frame)
frame              51 Source/core/timing/Performance.cpp     , m_referenceTime(frame && frame->host() ? frame->document()->loader()->timing()->referenceMonotonicTime() : 0.0)
frame              68 Source/core/timing/Performance.cpp     if (!frame())
frame              70 Source/core/timing/Performance.cpp     return frame()->document();
frame              62 Source/core/timing/Performance.h     static PassRefPtrWillBeRawPtr<Performance> create(LocalFrame* frame)
frame              64 Source/core/timing/Performance.h         return adoptRefWillBeRefCountedGarbageCollected(new Performance(frame));
frame              40 Source/core/timing/PerformanceNavigation.cpp PerformanceNavigation::PerformanceNavigation(LocalFrame* frame)
frame              41 Source/core/timing/PerformanceNavigation.cpp     : DOMWindowProperty(frame)
frame              46 Source/core/timing/PerformanceNavigation.h     static PassRefPtrWillBeRawPtr<PerformanceNavigation> create(LocalFrame* frame)
frame              48 Source/core/timing/PerformanceNavigation.h         return adoptRefWillBeNoop(new PerformanceNavigation(frame));
frame              51 Source/core/timing/PerformanceTiming.cpp PerformanceTiming::PerformanceTiming(LocalFrame* frame)
frame              52 Source/core/timing/PerformanceTiming.cpp     : DOMWindowProperty(frame)
frame              50 Source/core/timing/PerformanceTiming.h     static PassRefPtrWillBeRawPtr<PerformanceTiming> create(LocalFrame* frame)
frame              52 Source/core/timing/PerformanceTiming.h         return adoptRefWillBeNoop(new PerformanceTiming(frame));
frame              84 Source/core/workers/SharedWorker.cpp     if (document->frame()->loader().client()->sharedWorkerRepositoryClient())
frame              85 Source/core/workers/SharedWorker.cpp         document->frame()->loader().client()->sharedWorkerRepositoryClient()->connect(worker.get(), remotePort.release(), scriptURL, name, exceptionState);
frame              55 Source/core/xml/XMLTreeViewer.cpp     m_document->frame()->script().executeScriptInMainWorld(scriptString, ScriptController::ExecuteScriptWhenScriptsDisabled);
frame              57 Source/core/xml/XMLTreeViewer.cpp     m_document->frame()->script().executeScriptInMainWorld("prepareWebKitXMLViewer('" + noStyleMessage + "');", ScriptController::ExecuteScriptWhenScriptsDisabled);
frame             132 Source/core/xml/XSLStyleSheetLibxslt.cpp     LocalFrame* frame = ownerDocument()->frame();
frame             133 Source/core/xml/XSLStyleSheetLibxslt.cpp     if (frame && frame->host())
frame             134 Source/core/xml/XSLStyleSheetLibxslt.cpp         console = &frame->host()->console();
frame              64 Source/core/xml/XSLTProcessor.cpp     const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame)
frame              71 Source/core/xml/XSLTProcessor.cpp     DocumentInit init(sourceIsDocument ? ownerDocument->url() : KURL(), frame);
frame              77 Source/core/xml/XSLTProcessor.cpp     if (frame) {
frame              78 Source/core/xml/XSLTProcessor.cpp         RefPtr<Document> oldDocument = frame->document();
frame              79 Source/core/xml/XSLTProcessor.cpp         result = frame->domWindow()->installNewDocument(sourceMIMEType, init, forceXHTML);
frame              83 Source/core/xml/XSLTProcessor.cpp         if (FrameView* view = frame->view())
frame              53 Source/core/xml/XSLTProcessor.h     PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame);
frame             112 Source/core/xml/XSLTProcessorLibxslt.cpp         LocalFrame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
frame             113 Source/core/xml/XSLTProcessorLibxslt.cpp         if (frame && frame->host())
frame             114 Source/core/xml/XSLTProcessorLibxslt.cpp             console = &frame->host()->console();
frame             108 Source/core/xml/parser/XMLDocumentParser.cpp     if (!document->frame() || !document->frame()->page())
frame             111 Source/core/xml/parser/XMLDocumentParser.cpp     if (document->frame()->tree().parent())
frame             625 Source/core/xml/parser/XMLDocumentParser.cpp         if (fetcher->frame()) {
frame             980 Source/core/xml/parser/XMLDocumentParser.cpp     if (!m_parsingFragment && isFirstElement && document()->frame())
frame             981 Source/core/xml/parser/XMLDocumentParser.cpp         document()->frame()->loader().dispatchDocumentElementAvailable();
frame              28 Source/modules/battery/NavigatorBattery.cpp     if (!m_batteryManager && navigator.frame())
frame              29 Source/modules/battery/NavigatorBattery.cpp         m_batteryManager = BatteryManager::create(navigator.frame()->document());
frame              40 Source/modules/crypto/DOMWindowCrypto.cpp     : DOMWindowProperty(window.frame())
frame              70 Source/modules/crypto/DOMWindowCrypto.cpp     if (!m_crypto && frame())
frame              40 Source/modules/donottrack/NavigatorDoNotTrack.cpp NavigatorDoNotTrack::NavigatorDoNotTrack(LocalFrame* frame)
frame              41 Source/modules/donottrack/NavigatorDoNotTrack.cpp     : DOMWindowProperty(frame)
frame              58 Source/modules/donottrack/NavigatorDoNotTrack.cpp         supplement = new NavigatorDoNotTrack(navigator.frame());
frame              71 Source/modules/donottrack/NavigatorDoNotTrack.cpp     if (!frame() || !frame()->loader().client())
frame              73 Source/modules/donottrack/NavigatorDoNotTrack.cpp     return frame()->loader().client()->doNotTrackValue();
frame             718 Source/modules/filesystem/InspectorFileSystemAgent.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             719 Source/modules/filesystem/InspectorFileSystemAgent.cpp         if (frame->document() && frame->document()->securityOrigin()->isSameSchemeHostPort(origin))
frame             720 Source/modules/filesystem/InspectorFileSystemAgent.cpp             return frame->document();
frame              77 Source/modules/gamepad/NavigatorGamepad.cpp     if (!document.frame() || !document.frame()->domWindow())
frame              79 Source/modules/gamepad/NavigatorGamepad.cpp     Navigator& navigator = document.frame()->domWindow()->navigator();
frame              87 Source/modules/gamepad/NavigatorGamepad.cpp         supplement = new NavigatorGamepad(*navigator.frame()->document());
frame             157 Source/modules/gamepad/NavigatorGamepad.cpp     : DOMWindowProperty(document.frame())
frame             159 Source/modules/gamepad/NavigatorGamepad.cpp     , DOMWindowLifecycleObserver(document.frame()->domWindow())
frame             287 Source/modules/geolocation/Geolocation.cpp     return document() ? document()->frame() : 0;
frame             320 Source/modules/geolocation/Geolocation.cpp     if (!frame())
frame             331 Source/modules/geolocation/Geolocation.cpp     if (!frame())
frame              59 Source/modules/geolocation/Geolocation.h     LocalFrame* frame() const;
frame              33 Source/modules/geolocation/NavigatorGeolocation.cpp NavigatorGeolocation::NavigatorGeolocation(LocalFrame* frame)
frame              34 Source/modules/geolocation/NavigatorGeolocation.cpp     : DOMWindowProperty(frame)
frame              51 Source/modules/geolocation/NavigatorGeolocation.cpp         supplement = new NavigatorGeolocation(navigator.frame());
frame              64 Source/modules/geolocation/NavigatorGeolocation.cpp     if (!m_geolocation && frame())
frame              65 Source/modules/geolocation/NavigatorGeolocation.cpp         m_geolocation = Geolocation::create(frame()->document());
frame              37 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp     : DOMWindowProperty(window.frame())
frame              70 Source/modules/indexeddb/IDBFactory.cpp         return document->frame() && document->page();
frame             448 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         ScriptState* scriptState = mainWorldScriptState(document->frame());
frame             541 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     for (LocalFrame* frame = page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame             542 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         RefPtr<SecurityOrigin> documentOrigin = frame->document()->securityOrigin();
frame             544 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             return frame;
frame             590 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp static Document* assertDocument(ErrorString* errorString, LocalFrame* frame)
frame             592 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     Document* document = frame ? frame->document() : 0;
frame             617 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
frame             618 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     Document* document = assertDocument(errorString, frame);
frame             626 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Isolate* isolate = toIsolate(frame);
frame             628 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld());
frame             643 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
frame             644 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     Document* document = assertDocument(errorString, frame);
frame             652 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Isolate* isolate = toIsolate(frame);
frame             654 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld());
frame             664 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
frame             665 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     Document* document = assertDocument(errorString, frame);
frame             679 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Isolate* isolate = toIsolate(frame);
frame             681 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld());
frame             775 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
frame             776 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     Document* document = assertDocument(errorString, frame);
frame             784 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Isolate* isolate = toIsolate(frame);
frame             786 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp     v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld());
frame              55 Source/modules/mediastream/NavigatorMediaStream.cpp     UserMediaController* userMedia = UserMediaController::from(navigator.frame() ? navigator.frame()->page() : 0);
frame              61 Source/modules/mediastream/NavigatorMediaStream.cpp     RefPtr<UserMediaRequest> request = UserMediaRequest::create(navigator.frame()->document(), userMedia, options, successCallback, errorCallback, exceptionState);
frame              72 Source/modules/mediastream/NavigatorMediaStream.cpp     UserMediaController* userMedia = UserMediaController::from(navigator.frame() ? navigator.frame()->page() : 0);
frame              78 Source/modules/mediastream/NavigatorMediaStream.cpp     RefPtr<MediaDevicesRequest> request = MediaDevicesRequest::create(navigator.frame()->document(), userMedia, callback, exceptionState);
frame             190 Source/modules/mediastream/RTCPeerConnection.cpp     if (!document->frame()) {
frame             201 Source/modules/mediastream/RTCPeerConnection.cpp     document->frame()->loader().client()->dispatchWillStartUsingPeerConnectionHandler(m_peerHandler.get());
frame             138 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     if (!navigator.frame())
frame             141 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     Document* document = navigator.frame()->document();
frame             153 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     ASSERT(navigator.frame()->page());
frame             154 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, baseURL, KURL(ParsedURLString, url), title);
frame             180 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     if (!navigator.frame())
frame             183 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     Document* document = navigator.frame()->document();
frame             192 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     ASSERT(navigator.frame()->page());
frame             193 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     return customHandlersStateString(NavigatorContentUtils::from(*navigator.frame()->page())->client()->isProtocolHandlerRegistered(scheme, baseURL, KURL(ParsedURLString, url)));
frame             198 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     if (!navigator.frame())
frame             201 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     Document* document = navigator.frame()->document();
frame             210 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     ASSERT(navigator.frame()->page());
frame             211 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     NavigatorContentUtils::from(*navigator.frame()->page())->client()->unregisterProtocolHandler(scheme, baseURL, KURL(ParsedURLString, url));
frame              43 Source/modules/quota/DOMWindowQuota.cpp     : DOMWindowProperty(window.frame())
frame              75 Source/modules/quota/DOMWindowQuota.cpp     if (!m_storageInfo && frame())
frame              40 Source/modules/quota/NavigatorStorageQuota.cpp NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
frame              41 Source/modules/quota/NavigatorStorageQuota.cpp     : DOMWindowProperty(frame)
frame              58 Source/modules/quota/NavigatorStorageQuota.cpp         supplement = new NavigatorStorageQuota(navigator.frame());
frame              81 Source/modules/quota/NavigatorStorageQuota.cpp     if (!m_storageQuota && frame())
frame              88 Source/modules/quota/NavigatorStorageQuota.cpp     if (!m_temporaryStorage && frame())
frame              95 Source/modules/quota/NavigatorStorageQuota.cpp     if (!m_persistentStorage && frame())
frame              79 Source/modules/screen_orientation/ScreenOrientation.cpp     : DOMWindowProperty(screen.frame())
frame              16 Source/modules/serviceworkers/NavigatorServiceWorker.cpp     : DOMWindowProperty(navigator.frame())
frame              51 Source/modules/serviceworkers/NavigatorServiceWorker.cpp     if (!m_serviceWorker && frame()) {
frame              52 Source/modules/serviceworkers/NavigatorServiceWorker.cpp         ASSERT(frame()->domWindow());
frame              53 Source/modules/serviceworkers/NavigatorServiceWorker.cpp         m_serviceWorker = ServiceWorkerContainer::create(frame()->domWindow()->executionContext());
frame              35 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp         if (!document->frame())
frame              43 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp         document->provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(document->frame()->loader().client()->createServiceWorkerProvider()));
frame              41 Source/modules/speech/DOMWindowSpeechSynthesis.cpp     : DOMWindowProperty(window.frame())
frame              73 Source/modules/speech/DOMWindowSpeechSynthesis.cpp     if (!m_speechSynthesis && frame())
frame              74 Source/modules/speech/DOMWindowSpeechSynthesis.cpp         m_speechSynthesis = SpeechSynthesis::create(frame()->domWindow()->executionContext());
frame             132 Source/modules/vibration/NavigatorVibration.cpp void NavigatorVibration::didCommitLoad(LocalFrame* frame)
frame             148 Source/modules/vibration/NavigatorVibration.cpp     Page* page = navigator.frame()->page();
frame             165 Source/modules/webaudio/PeriodicWave.cpp         FFTFrame frame(fftSize);
frame             166 Source/modules/webaudio/PeriodicWave.cpp         float* realP = frame.realData();
frame             167 Source/modules/webaudio/PeriodicWave.cpp         float* imagP = frame.imagData();
frame             206 Source/modules/webaudio/PeriodicWave.cpp         frame.doInverseFFT(data);
frame              45 Source/modules/webmidi/NavigatorWebMIDI.cpp NavigatorWebMIDI::NavigatorWebMIDI(LocalFrame* frame)
frame              46 Source/modules/webmidi/NavigatorWebMIDI.cpp     : DOMWindowProperty(frame)
frame              63 Source/modules/webmidi/NavigatorWebMIDI.cpp         supplement = new NavigatorWebMIDI(navigator.frame());
frame              76 Source/modules/webmidi/NavigatorWebMIDI.cpp     if (!frame()) {
frame              84 Source/modules/webmidi/NavigatorWebMIDI.cpp     return MIDIAccess::request(MIDIOptions(options), frame()->document());
frame             258 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (m_document->frame())
frame             259 Source/modules/websockets/MainThreadWebSocketChannel.cpp         m_document->frame()->loader().client()->dispatchWillOpenSocketStream(handle);
frame             520 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WebSocketFrame frame;
frame             523 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WebSocketFrame::ParseFrameResult result = WebSocketFrame::parseFrame(m_buffer.data(), m_buffer.size(), frame, frameEnd, errorString);
frame             534 Source/modules/websockets/MainThreadWebSocketChannel.cpp     OwnPtr<InflateResultHolder> inflateResult = m_deflateFramer.inflate(frame);
frame             539 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (!m_perMessageDeflate.inflate(frame)) {
frame             545 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (WebSocketFrame::isReservedOpCode(frame.opCode)) {
frame             546 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("Unrecognized frame opcode: " + String::number(frame.opCode));
frame             550 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (frame.compress || frame.reserved2 || frame.reserved3) {
frame             551 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("One or more reserved bits are on: reserved1 = " + String::number(frame.compress) + ", reserved2 = " + String::number(frame.reserved2) + ", reserved3 = " + String::number(frame.reserved3));
frame             555 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (frame.masked) {
frame             561 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (WebSocketFrame::isControlOpCode(frame.opCode) && !frame.final) {
frame             562 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("Received fragmented control frame: opcode = " + String::number(frame.opCode));
frame             568 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (WebSocketFrame::isControlOpCode(frame.opCode) && WebSocketFrame::needsExtendedLengthField(frame.payloadLength)) {
frame             569 Source/modules/websockets/MainThreadWebSocketChannel.cpp         failAsError("Received control frame having too long payload: " + String::number(frame.payloadLength) + " bytes");
frame             575 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (m_hasContinuousFrame && frame.opCode != WebSocketFrame::OpCodeContinuation && !WebSocketFrame::isControlOpCode(frame.opCode)) {
frame             580 Source/modules/websockets/MainThreadWebSocketChannel.cpp     InspectorInstrumentation::didReceiveWebSocketFrame(m_document, m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength);
frame             582 Source/modules/websockets/MainThreadWebSocketChannel.cpp     switch (frame.opCode) {
frame             589 Source/modules/websockets/MainThreadWebSocketChannel.cpp         m_continuousFrameData.append(frame.payload, frame.payloadLength);
frame             591 Source/modules/websockets/MainThreadWebSocketChannel.cpp         if (frame.final) {
frame             617 Source/modules/websockets/MainThreadWebSocketChannel.cpp         if (frame.final) {
frame             619 Source/modules/websockets/MainThreadWebSocketChannel.cpp             if (frame.payloadLength)
frame             620 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 message = String::fromUTF8(frame.payload, frame.payloadLength);
frame             632 Source/modules/websockets/MainThreadWebSocketChannel.cpp             m_continuousFrameData.append(frame.payload, frame.payloadLength);
frame             638 Source/modules/websockets/MainThreadWebSocketChannel.cpp         if (frame.final) {
frame             639 Source/modules/websockets/MainThreadWebSocketChannel.cpp             OwnPtr<Vector<char> > binaryData = adoptPtr(new Vector<char>(frame.payloadLength));
frame             640 Source/modules/websockets/MainThreadWebSocketChannel.cpp             memcpy(binaryData->data(), frame.payload, frame.payloadLength);
frame             647 Source/modules/websockets/MainThreadWebSocketChannel.cpp             m_continuousFrameData.append(frame.payload, frame.payloadLength);
frame             653 Source/modules/websockets/MainThreadWebSocketChannel.cpp         if (!frame.payloadLength) {
frame             655 Source/modules/websockets/MainThreadWebSocketChannel.cpp         } else if (frame.payloadLength == 1) {
frame             660 Source/modules/websockets/MainThreadWebSocketChannel.cpp             unsigned char highByte = static_cast<unsigned char>(frame.payload[0]);
frame             661 Source/modules/websockets/MainThreadWebSocketChannel.cpp             unsigned char lowByte = static_cast<unsigned char>(frame.payload[1]);
frame             669 Source/modules/websockets/MainThreadWebSocketChannel.cpp         if (frame.payloadLength >= 3)
frame             670 Source/modules/websockets/MainThreadWebSocketChannel.cpp             m_closeEventReason = String::fromUTF8(&frame.payload[2], frame.payloadLength - 2);
frame             681 Source/modules/websockets/MainThreadWebSocketChannel.cpp         enqueueRawFrame(WebSocketFrame::OpCodePong, frame.payload, frame.payloadLength);
frame             705 Source/modules/websockets/MainThreadWebSocketChannel.cpp     OwnPtr<QueuedFrame> frame = adoptPtr(new QueuedFrame);
frame             706 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->opCode = WebSocketFrame::OpCodeText;
frame             707 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->frameType = QueuedFrameTypeString;
frame             708 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->stringData = string;
frame             709 Source/modules/websockets/MainThreadWebSocketChannel.cpp     m_outgoingFrameQueue.append(frame.release());
frame             715 Source/modules/websockets/MainThreadWebSocketChannel.cpp     OwnPtr<QueuedFrame> frame = adoptPtr(new QueuedFrame);
frame             716 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->opCode = opCode;
frame             717 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->frameType = QueuedFrameTypeVector;
frame             718 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->vectorData.resize(dataLength);
frame             720 Source/modules/websockets/MainThreadWebSocketChannel.cpp         memcpy(frame->vectorData.data(), data, dataLength);
frame             721 Source/modules/websockets/MainThreadWebSocketChannel.cpp     m_outgoingFrameQueue.append(frame.release());
frame             727 Source/modules/websockets/MainThreadWebSocketChannel.cpp     OwnPtr<QueuedFrame> frame = adoptPtr(new QueuedFrame);
frame             728 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->opCode = opCode;
frame             729 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->frameType = QueuedFrameTypeBlob;
frame             730 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame->blobData = blobData;
frame             731 Source/modules/websockets/MainThreadWebSocketChannel.cpp     m_outgoingFrameQueue.append(frame.release());
frame             740 Source/modules/websockets/MainThreadWebSocketChannel.cpp         OwnPtr<QueuedFrame> frame = m_outgoingFrameQueue.takeFirst();
frame             741 Source/modules/websockets/MainThreadWebSocketChannel.cpp         switch (frame->frameType) {
frame             743 Source/modules/websockets/MainThreadWebSocketChannel.cpp             if (!sendFrame(frame->opCode, frame->stringData.data(), frame->stringData.length()))
frame             749 Source/modules/websockets/MainThreadWebSocketChannel.cpp             if (!sendFrame(frame->opCode, frame->vectorData.data(), frame->vectorData.size()))
frame             760 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 m_blobLoader->start(m_document, frame->blobData);
frame             761 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 m_outgoingFrameQueue.prepend(frame.release());
frame             766 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 m_outgoingFrameQueue.prepend(frame.release());
frame             773 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 if (!sendFrame(frame->opCode, static_cast<const char*>(result->data()), result->byteLength()))
frame             809 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WebSocketFrame frame(opCode, data, dataLength, WebSocketFrame::Final | WebSocketFrame::Masked);
frame             810 Source/modules/websockets/MainThreadWebSocketChannel.cpp     InspectorInstrumentation::didSendWebSocketFrame(m_document, m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength);
frame             812 Source/modules/websockets/MainThreadWebSocketChannel.cpp     OwnPtr<DeflateResultHolder> deflateResult = m_deflateFramer.deflate(frame);
frame             818 Source/modules/websockets/MainThreadWebSocketChannel.cpp     if (!m_perMessageDeflate.deflate(frame)) {
frame             824 Source/modules/websockets/MainThreadWebSocketChannel.cpp     frame.makeFrameData(frameData);
frame             165 Source/modules/websockets/NewWebSocketChannelImpl.cpp         WebSocketFrame frame(WebSocketFrame::OpCodeText, data.data(), data.length(), WebSocketFrame::Final | WebSocketFrame::Masked);
frame             166 Source/modules/websockets/NewWebSocketChannelImpl.cpp         InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength);
frame             182 Source/modules/websockets/NewWebSocketChannelImpl.cpp         WebSocketFrame frame(WebSocketFrame::OpCodeBinary, "", 0, WebSocketFrame::Final | WebSocketFrame::Masked);
frame             183 Source/modules/websockets/NewWebSocketChannelImpl.cpp         InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength);
frame             196 Source/modules/websockets/NewWebSocketChannelImpl.cpp         WebSocketFrame frame(WebSocketFrame::OpCodeBinary, static_cast<const char*>(buffer.data()) + byteOffset, byteLength, WebSocketFrame::Final | WebSocketFrame::Masked);
frame             197 Source/modules/websockets/NewWebSocketChannelImpl.cpp         InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength);
frame             429 Source/modules/websockets/NewWebSocketChannelImpl.cpp         WebSocketFrame frame(opcode, m_receivingMessageData.data(), m_receivingMessageData.size(), WebSocketFrame::Final);
frame             430 Source/modules/websockets/NewWebSocketChannelImpl.cpp         InspectorInstrumentation::didReceiveWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength);
frame             323 Source/modules/websockets/WebSocket.cpp         shouldBypassMainWorldContentSecurityPolicy = document->frame()->script().shouldBypassMainWorldContentSecurityPolicy();
frame             174 Source/modules/websockets/WebSocketDeflateFramer.cpp PassOwnPtr<DeflateResultHolder> WebSocketDeflateFramer::deflate(WebSocketFrame& frame)
frame             177 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (!enabled() || !WebSocketFrame::isNonControlOpCode(frame.opCode) || !frame.payloadLength)
frame             179 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (!m_deflater->addBytes(frame.payload, frame.payloadLength) || !m_deflater->finish()) {
frame             183 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.compress = true;
frame             184 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.payload = m_deflater->data();
frame             185 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.payloadLength = m_deflater->size();
frame             195 Source/modules/websockets/WebSocketDeflateFramer.cpp PassOwnPtr<InflateResultHolder> WebSocketDeflateFramer::inflate(WebSocketFrame& frame)
frame             200 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (!frame.compress)
frame             202 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (!WebSocketFrame::isNonControlOpCode(frame.opCode)) {
frame             206 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (!m_inflater->addBytes(frame.payload, frame.payloadLength) || !m_inflater->finish()) {
frame             210 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.compress = false;
frame             211 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.payload = m_inflater->data();
frame             212 Source/modules/websockets/WebSocketDeflateFramer.cpp     frame.payloadLength = m_inflater->size();
frame              54 Source/modules/websockets/WebSocketFrame.cpp WebSocketFrame::ParseFrameResult WebSocketFrame::parseFrame(char* data, size_t dataLength, WebSocketFrame& frame, const char*& frameEnd, String& errorString)
frame             116 Source/modules/websockets/WebSocketFrame.cpp     frame.opCode = static_cast<WebSocketFrame::OpCode>(opCode);
frame             117 Source/modules/websockets/WebSocketFrame.cpp     frame.final = final;
frame             118 Source/modules/websockets/WebSocketFrame.cpp     frame.compress = compress;
frame             119 Source/modules/websockets/WebSocketFrame.cpp     frame.reserved2 = reserved2;
frame             120 Source/modules/websockets/WebSocketFrame.cpp     frame.reserved3 = reserved3;
frame             121 Source/modules/websockets/WebSocketFrame.cpp     frame.masked = masked;
frame             122 Source/modules/websockets/WebSocketFrame.cpp     frame.payload = p + maskingKeyLength;
frame             123 Source/modules/websockets/WebSocketFrame.cpp     frame.payloadLength = payloadLength;
frame             128 Source/modules/websockets/WebSocketFrame.cpp static void appendFramePayload(const WebSocketFrame& frame, Vector<char>& frameData)
frame             131 Source/modules/websockets/WebSocketFrame.cpp     if (frame.masked) {
frame             137 Source/modules/websockets/WebSocketFrame.cpp     frameData.append(frame.payload, frame.payloadLength);
frame             139 Source/modules/websockets/WebSocketFrame.cpp     if (frame.masked) {
frame             141 Source/modules/websockets/WebSocketFrame.cpp         for (size_t i = 0; i < frame.payloadLength; ++i)
frame             172 Source/modules/websockets/WebSocketPerMessageDeflate.cpp bool WebSocketPerMessageDeflate::deflate(WebSocketFrame& frame)
frame             176 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (frame.compress) {
frame             180 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (!WebSocketFrame::isNonControlOpCode(frame.opCode))
frame             183 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if ((frame.opCode == WebSocketFrame::OpCodeText || frame.opCode == WebSocketFrame::OpCodeBinary)
frame             184 Source/modules/websockets/WebSocketPerMessageDeflate.cpp         && frame.final
frame             185 Source/modules/websockets/WebSocketPerMessageDeflate.cpp         && frame.payloadLength <= 2) {
frame             191 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (frame.payloadLength > 0 && !m_deflater->addBytes(frame.payload, frame.payloadLength)) {
frame             195 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (frame.final && !m_deflater->finish()) {
frame             200 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.compress = !m_deflateOngoing;
frame             201 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.payload = m_deflater->data();
frame             202 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.payloadLength = m_deflater->size();
frame             203 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     m_deflateOngoing = !frame.final;
frame             217 Source/modules/websockets/WebSocketPerMessageDeflate.cpp bool WebSocketPerMessageDeflate::inflate(WebSocketFrame& frame)
frame             221 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (!WebSocketFrame::isNonControlOpCode(frame.opCode)) {
frame             222 Source/modules/websockets/WebSocketPerMessageDeflate.cpp         if (frame.compress) {
frame             228 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (frame.compress) {
frame             239 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (frame.payloadLength > 0 && !m_inflater->addBytes(frame.payload, frame.payloadLength)) {
frame             243 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (frame.final && !m_inflater->finish()) {
frame             247 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.compress = false;
frame             248 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.payload = m_inflater->data();
frame             249 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     frame.payloadLength = m_inflater->size();
frame             250 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     m_inflateOngoing = !frame.final;
frame             106 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     WebSocketFrame frame(text, &payload[0], payload.size(), WebSocketFrame::Final);
frame             107 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     ASSERT_TRUE(c.deflate(frame));
frame             108 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     ASSERT_TRUE(frame.final);
frame             109 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     ASSERT_TRUE(frame.compress);
frame             110 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     expected = std::string(frame.payload, frame.payloadLength);
frame             114 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         WebSocketFrame frame(opcode, &payload[i], 1);
frame             115 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         frame.final = (i == length - 1);
frame             117 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_TRUE(c.deflate(frame));
frame             118 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_EQ(i == length - 1, frame.final);
frame             119 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_EQ(!i, frame.compress);
frame             120 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         actual += std::string(frame.payload, frame.payloadLength);
frame             127 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         WebSocketFrame frame(opcode, &actual[i], 1);
frame             128 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         frame.final = (i == actual.size() - 1);
frame             129 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         frame.compress = !i;
frame             131 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_TRUE(c.inflate(frame));
frame             132 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_EQ(i == actual.size() - 1, frame.final);
frame             133 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         ASSERT_FALSE(frame.compress);
frame             134 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp         inflated += std::string(frame.payload, frame.payloadLength);
frame              62 Source/platform/Widget.h     virtual void setFrameRect(const IntRect& frame) { m_frame = frame; }
frame             264 Source/platform/audio/FFTFrame.cpp void FFTFrame::multiply(const FFTFrame& frame)
frame             267 Source/platform/audio/FFTFrame.cpp     FFTFrame& frame2 = const_cast<FFTFrame&>(frame);
frame             288 Source/platform/audio/FFTFrame.cpp     FFTFrame& frame = *this;
frame             289 Source/platform/audio/FFTFrame.cpp     float* realP = frame.realData();
frame             290 Source/platform/audio/FFTFrame.cpp     float* imagP = frame.imagData();
frame              62 Source/platform/audio/FFTFrame.h     FFTFrame(const FFTFrame& frame);
frame              55 Source/platform/audio/FFTFrameStub.cpp FFTFrame::FFTFrame(const FFTFrame& frame)
frame              56 Source/platform/audio/FFTFrameStub.cpp     : m_FFTSize(frame.m_FFTSize)
frame              57 Source/platform/audio/FFTFrameStub.cpp     , m_log2FFTSize(frame.m_log2FFTSize)
frame              71 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp FFTFrame::FFTFrame(const FFTFrame& frame)
frame              72 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     : m_FFTSize(frame.m_FFTSize)
frame              73 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     , m_log2FFTSize(frame.m_log2FFTSize)
frame              76 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     , m_complexData(frame.m_FFTSize)
frame              77 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     , m_realData(frame.m_FFTSize / 2)
frame              78 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     , m_imagData(frame.m_FFTSize / 2)
frame              85 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     memcpy(realData(), frame.realData(), nbytes);
frame              86 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp     memcpy(imagData(), frame.imagData(), nbytes);
frame              78 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp FFTFrame::FFTFrame(const FFTFrame& frame)
frame              79 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     : m_FFTSize(frame.m_FFTSize)
frame              80 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     , m_log2FFTSize(frame.m_log2FFTSize)
frame              83 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     , m_complexData(frame.m_FFTSize)
frame              84 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     , m_realData(frame.m_FFTSize / 2)
frame              85 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     , m_imagData(frame.m_FFTSize / 2)
frame              92 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     memcpy(realData(), frame.realData(), nbytes);
frame              93 Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp     memcpy(imagData(), frame.imagData(), nbytes);
frame              70 Source/platform/audio/ipp/FFTFrameIPP.cpp FFTFrame::FFTFrame(const FFTFrame& frame)
frame              71 Source/platform/audio/ipp/FFTFrameIPP.cpp     : m_FFTSize(frame.m_FFTSize)
frame              72 Source/platform/audio/ipp/FFTFrameIPP.cpp     , m_log2FFTSize(frame.m_log2FFTSize)
frame              73 Source/platform/audio/ipp/FFTFrameIPP.cpp     , m_complexData(frame.m_FFTSize)
frame              74 Source/platform/audio/ipp/FFTFrameIPP.cpp     , m_realData(frame.m_FFTSize / 2)
frame              75 Source/platform/audio/ipp/FFTFrameIPP.cpp     , m_imagData(frame.m_FFTSize / 2)
frame              84 Source/platform/audio/ipp/FFTFrameIPP.cpp     memcpy(realData(), frame.realData(), numberOfBytes);
frame              85 Source/platform/audio/ipp/FFTFrameIPP.cpp     memcpy(imagData(), frame.imagData(), numberOfBytes);
frame              80 Source/platform/audio/mac/FFTFrameMac.cpp FFTFrame::FFTFrame(const FFTFrame& frame)
frame              81 Source/platform/audio/mac/FFTFrameMac.cpp     : m_FFTSize(frame.m_FFTSize)
frame              82 Source/platform/audio/mac/FFTFrameMac.cpp     , m_log2FFTSize(frame.m_log2FFTSize)
frame              83 Source/platform/audio/mac/FFTFrameMac.cpp     , m_FFTSetup(frame.m_FFTSetup)
frame              84 Source/platform/audio/mac/FFTFrameMac.cpp     , m_realData(frame.m_FFTSize)
frame              85 Source/platform/audio/mac/FFTFrameMac.cpp     , m_imagData(frame.m_FFTSize)
frame              93 Source/platform/audio/mac/FFTFrameMac.cpp     memcpy(realData(), frame.m_frame.realp, nbytes);
frame              94 Source/platform/audio/mac/FFTFrameMac.cpp     memcpy(imagData(), frame.m_frame.imagp, nbytes);
frame              85 Source/platform/exported/WebImageSkia.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(index);
frame              86 Source/platform/exported/WebImageSkia.cpp     if (!frame)
frame              89 Source/platform/exported/WebImageSkia.cpp     RefPtr<NativeImageSkia> image = frame->asNewNativeImage();
frame             122 Source/platform/exported/WebImageSkia.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i);
frame             123 Source/platform/exported/WebImageSkia.cpp         if (!frame)
frame             126 Source/platform/exported/WebImageSkia.cpp         RefPtr<NativeImageSkia> image = frame->asNewNativeImage();
frame             595 Source/platform/graphics/BitmapImage.cpp     RefPtr<NativeImageSkia> frame = frameAtIndex(0);
frame             597 Source/platform/graphics/BitmapImage.cpp     if (frame && size().width() == 1 && size().height() == 1) {
frame             598 Source/platform/graphics/BitmapImage.cpp         SkAutoLockPixels lock(frame->bitmap());
frame             599 Source/platform/graphics/BitmapImage.cpp         if (!frame->bitmap().getPixels())
frame             603 Source/platform/graphics/BitmapImage.cpp         m_solidColor = Color(frame->bitmap().getColor(0, 0));
frame              72 Source/platform/graphics/BitmapImageTest.cpp     void setCurrentFrame(size_t frame) { m_image->m_currentFrame = frame; }
frame              73 Source/platform/graphics/BitmapImageTest.cpp     size_t frameDecodedSize(size_t frame) { return m_image->m_frames[frame].m_frameBytes; }
frame             128 Source/platform/graphics/BitmapImageTest.cpp     size_t frame = frameCount() / 2;
frame             129 Source/platform/graphics/BitmapImageTest.cpp     setCurrentFrame(frame);
frame             130 Source/platform/graphics/BitmapImageTest.cpp     size_t size = frameDecodedSize(frame);
frame             236 Source/platform/graphics/DeferredImageDecoder.cpp         OwnPtr<ImageFrame> frame(adoptPtr(new ImageFrame()));
frame             237 Source/platform/graphics/DeferredImageDecoder.cpp         frame->setSkBitmap(createBitmap(i));
frame             238 Source/platform/graphics/DeferredImageDecoder.cpp         frame->setDuration(m_actualDecoder->frameDurationAtIndex(i));
frame             239 Source/platform/graphics/DeferredImageDecoder.cpp         frame->setStatus(m_actualDecoder->frameIsCompleteAtIndex(i) ? ImageFrame::FrameComplete : ImageFrame::FramePartial);
frame             240 Source/platform/graphics/DeferredImageDecoder.cpp         m_lazyDecodedFrames[i] = frame.release();
frame             238 Source/platform/graphics/DeferredImageDecoderTest.cpp     ImageFrame* frame = m_lazyDecoder->frameBufferAtIndex(0);
frame             239 Source/platform/graphics/DeferredImageDecoderTest.cpp     unsigned firstId = frame->getSkBitmap().getGenerationID();
frame             240 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FramePartial, frame->status());
frame             248 Source/platform/graphics/DeferredImageDecoderTest.cpp     frame = m_lazyDecoder->frameBufferAtIndex(0);
frame             249 Source/platform/graphics/DeferredImageDecoderTest.cpp     unsigned secondId = frame->getSkBitmap().getGenerationID();
frame             250 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             274 Source/platform/graphics/ImageFrameGenerator.cpp     ImageFrame* frame = (*decoder)->frameBufferAtIndex(index);
frame             279 Source/platform/graphics/ImageFrameGenerator.cpp     if (!frame || frame->status() == ImageFrame::FrameEmpty)
frame             285 Source/platform/graphics/ImageFrameGenerator.cpp     const bool isCacheComplete = frame->status() == ImageFrame::FrameComplete || allDataReceived;
frame             286 Source/platform/graphics/ImageFrameGenerator.cpp     SkBitmap fullSizeBitmap = frame->getSkBitmap();
frame            1561 Source/platform/graphics/gpu/WebGLImageConversion.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame            1562 Source/platform/graphics/gpu/WebGLImageConversion.cpp         if (!frame || frame->status() != ImageFrame::FrameComplete)
frame            1564 Source/platform/graphics/gpu/WebGLImageConversion.cpp         hasAlpha = frame->hasAlpha();
frame            1565 Source/platform/graphics/gpu/WebGLImageConversion.cpp         m_nativeImage = frame->asNewNativeImage();
frame             113 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     ImageFrame& frame = m_frameBufferCache[index];
frame             114 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     if (frame.status() != ImageFrame::FrameComplete) {
frame             120 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     frame.notifyBitmapIfPixelsChanged();
frame             121 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     return &frame;
frame              75 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i);
frame              76 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         baselineHashes->append(hashSkBitmap(frame->getSkBitmap()));
frame              97 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp             ImageFrame* frame = decoder->frameBufferAtIndex(j);
frame              98 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp             EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
frame             107 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i - 1);
frame             108 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         EXPECT_EQ(baselineHashes[i - 1], hashSkBitmap(frame->getSkBitmap()));
frame             130 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp                 ImageFrame* frame = decoder->frameBufferAtIndex(j);
frame             131 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp                 EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
frame             148 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame             149 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     uint32_t generationID0 = frame->getSkBitmap().getGenerationID();
frame             150 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             151 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().width());
frame             152 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
frame             154 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(1);
frame             155 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     uint32_t generationID1 = frame->getSkBitmap().getGenerationID();
frame             156 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             157 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().width());
frame             158 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
frame             177 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame             178 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             179 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().width());
frame             180 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
frame             182 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(1);
frame             183 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             184 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().width());
frame             185 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
frame             232 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(frameCount - 1);
frame             233 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         if (frame && frame->status() == ImageFrame::FrameComplete && framesDecoded < frameCount)
frame             252 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(1);
frame             253 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_FALSE(frame);
frame             263 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame;
frame             274 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frame             275 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         if (!frame) {
frame             279 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         truncatedHashes.append(hashSkBitmap(frame->getSkBitmap()));
frame             288 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frame             289 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         if (!frame) {
frame             293 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         progressiveHashes.append(hashSkBitmap(frame->getSkBitmap()));
frame             655 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     ImageFrame& frame = m_frameBufferCache[0];
frame             656 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     if (frame.status() != ImageFrame::FrameComplete) {
frame             662 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     frame.notifyBitmapIfPixelsChanged();
frame             663 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     return &frame;
frame              75 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame              76 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     ASSERT_TRUE(frame);
frame              77 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     *outputWidth = frame->getSkBitmap().width();
frame              78 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     *outputHeight = frame->getSkBitmap().height();
frame             247 Source/platform/image-decoders/png/PNGImageDecoder.cpp     ImageFrame& frame = m_frameBufferCache[0];
frame             248 Source/platform/image-decoders/png/PNGImageDecoder.cpp     if (frame.status() != ImageFrame::FrameComplete) {
frame             254 Source/platform/image-decoders/png/PNGImageDecoder.cpp     frame.notifyBitmapIfPixelsChanged();
frame             255 Source/platform/image-decoders/png/PNGImageDecoder.cpp     return &frame;
frame             117 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     ImageFrame& frame = m_frameBufferCache[index];
frame             118 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     if (frame.status() == ImageFrame::FrameComplete)
frame             119 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         return &frame;
frame             154 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     frame.notifyBitmapIfPixelsChanged();
frame             155 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     return &frame;
frame              77 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i);
frame              78 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         baselineHashes->append(hashSkBitmap(frame->getSkBitmap()));
frame              99 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             ImageFrame* frame = decoder->frameBufferAtIndex(j);
frame             100 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
frame             109 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i - 1);
frame             110 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(baselineHashes[i - 1], hashSkBitmap(frame->getSkBitmap()));
frame             132 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp                 ImageFrame* frame = decoder->frameBufferAtIndex(j);
frame             133 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp                 EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
frame             156 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frame             157 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             175 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame             176 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_FALSE(frame);
frame             190 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame             191 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     uint32_t generationID0 = frame->getSkBitmap().getGenerationID();
frame             192 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(1);
frame             193 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     uint32_t generationID1 = frame->getSkBitmap().getGenerationID();
frame             222 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frame             223 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             224 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasWidth, frame->getSkBitmap().width());
frame             225 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
frame             226 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
frame             227 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y());
frame             228 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].width, frame->originalFrameRect().width());
frame             229 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].height, frame->originalFrameRect().height());
frame             230 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].disposalMethod, frame->disposalMethod());
frame             231 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].alphaBlendSource, frame->alphaBlendSource());
frame             232 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].duration, frame->duration());
frame             233 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].hasAlpha, frame->hasAlpha());
frame             265 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frame             266 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             267 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasWidth, frame->getSkBitmap().width());
frame             268 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
frame             269 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
frame             270 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y());
frame             271 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].width, frame->originalFrameRect().width());
frame             272 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].height, frame->originalFrameRect().height());
frame             273 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].disposalMethod, frame->disposalMethod());
frame             274 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].alphaBlendSource, frame->alphaBlendSource());
frame             275 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].duration, frame->duration());
frame             276 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].hasAlpha, frame->hasAlpha());
frame             308 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frame             309 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(ImageFrame::FrameComplete, frame->status());
frame             310 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasWidth, frame->getSkBitmap().width());
frame             311 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
frame             312 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].xOffset, frame->originalFrameRect().x());
frame             313 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].yOffset, frame->originalFrameRect().y());
frame             314 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].width, frame->originalFrameRect().width());
frame             315 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].height, frame->originalFrameRect().height());
frame             316 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].disposalMethod, frame->disposalMethod());
frame             317 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].alphaBlendSource, frame->alphaBlendSource());
frame             318 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].duration, frame->duration());
frame             319 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].hasAlpha, frame->hasAlpha());
frame             353 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             ImageFrame* frame = decoder->frameBufferAtIndex(frameCount - 1);
frame             354 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             if (frame && frame->status() == ImageFrame::FrameComplete && framesDecoded < frameCount)
frame             382 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(frameCount - 1);
frame             383 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_FALSE(frame);
frame             384 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(0);
frame             385 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_FALSE(frame);
frame             397 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(2);
frame             398 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_FALSE(frame);
frame             419 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frame             420 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_FALSE(frame);
frame             431 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame;
frame             442 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frame             443 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         if (!frame) {
frame             447 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         truncatedHashes.append(hashSkBitmap(frame->getSkBitmap()));
frame             455 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frame             456 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         if (!frame) {
frame             460 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         progressiveHashes.append(hashSkBitmap(frame->getSkBitmap()));
frame             353 Source/web/AssociatedURLLoader.cpp         Document* webcoreDocument = m_frameImpl->frame()->document();
frame             216 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::focusedFrameChanged(WebCore::LocalFrame* frame)
frame             218 Source/web/ChromeClientImpl.cpp     WebFrameImpl* webframe = WebFrameImpl::fromFrame(frame);
frame             223 Source/web/ChromeClientImpl.cpp Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeatures& features,
frame             233 Source/web/ChromeClientImpl.cpp     ASSERT(frame->document());
frame             234 Source/web/ChromeClientImpl.cpp     DocumentFullscreen::webkitCancelFullScreen(*frame->document());
frame             237 Source/web/ChromeClientImpl.cpp         m_webView->client()->createView(WebFrameImpl::fromFrame(frame), WrappedResourceRequest(r.resourceRequest()), features, r.frameName(), policy, shouldSendReferrer == NeverSendReferrer));
frame             389 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
frame             393 Source/web/ChromeClientImpl.cpp             WebFrameImpl::fromFrame(frame), message);
frame             412 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::runJavaScriptAlert(LocalFrame* frame, const String& message)
frame             418 Source/web/ChromeClientImpl.cpp             WebFrameImpl::fromFrame(frame), message);
frame             423 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runJavaScriptConfirm(LocalFrame* frame, const String& message)
frame             429 Source/web/ChromeClientImpl.cpp             WebFrameImpl::fromFrame(frame), message);
frame             435 Source/web/ChromeClientImpl.cpp bool ChromeClientImpl::runJavaScriptPrompt(LocalFrame* frame,
frame             445 Source/web/ChromeClientImpl.cpp             WebFrameImpl::fromFrame(frame),
frame             529 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
frame             533 Source/web/ChromeClientImpl.cpp     WebFrameImpl* webframe = WebFrameImpl::fromFrame(frame);
frame             538 Source/web/ChromeClientImpl.cpp     frame->loader().restoreScrollPositionAndViewState();
frame             546 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::layoutUpdated(LocalFrame* frame) const
frame             548 Source/web/ChromeClientImpl.cpp     m_webView->layoutUpdated(WebFrameImpl::fromFrame(frame));
frame             593 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::print(LocalFrame* frame)
frame             596 Source/web/ChromeClientImpl.cpp         m_webView->client()->printPage(WebFrameImpl::fromFrame(frame));
frame             619 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
frame             699 Source/web/ChromeClientImpl.cpp     LocalFrame* frame = m_webView->mainFrameImpl()->frame();
frame             700 Source/web/ChromeClientImpl.cpp     WebPluginContainerImpl* pluginContainer = WebFrameImpl::pluginContainerFromFrame(frame);
frame             758 Source/web/ChromeClientImpl.cpp PassRefPtr<PopupMenu> ChromeClientImpl::createPopupMenu(LocalFrame& frame, PopupMenuClient* client) const
frame             761 Source/web/ChromeClientImpl.cpp         return adoptRef(new ExternalPopupMenu(frame, client, *m_webView));
frame             763 Source/web/ChromeClientImpl.cpp     return adoptRef(new PopupMenuChromium(frame, client));
frame             905 Source/web/ChromeClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame             141 Source/web/ContextFeaturesClientImpl.cpp     WebFrameImpl* frame = WebFrameImpl::fromFrame(document->frame());
frame             142 Source/web/ContextFeaturesClientImpl.cpp     if (!frame || !frame->permissionClient())
frame             147 Source/web/ContextFeaturesClientImpl.cpp         return frame->permissionClient()->allowWebComponents(frame, defaultValue);
frame             149 Source/web/ContextFeaturesClientImpl.cpp         return frame->permissionClient()->allowMutationEvents(frame, defaultValue);
frame             151 Source/web/ContextFeaturesClientImpl.cpp         return frame->permissionClient()->allowPushState(frame);
frame              87 Source/web/ContextMenuClientImpl.cpp static WebURL urlFromFrame(LocalFrame* frame)
frame              89 Source/web/ContextMenuClientImpl.cpp     if (frame) {
frame              90 Source/web/ContextMenuClientImpl.cpp         DocumentLoader* dl = frame->loader().documentLoader();
frame             293 Source/web/ContextMenuClientImpl.cpp     data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame());
frame             294 Source/web/ContextMenuClientImpl.cpp     if (selectedFrame != m_webView->mainFrameImpl()->frame()) {
frame              60 Source/web/DatabaseClientImpl.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame              66 Source/web/DragClientImpl.cpp                                LocalFrame* frame,
frame              70 Source/web/DragClientImpl.cpp     RefPtr<LocalFrame> frameProtector = frame;
frame              88 Source/web/DragClientImpl.cpp     m_webView->startDragging(frame, dragData, dragOperationMask, image, offsetPoint);
frame              58 Source/web/DragClientImpl.h         WebCore::LocalFrame* frame,
frame              50 Source/web/EditorClientImpl.cpp void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
frame              52 Source/web/EditorClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
frame              63 Source/web/EditorClientImpl.cpp bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const
frame              65 Source/web/EditorClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
frame              71 Source/web/EditorClientImpl.cpp bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const
frame              73 Source/web/EditorClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
frame              51 Source/web/ExternalPopupMenu.cpp ExternalPopupMenu::ExternalPopupMenu(LocalFrame& frame, PopupMenuClient* popupMenuClient, WebViewImpl& webView)
frame              53 Source/web/ExternalPopupMenu.cpp     , m_frameView(frame.view())
frame             125 Source/web/FindInPageCoordinates.cpp         renderer = renderer->frame() ? renderer->frame()->ownerRenderer() : 0;
frame             104 Source/web/FrameLoaderClientImpl.cpp FrameLoaderClientImpl::FrameLoaderClientImpl(WebFrameImpl* frame)
frame             105 Source/web/FrameLoaderClientImpl.cpp     : m_webFrame(frame)
frame             117 Source/web/FrameLoaderClientImpl.cpp         Document* document = m_webFrame->frame()->document();
frame             244 Source/web/FrameLoaderClientImpl.cpp     return opener ? opener->frame() : 0;
frame             255 Source/web/FrameLoaderClientImpl.cpp     WebFrameImpl* frame = toWebFrameImpl(m_webFrame->parent());
frame             256 Source/web/FrameLoaderClientImpl.cpp     return frame ? frame->frame() : 0;
frame             261 Source/web/FrameLoaderClientImpl.cpp     WebFrameImpl* frame = toWebFrameImpl(m_webFrame->top());
frame             262 Source/web/FrameLoaderClientImpl.cpp     return frame ? frame->frame() : 0;
frame             267 Source/web/FrameLoaderClientImpl.cpp     WebFrameImpl* frame = toWebFrameImpl(m_webFrame->previousSibling());
frame             268 Source/web/FrameLoaderClientImpl.cpp     return frame ? frame->frame() : 0;
frame             273 Source/web/FrameLoaderClientImpl.cpp     WebFrameImpl* frame = toWebFrameImpl(m_webFrame->nextSibling());
frame             274 Source/web/FrameLoaderClientImpl.cpp     return frame ? frame->frame() : 0;
frame             279 Source/web/FrameLoaderClientImpl.cpp     WebFrameImpl* frame = toWebFrameImpl(m_webFrame->firstChild());
frame             280 Source/web/FrameLoaderClientImpl.cpp     return frame ? frame->frame() : 0;
frame             285 Source/web/FrameLoaderClientImpl.cpp     WebFrameImpl* frame = toWebFrameImpl(m_webFrame->lastChild());
frame             286 Source/web/FrameLoaderClientImpl.cpp     return frame ? frame->frame() : 0;
frame             378 Source/web/FrameLoaderClientImpl.cpp     m_webFrame->frame()->page()->historyController().removeChildrenForRedirect(m_webFrame->frame());
frame             385 Source/web/FrameLoaderClientImpl.cpp         m_webFrame->frame()->page()->historyController().updateBackForwardListForFragmentScroll(m_webFrame->frame(), item);
frame             415 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidCommitLoad(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType)
frame             417 Source/web/FrameLoaderClientImpl.cpp     m_webFrame->frame()->page()->historyController().updateForCommit(frame, item, commitType);
frame             426 Source/web/FrameLoaderClientImpl.cpp     OwnPtr<WebPluginLoadObserver> observer = pluginLoadObserver(m_webFrame->frame()->loader().provisionalDocumentLoader());
frame             434 Source/web/FrameLoaderClientImpl.cpp     OwnPtr<WebPluginLoadObserver> observer = pluginLoadObserver(m_webFrame->frame()->loader().documentLoader());
frame             446 Source/web/FrameLoaderClientImpl.cpp     OwnPtr<WebPluginLoadObserver> observer = pluginLoadObserver(m_webFrame->frame()->loader().documentLoader());
frame             516 Source/web/FrameLoaderClientImpl.cpp         ASSERT(m_webFrame->frame()->document());
frame             517 Source/web/FrameLoaderClientImpl.cpp         DocumentFullscreen::webkitCancelFullScreen(*m_webFrame->frame()->document());
frame             575 Source/web/FrameLoaderClientImpl.cpp PassRefPtr<DocumentLoader> FrameLoaderClientImpl::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
frame             577 Source/web/FrameLoaderClientImpl.cpp     RefPtr<WebDataSourceImpl> ds = WebDataSourceImpl::create(frame, request, data);
frame             613 Source/web/FrameLoaderClientImpl.cpp     FrameLoadRequest frameRequest(m_webFrame->frame()->document(),
frame             700 Source/web/FrameLoaderClientImpl.cpp     PluginData* pluginData = m_webFrame->frame()->page()->pluginData();
frame             735 Source/web/FrameLoaderClientImpl.cpp         source = WebFrameImpl::fromFrame(event->source()->toDOMWindow()->document()->frame());
frame              67 Source/web/FullscreenController.cpp     if (doc.frame()) {
frame              69 Source/web/FullscreenController.cpp         m_fullScreenFrame = doc.frame();
frame              59 Source/web/IDBFactoryBackendProxy.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame             120 Source/web/LinkHighlight.cpp             renderer = renderer->frame()->ownerRenderer();
frame             165 Source/web/LinkHighlight.cpp         point = targetRenderer->frame()->view()->contentsToWindow(point);
frame             166 Source/web/LinkHighlight.cpp         point = compositedRenderer->frame()->view()->windowToContents(point);
frame              62 Source/web/LocalFileSystemClient.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame              74 Source/web/LocalFileSystemClient.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame              25 Source/web/MediaKeysClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame             101 Source/web/PageWidgetDelegate.cpp     LocalFrame* frame = page ? page->mainFrame() : 0;
frame             108 Source/web/PageWidgetDelegate.cpp         if (!frame || !frame->view())
frame             110 Source/web/PageWidgetDelegate.cpp         handler.handleMouseMove(*frame, *static_cast<const WebMouseEvent*>(&event));
frame             113 Source/web/PageWidgetDelegate.cpp         if (!frame || !frame->view())
frame             115 Source/web/PageWidgetDelegate.cpp         handler.handleMouseLeave(*frame, *static_cast<const WebMouseEvent*>(&event));
frame             118 Source/web/PageWidgetDelegate.cpp         if (!frame || !frame->view())
frame             120 Source/web/PageWidgetDelegate.cpp         handler.handleMouseDown(*frame, *static_cast<const WebMouseEvent*>(&event));
frame             123 Source/web/PageWidgetDelegate.cpp         if (!frame || !frame->view())
frame             125 Source/web/PageWidgetDelegate.cpp         handler.handleMouseUp(*frame, *static_cast<const WebMouseEvent*>(&event));
frame             129 Source/web/PageWidgetDelegate.cpp         if (!frame || !frame->view())
frame             131 Source/web/PageWidgetDelegate.cpp         return handler.handleMouseWheel(*frame, *static_cast<const WebMouseWheelEvent*>(&event));
frame             161 Source/web/PageWidgetDelegate.cpp         if (!frame || !frame->view())
frame             163 Source/web/PageWidgetDelegate.cpp         return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event));
frame             196 Source/web/PopupContainer.cpp     float pageScaleFactor = m_frameView->frame().page()->pageScaleFactor();
frame             217 Source/web/PopupContainer.cpp     listBox()->m_focusedElement = m_frameView->frame().document()->focusedElement();
frame             245 Source/web/PopupContainer.cpp     WebViewImpl::fromPage(m_frameView->frame().page())->popupClosed(this);
frame             375 Source/web/PopupContainer.cpp     return m_frameView->frame().page()->chrome().client();
frame             470 Source/web/PopupContainer.cpp     WebViewImpl* webView = WebViewImpl::fromPage(m_frameView->frame().page());
frame              44 Source/web/PopupMenuChromium.cpp PopupMenuChromium::PopupMenuChromium(LocalFrame& frame, PopupMenuClient* client)
frame              46 Source/web/PopupMenuChromium.cpp     , m_frameView(frame.view())
frame              61 Source/web/PopupMenuChromium.cpp         bool deviceSupportsTouch = m_frameView->frame().settings()->deviceSupportsTouch();
frame              61 Source/web/SpellCheckerClientImpl.cpp     const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame());
frame              62 Source/web/SpellCheckerClientImpl.cpp     if (!frame)
frame              64 Source/web/SpellCheckerClientImpl.cpp     if (frame->spellChecker().isSpellCheckingEnabledInFocusedNode())
frame              66 Source/web/SpellCheckerClientImpl.cpp     const Document* document = frame->document();
frame              99 Source/web/SpellCheckerClientImpl.cpp             for (LocalFrame* frame = page->mainFrame(); frame && frame->document(); frame = frame->tree().traverseNext()) {
frame             100 Source/web/SpellCheckerClientImpl.cpp                 frame->document()->markers().removeMarkers(DocumentMarker::MisspellingMarkers());
frame             106 Source/web/SpellCheckerClientImpl.cpp             if (LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame())) {
frame             107 Source/web/SpellCheckerClientImpl.cpp                 VisibleSelection frameSelection = frame->selection().selection();
frame             110 Source/web/SpellCheckerClientImpl.cpp                     frame->spellChecker().didBeginEditing(rootEditableElement);
frame             119 Source/web/SpellCheckerClientImpl.cpp     const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame());
frame             120 Source/web/SpellCheckerClientImpl.cpp     return frame && frame->settings() && (frame->settings()->asynchronousSpellCheckingEnabled() || frame->settings()->unifiedTextCheckerEnabled());
frame             125 Source/web/SpellCheckerClientImpl.cpp     const Frame* frame = m_webView->focusedWebCoreFrame();
frame             126 Source/web/SpellCheckerClientImpl.cpp     return !frame || !frame->settings() || (!frame->settings()->asynchronousSpellCheckingEnabled() && !frame->settings()->unifiedTextCheckerEnabled());
frame              48 Source/web/StorageClientImpl.cpp bool StorageClientImpl::canAccessStorage(WebCore::LocalFrame* frame, WebCore::StorageType type) const
frame              50 Source/web/StorageClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
frame              69 Source/web/StorageQuotaClientImpl.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame              87 Source/web/StorageQuotaClientImpl.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame              97 Source/web/TextFinder.cpp     if (!m_ownerFrame.frame() || !m_ownerFrame.frame()->page())
frame             103 Source/web/TextFinder.cpp         m_ownerFrame.frame()->page()->unmarkAllTextMatches();
frame             107 Source/web/TextFinder.cpp     if (m_activeMatch && &m_activeMatch->ownerDocument() != m_ownerFrame.frame()->document())
frame             113 Source/web/TextFinder.cpp     VisibleSelection selection(m_ownerFrame.frame()->selection().selection());
frame             117 Source/web/TextFinder.cpp         m_ownerFrame.frame()->selection().clear();
frame             120 Source/web/TextFinder.cpp     ASSERT(m_ownerFrame.frame() && m_ownerFrame.frame()->view());
frame             127 Source/web/TextFinder.cpp     m_activeMatch = m_ownerFrame.frame()->editor().findStringAndScrollToVisible(searchText, m_activeMatch.get(), findOptions);
frame             148 Source/web/TextFinder.cpp     m_ownerFrame.frame()->document()->setFocusedElement(nullptr);
frame             186 Source/web/TextFinder.cpp     m_ownerFrame.frame()->document()->markers().removeMarkers(DocumentMarker::TextMatch);
frame             187 Source/web/TextFinder.cpp     m_ownerFrame.frame()->editor().setMarkedTextMatchesAreHighlighted(false);
frame             206 Source/web/TextFinder.cpp         LocalFrame* frame = m_ownerFrame.frame();
frame             207 Source/web/TextFinder.cpp         if (frame && frame->page() && frame->editor().markedTextMatchesAreHighlighted())
frame             208 Source/web/TextFinder.cpp             frame->page()->unmarkAllTextMatches();
frame             219 Source/web/TextFinder.cpp         if (frame && frame->page())
frame             236 Source/web/TextFinder.cpp     RefPtrWillBeRawPtr<Range> searchRange(rangeOfContents(m_ownerFrame.frame()->document()));
frame             335 Source/web/TextFinder.cpp         m_ownerFrame.frame()->editor().setMarkedTextMatchesAreHighlighted(true);
frame             364 Source/web/TextFinder.cpp     if (!m_ownerFrame.frame() || !m_ownerFrame.frame()->page())
frame             437 Source/web/TextFinder.cpp     return activeMatchFrame && activeMatchFrame->activeMatch() && activeMatchFrame->frame()->tree().isDescendantOf(mainFrameImpl->frame());
frame             491 Source/web/TextFinder.cpp     for (WebFrameImpl* frame = &m_ownerFrame; frame; frame = toWebFrameImpl(frame->traverseNext(false)))
frame             492 Source/web/TextFinder.cpp         frame->ensureTextFinder().appendFindMatchRects(matchRects);
frame             513 Source/web/TextFinder.cpp     for (WebFrameImpl* frame = &m_ownerFrame; frame; frame = toWebFrameImpl(frame->traverseNext(false))) {
frame             515 Source/web/TextFinder.cpp         TextFinder& finder = frame->ensureTextFinder();
frame             575 Source/web/TextFinder.cpp         m_ownerFrame.frame()->selection().clear();
frame             578 Source/web/TextFinder.cpp         m_ownerFrame.frame()->document()->setFocusedElement(nullptr);
frame             631 Source/web/TextFinder.cpp     m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch);
frame             638 Source/web/TextFinder.cpp     m_ownerFrame.frame()->document()->markers().setMarkersActive(range, active);
frame             641 Source/web/TextFinder.cpp int TextFinder::ordinalOfFirstMatchForFrame(WebFrameImpl* frame) const
frame             647 Source/web/TextFinder.cpp     for (WebFrameImpl* it = mainFrameImpl; it != frame; it = toWebFrameImpl(it->traverseNext(true))) {
frame             660 Source/web/TextFinder.cpp     LocalFrame* frame = m_ownerFrame.frame();
frame             661 Source/web/TextFinder.cpp     if (!frame || !frame->view() || !frame->page() || !m_ownerFrame.hasVisibleContent())
frame             664 Source/web/TextFinder.cpp     ASSERT(frame->document() && frame->view());
frame             394 Source/web/WebBindings.cpp         return convertNPVariantToV8Object(variant, v8Object->rootObject->frame()->script().windowScriptNPObject(), isolate);
frame              60 Source/web/WebDOMFileSystem.cpp     WebLocalFrame* frame,
frame              66 Source/web/WebDOMFileSystem.cpp     ASSERT(frame && toWebFrameImpl(frame)->frame());
frame              67 Source/web/WebDOMFileSystem.cpp     RefPtrWillBeRawPtr<DOMFileSystem> domFileSystem = DOMFileSystem::create(toWebFrameImpl(frame)->frame()->document(), name, static_cast<WebCore::FileSystemType>(type), rootURL);
frame              54 Source/web/WebDOMMessageEvent.cpp         window = toWebFrameImpl(sourceFrame)->frame()->domWindow();
frame              49 Source/web/WebDataSourceImpl.cpp PassRefPtr<WebDataSourceImpl> WebDataSourceImpl::create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
frame              51 Source/web/WebDataSourceImpl.cpp     return adoptRef(new WebDataSourceImpl(frame, request, data));
frame             153 Source/web/WebDataSourceImpl.cpp WebDataSourceImpl::WebDataSourceImpl(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
frame             154 Source/web/WebDataSourceImpl.cpp     : DocumentLoader(frame, request, data)
frame             286 Source/web/WebDevToolsAgentImpl.cpp     if (WebCore::LocalFrame* frame = webframe->frame())
frame             287 Source/web/WebDevToolsAgentImpl.cpp         frame->script().setContextDebugId(m_hostId);
frame             136 Source/web/WebDevToolsFrontendImpl.cpp     WebFrameImpl* frame = m_webViewImpl->mainFrameImpl();
frame             137 Source/web/WebDevToolsFrontendImpl.cpp     if (!frame->frame())
frame             139 Source/web/WebDevToolsFrontendImpl.cpp     v8::Isolate* isolate = toIsolate(frame->frame());
frame             141 Source/web/WebDevToolsFrontendImpl.cpp     v8::Handle<v8::Context> frameContext = toV8Context(isolate, frame->frame(), DOMWrapperWorld::mainWorld());
frame             167 Source/web/WebDevToolsFrontendImpl.cpp     ScriptController::callFunction(frame->frame()->document(), function, dispatcherObject, args.size(), args.data(), isolate);
frame             107 Source/web/WebDocument.cpp     return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame());
frame             115 Source/web/WebEmbeddedWorkerImpl.cpp         toWebFrameImpl(m_embeddedWorker.m_mainFrame)->frame()->document()->postTask(task);
frame             205 Source/web/WebEmbeddedWorkerImpl.cpp     webFrame->frame()->loader().load(FrameLoadRequest(0, ResourceRequest(m_workerStartData.scriptURL), SubstituteData(buffer, "text/html", "UTF-8", KURL())));
frame             209 Source/web/WebEmbeddedWorkerImpl.cpp     WebLocalFrame* frame, unsigned, WebURLRequest& request,
frame             213 Source/web/WebEmbeddedWorkerImpl.cpp         m_networkProvider->willSendRequest(frame->dataSource(), request);
frame             216 Source/web/WebEmbeddedWorkerImpl.cpp void WebEmbeddedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame)
frame             222 Source/web/WebEmbeddedWorkerImpl.cpp     m_networkProvider = adoptPtr(m_workerContextClient->createServiceWorkerNetworkProvider(frame->dataSource()));
frame             225 Source/web/WebEmbeddedWorkerImpl.cpp         toWebFrameImpl(m_mainFrame)->frame()->document(),
frame             266 Source/web/WebEmbeddedWorkerImpl.cpp     m_workerGlobalScopeProxy = ServiceWorkerGlobalScopeProxy::create(*this, *toWebFrameImpl(m_mainFrame)->frame()->document(), *contextClient);
frame             200 Source/web/WebFrameImpl.cpp static void frameContentAsPlainText(size_t maxChars, LocalFrame* frame, StringBuilder& output)
frame             202 Source/web/WebFrameImpl.cpp     Document* document = frame->document();
frame             206 Source/web/WebFrameImpl.cpp     if (!frame->view())
frame             235 Source/web/WebFrameImpl.cpp     const FrameTree& frameTree = frame->tree();
frame             261 Source/web/WebFrameImpl.cpp WebPluginContainerImpl* WebFrameImpl::pluginContainerFromFrame(LocalFrame* frame)
frame             263 Source/web/WebFrameImpl.cpp     if (!frame)
frame             265 Source/web/WebFrameImpl.cpp     if (!frame->document() || !frame->document()->isPluginDocument())
frame             267 Source/web/WebFrameImpl.cpp     PluginDocument* pluginDocument = toPluginDocument(frame->document());
frame             271 Source/web/WebFrameImpl.cpp WebPluginContainerImpl* WebFrameImpl::pluginContainerFromNode(WebCore::LocalFrame* frame, const WebNode& node)
frame             273 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer = pluginContainerFromFrame(frame);
frame             284 Source/web/WebFrameImpl.cpp     ChromePrintContext(LocalFrame* frame)
frame             285 Source/web/WebFrameImpl.cpp         : PrintContext(frame)
frame             326 Source/web/WebFrameImpl.cpp         frame()->view()->paintContents(&context, pageRect);
frame             328 Source/web/WebFrameImpl.cpp             outputLinkedDestinations(context, frame()->document(), pageRect);
frame             335 Source/web/WebFrameImpl.cpp         if (!frame()->document() || !frame()->view() || !frame()->document()->renderer())
frame             338 Source/web/WebFrameImpl.cpp         frame()->document()->updateLayout();
frame             398 Source/web/WebFrameImpl.cpp     ChromePluginPrintContext(LocalFrame* frame, WebPluginContainerImpl* plugin, const WebPrintParams& printParams)
frame             399 Source/web/WebFrameImpl.cpp         : ChromePrintContext(frame), m_plugin(plugin), m_pageCount(0), m_printParams(printParams)
frame             486 Source/web/WebFrameImpl.cpp     return frame()->tree().uniqueName();
frame             491 Source/web/WebFrameImpl.cpp     return frame()->tree().name();
frame             496 Source/web/WebFrameImpl.cpp     frame()->tree().setName(name);
frame             503 Source/web/WebFrameImpl.cpp     if (frame()->loader().state() == FrameStateComplete)
frame             504 Source/web/WebFrameImpl.cpp         return frame()->document()->iconURLs(iconTypesMask);
frame             512 Source/web/WebFrameImpl.cpp         client()->initializeChildFrame(frame()->view()->frameRect(), frame()->view()->visibleContentScaleFactor());
frame             517 Source/web/WebFrameImpl.cpp     if (!frame())
frame             520 Source/web/WebFrameImpl.cpp     if (frame()->remotePlatformLayer())
frame             521 Source/web/WebFrameImpl.cpp         GraphicsLayer::unregisterContentsLayer(frame()->remotePlatformLayer());
frame             524 Source/web/WebFrameImpl.cpp     frame()->setRemotePlatformLayer(webLayer);
frame             525 Source/web/WebFrameImpl.cpp     frame()->ownerElement()->scheduleLayerUpdate();
frame             570 Source/web/WebFrameImpl.cpp     return frame()->view()->contentsSize();
frame             575 Source/web/WebFrameImpl.cpp     return frame()->view()->visibleWidth() > 0 && frame()->view()->visibleHeight() > 0;
frame             580 Source/web/WebFrameImpl.cpp     return frame()->view()->visibleContentRect();
frame             585 Source/web/WebFrameImpl.cpp     return frame() && frame()->view() && frame()->view()->horizontalScrollbar();
frame             590 Source/web/WebFrameImpl.cpp     return frame() && frame()->view() && frame()->view()->verticalScrollbar();
frame             636 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             637 Source/web/WebFrameImpl.cpp     frame()->tree().invalidateScopedChildCount();
frame             657 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             658 Source/web/WebFrameImpl.cpp     frame()->tree().invalidateScopedChildCount();
frame             668 Source/web/WebFrameImpl.cpp     WebFrameImpl* frame = const_cast<WebFrameImpl*>(this);
frame             669 Source/web/WebFrameImpl.cpp     for (WebFrameImpl* parent = frame; parent; parent = parent->m_parent)
frame             670 Source/web/WebFrameImpl.cpp         frame = parent;
frame             671 Source/web/WebFrameImpl.cpp     return frame;
frame             696 Source/web/WebFrameImpl.cpp     if (!frame())
frame             698 Source/web/WebFrameImpl.cpp     return fromFrame(frame()->tree().traversePreviousWithWrap(wrap));
frame             703 Source/web/WebFrameImpl.cpp     if (!frame())
frame             705 Source/web/WebFrameImpl.cpp     return fromFrame(frame()->tree().traverseNextWithWrap(wrap));
frame             710 Source/web/WebFrameImpl.cpp     if (!frame())
frame             712 Source/web/WebFrameImpl.cpp     return fromFrame(frame()->tree().child(name));
frame             717 Source/web/WebFrameImpl.cpp     if (!frame() || !frame()->document())
frame             719 Source/web/WebFrameImpl.cpp     return WebDocument(frame()->document());
frame             724 Source/web/WebFrameImpl.cpp     if (!frame())
frame             726 Source/web/WebFrameImpl.cpp     return WebPerformance(&frame()->domWindow()->performance());
frame             731 Source/web/WebFrameImpl.cpp     if (!frame())
frame             733 Source/web/WebFrameImpl.cpp     return frame()->loader().shouldClose();
frame             738 Source/web/WebFrameImpl.cpp     if (!frame())
frame             740 Source/web/WebFrameImpl.cpp     frame()->loader().closeURL();
frame             745 Source/web/WebFrameImpl.cpp     if (!frame())
frame             747 Source/web/WebFrameImpl.cpp     return frame()->script().windowScriptNPObject();
frame             757 Source/web/WebFrameImpl.cpp     if (!frame() || !frame()->script().canExecuteScripts(NotAboutToExecuteScript))
frame             759 Source/web/WebFrameImpl.cpp     frame()->script().bindToWindowObject(frame(), String(name), object);
frame             764 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             766 Source/web/WebFrameImpl.cpp     frame()->script().executeScriptInMainWorld(ScriptSourceCode(source.code, source.url, position));
frame             771 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             781 Source/web/WebFrameImpl.cpp     frame()->script().executeScriptInIsolatedWorld(worldID, sources, extensionGroup, 0);
frame             786 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             792 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             798 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             819 Source/web/WebFrameImpl.cpp     frame()->document()->addConsoleMessage(OtherMessageSource, webCoreMessageLevel, message.text);
frame             824 Source/web/WebFrameImpl.cpp     if (!frame())
frame             826 Source/web/WebFrameImpl.cpp     if (!frame()->settings()->scriptEnabled())
frame             833 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             834 Source/web/WebFrameImpl.cpp     return frame()->loader().mixedContentChecker()->canRunInsecureContent(frame()->document()->securityOrigin(), url);
frame             839 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             848 Source/web/WebFrameImpl.cpp     return frame()->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(source.code, source.url, position)).v8Value();
frame             853 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             866 Source/web/WebFrameImpl.cpp         frame()->script().executeScriptInIsolatedWorld(worldID, sources, extensionGroup, &scriptResults);
frame             869 Source/web/WebFrameImpl.cpp             v8Results[i] = v8::Local<v8::Value>::New(toIsolate(frame()), scriptResults[i].v8Value());
frame             872 Source/web/WebFrameImpl.cpp         frame()->script().executeScriptInIsolatedWorld(worldID, sources, extensionGroup, 0);
frame             878 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             879 Source/web/WebFrameImpl.cpp     return frame()->script().callFunction(function, receiver, argc, argv);
frame             884 Source/web/WebFrameImpl.cpp     return toV8Context(V8PerIsolateData::mainThreadIsolate(), frame(), DOMWrapperWorld::mainWorld());
frame             889 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             890 Source/web/WebFrameImpl.cpp     frame()->loader().reload(ignoreCache ? EndToEndReload : NormalReload);
frame             895 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             896 Source/web/WebFrameImpl.cpp     frame()->loader().reload(ignoreCache ? EndToEndReload : NormalReload, overrideUrl);
frame             901 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             910 Source/web/WebFrameImpl.cpp     frame()->loader().load(FrameLoadRequest(0, resourceRequest));
frame             915 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             918 Source/web/WebFrameImpl.cpp     frame()->page()->historyController().goToItem(historyItem.get(), static_cast<ResourceRequestCachePolicy>(cachePolicy));
frame             923 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             932 Source/web/WebFrameImpl.cpp     if (replace && !unreachableURL.isEmpty() && frame()->loader().provisionalDocumentLoader())
frame             933 Source/web/WebFrameImpl.cpp         request = frame()->loader().provisionalDocumentLoader()->originalRequest();
frame             939 Source/web/WebFrameImpl.cpp     frame()->loader().load(frameRequest);
frame             944 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             950 Source/web/WebFrameImpl.cpp     if (!frame())
frame             952 Source/web/WebFrameImpl.cpp     return frame()->loader().isLoading();
frame             957 Source/web/WebFrameImpl.cpp     if (!frame())
frame             961 Source/web/WebFrameImpl.cpp     frame()->loader().stopAllLoaders();
frame             966 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             969 Source/web/WebFrameImpl.cpp     DocumentLoader* documentLoader = frame()->loader().provisionalDocumentLoader();
frame             971 Source/web/WebFrameImpl.cpp         documentLoader = frame()->loader().policyDocumentLoader();
frame             978 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             979 Source/web/WebFrameImpl.cpp     return DataSourceForDocLoader(frame()->loader().documentLoader());
frame             984 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             989 Source/web/WebFrameImpl.cpp     return WebHistoryItem(frame()->page()->historyController().previousItemForExport());
frame             994 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame             997 Source/web/WebFrameImpl.cpp     if (!frame()->loader().documentLoader())
frame            1002 Source/web/WebFrameImpl.cpp     frame()->loader().saveDocumentState();
frame            1004 Source/web/WebFrameImpl.cpp     return WebHistoryItem(frame()->page()->historyController().currentItemForExport());
frame            1009 Source/web/WebFrameImpl.cpp     if (frame())
frame            1010 Source/web/WebFrameImpl.cpp         frame()->setInViewSourceMode(enable);
frame            1015 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1017 Source/web/WebFrameImpl.cpp     return frame()->inViewSourceMode();
frame            1022 Source/web/WebFrameImpl.cpp     String referrer = referrerURL.isEmpty() ? frame()->document()->outgoingReferrer() : String(referrerURL.spec().utf16());
frame            1023 Source/web/WebFrameImpl.cpp     referrer = SecurityPolicy::generateReferrerHeader(frame()->document()->referrerPolicy(), request.url(), referrer);
frame            1026 Source/web/WebFrameImpl.cpp     request.setHTTPReferrer(referrer, static_cast<WebReferrerPolicy>(frame()->document()->referrerPolicy()));
frame            1032 Source/web/WebFrameImpl.cpp     frame()->loader().client()->dispatchWillSendRequest(0, 0, request.toMutableResourceRequest(), response);
frame            1042 Source/web/WebFrameImpl.cpp     return frame()->domWindow()->pendingUnloadEventListeners();
frame            1049 Source/web/WebFrameImpl.cpp     frame()->editor().replaceSelectionWithText(text, selectReplacement, smartReplace);
frame            1054 Source/web/WebFrameImpl.cpp     if (frame()->inputMethodController().hasComposition())
frame            1055 Source/web/WebFrameImpl.cpp         frame()->inputMethodController().confirmComposition(text);
frame            1057 Source/web/WebFrameImpl.cpp         frame()->editor().insertText(text, 0);
frame            1063 Source/web/WebFrameImpl.cpp     frame()->inputMethodController().setComposition(text, decorations, location, length);
frame            1068 Source/web/WebFrameImpl.cpp     frame()->inputMethodController().cancelComposition();
frame            1073 Source/web/WebFrameImpl.cpp     return frame()->inputMethodController().hasComposition();
frame            1078 Source/web/WebFrameImpl.cpp     return frame()->inputMethodController().compositionRange();
frame            1086 Source/web/WebFrameImpl.cpp     Element* editable = frame()->selection().rootEditableElementOrDocumentElement();
frame            1091 Source/web/WebFrameImpl.cpp     IntRect intRect = frame()->editor().firstRectForRange(range.get());
frame            1093 Source/web/WebFrameImpl.cpp     rect = frame()->view()->contentsToWindow(rect);
frame            1099 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1102 Source/web/WebFrameImpl.cpp     IntPoint point = frame()->view()->windowToContents(webPoint);
frame            1103 Source/web/WebFrameImpl.cpp     HitTestResult result = frame()->eventHandler().hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
frame            1104 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = frame()->rangeForPoint(result.roundedPointInInnerNodeFrame());
frame            1107 Source/web/WebFrameImpl.cpp     Element* editable = frame()->selection().rootEditableElementOrDocumentElement();
frame            1114 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame            1130 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer = pluginContainerFromNode(frame(), node);
frame            1139 Source/web/WebFrameImpl.cpp         if (!frame()->editor().deleteWithDirection(DirectionForward, ParagraphBoundary, true, false))
frame            1140 Source/web/WebFrameImpl.cpp             frame()->editor().deleteWithDirection(DirectionForward, CharacterGranularity, true, false);
frame            1142 Source/web/WebFrameImpl.cpp         frame()->editor().indent();
frame            1144 Source/web/WebFrameImpl.cpp         frame()->editor().outdent();
frame            1146 Source/web/WebFrameImpl.cpp         result = frame()->editor().command(AtomicString("BackwardDelete")).execute();
frame            1148 Source/web/WebFrameImpl.cpp         result = frame()->editor().command(AtomicString("ForwardDelete")).execute();
frame            1151 Source/web/WebFrameImpl.cpp         frame()->spellChecker().advanceToNextMisspelling(false);
frame            1153 Source/web/WebFrameImpl.cpp         frame()->spellChecker().showSpellingGuessPanel();
frame            1155 Source/web/WebFrameImpl.cpp         result = frame()->editor().command(command).execute();
frame            1162 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame            1165 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer = pluginContainerFromNode(frame(), node);
frame            1170 Source/web/WebFrameImpl.cpp     if (!frame()->editor().canEdit() && webName == "moveToBeginningOfDocument")
frame            1173 Source/web/WebFrameImpl.cpp     if (!frame()->editor().canEdit() && webName == "moveToEndOfDocument")
frame            1177 Source/web/WebFrameImpl.cpp         frame()->spellChecker().showSpellingGuessPanel();
frame            1181 Source/web/WebFrameImpl.cpp     return frame()->editor().command(webName).execute(value);
frame            1186 Source/web/WebFrameImpl.cpp     ASSERT(frame());
frame            1187 Source/web/WebFrameImpl.cpp     return frame()->editor().command(name).isEnabled();
frame            1194 Source/web/WebFrameImpl.cpp     frame()->spellChecker().toggleContinuousSpellChecking();
frame            1199 Source/web/WebFrameImpl.cpp     return frame()->spellChecker().isContinuousSpellCheckingEnabled();
frame            1206 Source/web/WebFrameImpl.cpp     frame()->spellChecker().requestTextChecking(*webElement.constUnwrap<Element>());
frame            1212 Source/web/WebFrameImpl.cpp     if (pluginContainerFromFrame(frame()))
frame            1214 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> caretRange = frame()->selection().toNormalizedRange();
frame            1217 Source/web/WebFrameImpl.cpp     Vector<DocumentMarker*> markers = frame()->document()->markers().markersInRange(caretRange.get(), DocumentMarker::MisspellingMarkers());
frame            1223 Source/web/WebFrameImpl.cpp     frame()->selection().setSelection(VisibleSelection(markerRange.get()), CharacterGranularity);
frame            1224 Source/web/WebFrameImpl.cpp     frame()->editor().replaceSelectionWithText(text, false, false);
frame            1229 Source/web/WebFrameImpl.cpp     frame()->document()->markers().removeMarkers(DocumentMarker::MisspellingMarkers());
frame            1234 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer = pluginContainerFromFrame(frame());
frame            1239 Source/web/WebFrameImpl.cpp     return frame()->selection().start() != frame()->selection().end();
frame            1244 Source/web/WebFrameImpl.cpp     return frame()->selection().toNormalizedRange();
frame            1249 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer = pluginContainerFromFrame(frame());
frame            1253 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange();
frame            1267 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer = pluginContainerFromFrame(frame());
frame            1271 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange();
frame            1278 Source/web/WebFrameImpl.cpp void WebFrameImpl::selectWordAroundPosition(LocalFrame* frame, VisiblePosition position)
frame            1284 Source/web/WebFrameImpl.cpp     frame->selection().setSelection(selection, granularity);
frame            1289 Source/web/WebFrameImpl.cpp     FrameSelection& selection = frame()->selection();
frame            1293 Source/web/WebFrameImpl.cpp     selectWordAroundPosition(frame(), selection.selection().visibleStart());
frame            1305 Source/web/WebFrameImpl.cpp         frame()->selection().setSelectedRange(range.get(), WebCore::VP_DEFAULT_AFFINITY, false);
frame            1313 Source/web/WebFrameImpl.cpp     frame()->selection().setSelection(newSelection, CharacterGranularity);
frame            1318 Source/web/WebFrameImpl.cpp     Element* editable = frame()->selection().rootEditableElement();
frame            1323 Source/web/WebFrameImpl.cpp     frame()->selection().moveTo(position, UserTriggered);
frame            1328 Source/web/WebFrameImpl.cpp     return frame()->inputMethodController().setEditableSelectionOffsets(PlainTextRange(start, end));
frame            1333 Source/web/WebFrameImpl.cpp     if (!frame()->editor().canEdit())
frame            1336 Source/web/WebFrameImpl.cpp     InputMethodController& inputMethodController = frame()->inputMethodController();
frame            1353 Source/web/WebFrameImpl.cpp     frame()->inputMethodController().extendSelectionAndDelete(before, after);
frame            1358 Source/web/WebFrameImpl.cpp     frame()->selection().setCaretVisible(visible);
frame            1367 Source/web/WebFrameImpl.cpp     HitTestResult result(frame()->view()->windowToContents(roundedIntPoint(unscaledPoint)));
frame            1368 Source/web/WebFrameImpl.cpp     frame()->document()->renderView()->layer()->hitTest(request, result);
frame            1371 Source/web/WebFrameImpl.cpp         return frame()->selection().selection().visiblePositionRespectingEditingBoundary(result.localPoint(), node);
frame            1377 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* container = WebFrameImpl::pluginContainerFromNode(frame(), WebNode(frame()->document()->focusedElement()));
frame            1385 Source/web/WebFrameImpl.cpp     ASSERT(!frame()->document()->isFrameSet());
frame            1390 Source/web/WebFrameImpl.cpp         pluginContainer = pluginContainerFromFrame(frame());
frame            1397 Source/web/WebFrameImpl.cpp         m_printContext = adoptPtr(new ChromePluginPrintContext(frame(), pluginContainer, printParams));
frame            1399 Source/web/WebFrameImpl.cpp         m_printContext = adoptPtr(new ChromePrintContext(frame()));
frame            1420 Source/web/WebFrameImpl.cpp     ASSERT(m_printContext && page >= 0 && frame() && frame()->document());
frame            1439 Source/web/WebFrameImpl.cpp     WebPluginContainerImpl* pluginContainer =  node.isNull() ? pluginContainerFromFrame(frame()) : toWebPluginContainerImpl(node.pluginContainer());
frame            1449 Source/web/WebFrameImpl.cpp     return frame()->document()->styleForPage(pageIndex)->pageSizeType() != PAGE_SIZE_AUTO;
frame            1454 Source/web/WebFrameImpl.cpp     return frame()->document()->isPageBoxVisible(pageIndex);
frame            1460 Source/web/WebFrameImpl.cpp     frame()->document()->pageSizeAndMarginsInPixels(pageIndex, size, marginTop, marginRight, marginBottom, marginLeft);
frame            1467 Source/web/WebFrameImpl.cpp     return m_printContext->pageProperty(frame(), propertyName.utf8().data(), pageIndex);
frame            1511 Source/web/WebFrameImpl.cpp     if (frame())
frame            1512 Source/web/WebFrameImpl.cpp         frame()->sendOrientationChangeEvent(orientation);
frame            1518 Source/web/WebFrameImpl.cpp     frame()->domWindow()->dispatchMessageEventWithOriginCheck(intendedTargetOrigin.get(), event, nullptr);
frame            1566 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1569 Source/web/WebFrameImpl.cpp     frameContentAsPlainText(maxChars, frame(), text);
frame            1575 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1577 Source/web/WebFrameImpl.cpp     return createFullMarkup(frame()->document());
frame            1590 Source/web/WebFrameImpl.cpp     return externalRepresentation(frame(), behavior);
frame            1610 Source/web/WebFrameImpl.cpp     return hasSelection() ? WebRect(IntRect(frame()->selection().bounds(false))) : WebRect();
frame            1615 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1617 Source/web/WebFrameImpl.cpp     return frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
frame            1622 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1625 Source/web/WebFrameImpl.cpp     return WebString(frame()->layerTreeAsText(showDebugInfo ? LayerTreeIncludesDebugInfo : LayerTreeNormal));
frame            1668 Source/web/WebFrameImpl.cpp void WebFrameImpl::setWebCoreFrame(PassRefPtr<WebCore::LocalFrame> frame)
frame            1670 Source/web/WebFrameImpl.cpp     m_frame = frame;
frame            1689 Source/web/WebFrameImpl.cpp     RefPtr<LocalFrame> childFrame = LocalFrame::create(&webframe->m_frameLoaderClientImpl, frame()->host(), ownerElement);
frame            1716 Source/web/WebFrameImpl.cpp     if (isBackForwardLoadType(frame()->loader().loadType()) && !frame()->document()->loadEventFinished()) {
frame            1719 Source/web/WebFrameImpl.cpp             childItem = frame()->page()->historyController().itemForNewChildFrame(childFrame.get());
frame            1750 Source/web/WebFrameImpl.cpp     ASSERT(frame()); // If frame() doesn't exist, we probably didn't init properly.
frame            1753 Source/web/WebFrameImpl.cpp     bool isMainFrame = webView->mainFrameImpl()->frame() == frame();
frame            1757 Source/web/WebFrameImpl.cpp     frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent());
frame            1759 Source/web/WebFrameImpl.cpp         frame()->view()->enableAutoSizeMode(true, webView->minAutoSize(), webView->maxAutoSize());
frame            1761 Source/web/WebFrameImpl.cpp     frame()->view()->setInputEventsTransformForEmulation(m_inputEventsOffsetForEmulation, m_inputEventsScaleFactorForEmulation);
frame            1767 Source/web/WebFrameImpl.cpp WebFrameImpl* WebFrameImpl::fromFrame(LocalFrame* frame)
frame            1769 Source/web/WebFrameImpl.cpp     if (!frame)
frame            1771 Source/web/WebFrameImpl.cpp     FrameLoaderClient* client = frame->loader().client();
frame            1787 Source/web/WebFrameImpl.cpp     if (!frame())
frame            1789 Source/web/WebFrameImpl.cpp     return WebViewImpl::fromPage(frame()->page());
frame            1812 Source/web/WebFrameImpl.cpp         VisibleSelection selection(frame()->selection().selection());
frame            1832 Source/web/WebFrameImpl.cpp                 frame()->selection().setSelection(VisibleSelection(activeMatch));
frame            1833 Source/web/WebFrameImpl.cpp                 frame()->document()->setFocusedElement(element);
frame            1847 Source/web/WebFrameImpl.cpp                 frame()->document()->setFocusedElement(element);
frame            1857 Source/web/WebFrameImpl.cpp         frame()->selection().setSelection(VisibleSelection(activeMatch));
frame            1858 Source/web/WebFrameImpl.cpp         frame()->document()->setFocusedElement(nullptr);
frame            1883 Source/web/WebFrameImpl.cpp     frame()->view()->setCanHaveScrollbars(canHaveScrollbars);
frame            1890 Source/web/WebFrameImpl.cpp     if (frame()->view())
frame            1891 Source/web/WebFrameImpl.cpp         frame()->view()->setInputEventsTransformForEmulation(m_inputEventsOffsetForEmulation, m_inputEventsScaleFactorForEmulation);
frame            1904 Source/web/WebFrameImpl.cpp     if (!frame()->document() || !frame()->page())
frame            1907 Source/web/WebFrameImpl.cpp     RefPtr<Document> ownerDocument(frame()->document());
frame            1910 Source/web/WebFrameImpl.cpp     if (SchemeRegistry::shouldTreatURLSchemeAsNotAllowingJavascriptURLs(frame()->document()->url().protocol()))
frame            1915 Source/web/WebFrameImpl.cpp     ScriptValue result = frame()->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(script));
frame            1921 Source/web/WebFrameImpl.cpp     if (!frame()->navigationScheduler().locationChangePending())
frame            1922 Source/web/WebFrameImpl.cpp         frame()->document()->loader()->replaceDocument(scriptResult, ownerDocument.get());
frame            1965 Source/web/WebFrameImpl.cpp     ASSERT(frame() && frame()->view());
frame            1966 Source/web/WebFrameImpl.cpp     FrameView* view = frame()->view();
frame            1975 Source/web/WebFrameImpl.cpp     ASSERT(frame() && frame()->view());
frame            1976 Source/web/WebFrameImpl.cpp     FrameView* view = frame()->view();
frame             253 Source/web/WebFrameImpl.h     static WebFrameImpl* fromFrame(WebCore::LocalFrame* frame);
frame             267 Source/web/WebFrameImpl.h     WebCore::FrameView* frameView() const { return frame() ? frame()->view() : 0; }
frame             298 Source/web/WebFrameImpl.h     WebCore::LocalFrame* frame() const { return m_frame.get(); }
frame             369 Source/web/WebFrameImpl.h DEFINE_TYPE_CASTS(WebFrameImpl, WebFrame, frame, true, true);
frame              47 Source/web/WebHelperPluginImpl.cpp WebHelperPlugin* WebHelperPlugin::create(const WebString& pluginType, WebLocalFrame* frame)
frame              50 Source/web/WebHelperPluginImpl.cpp     if (!toWebHelperPluginImpl(plugin.get())->initialize(pluginType, toWebFrameImpl(frame)))
frame              64 Source/web/WebHelperPluginImpl.cpp bool WebHelperPluginImpl::initialize(const String& pluginType, WebFrameImpl* frame)
frame              67 Source/web/WebHelperPluginImpl.cpp     if (!frame->frame()->loader().client())
frame              70 Source/web/WebHelperPluginImpl.cpp     m_objectElement = HTMLObjectElement::create(*frame->frame()->document(), 0, false);
frame              73 Source/web/WebHelperPluginImpl.cpp     ASSERT(frame->frame()->document()->url().isValid());
frame              74 Source/web/WebHelperPluginImpl.cpp     m_pluginContainer = adoptRef(toWebPluginContainerImpl(frame->frame()->loader().client()->createPlugin(
frame              76 Source/web/WebHelperPluginImpl.cpp         frame->frame()->document()->url(),
frame              49 Source/web/WebLeakDetector.cpp void cleanUpDOMObjects(blink::WebFrame* frame)
frame              52 Source/web/WebLeakDetector.cpp     v8::Local<v8::Context> context(frame->mainWorldScriptContext());
frame              66 Source/web/WebLeakDetector.cpp void numberOfDOMObjects(blink::WebFrame *frame, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes)
frame              69 Source/web/WebLeakDetector.cpp     v8::Local<v8::Context> context(frame->mainWorldScriptContext());
frame              80 Source/web/WebLeakDetector.cpp void WebLeakDetector::collectGarbargeAndGetDOMCounts(WebLocalFrame* frame, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes)
frame              83 Source/web/WebLeakDetector.cpp     cleanUpDOMObjects(frame);
frame              84 Source/web/WebLeakDetector.cpp     numberOfDOMObjects(frame, numberOfLiveDocuments, numberOfLiveNodes);
frame              55 Source/web/WebMediaPlayerClientImpl.cpp static PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(WebMediaPlayerClient* client, const WebURL& url, LocalFrame* frame)
frame              57 Source/web/WebMediaPlayerClientImpl.cpp     WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
frame             186 Source/web/WebMediaPlayerClientImpl.cpp     LocalFrame* frame = mediaElement().document().frame();
frame             191 Source/web/WebMediaPlayerClientImpl.cpp     m_webMediaPlayer = createWebMediaPlayer(this, kurl, frame);
frame             216 Source/web/WebPagePopupImpl.cpp     RefPtr<LocalFrame> frame = LocalFrame::create(emptyFrameLoaderClient, &m_page->frameHost(), 0);
frame             217 Source/web/WebPagePopupImpl.cpp     frame->setView(FrameView::create(frame.get()));
frame             218 Source/web/WebPagePopupImpl.cpp     frame->init();
frame             219 Source/web/WebPagePopupImpl.cpp     frame->view()->resize(m_popupClient->contentSize());
frame             220 Source/web/WebPagePopupImpl.cpp     frame->view()->setTransparent(false);
frame             222 Source/web/WebPagePopupImpl.cpp     ASSERT(frame->domWindow());
frame             223 Source/web/WebPagePopupImpl.cpp     DOMWindowPagePopup::install(*frame->domWindow(), m_popupClient);
frame             227 Source/web/WebPagePopupImpl.cpp     frame->loader().load(FrameLoadRequest(0, blankURL(), SubstituteData(data, "text/html", "UTF-8", KURL(), ForceSynchronousLoad)));
frame             365 Source/web/WebPagePopupImpl.cpp     LocalFrame& frame = *m_page->mainFrame();
frame             366 Source/web/WebPagePopupImpl.cpp     return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
frame              89 Source/web/WebPageSerializer.cpp         Frame* frame = toHTMLFrameOwnerElement(element)->contentFrame();
frame              90 Source/web/WebPageSerializer.cpp         if (frame && frame->isLocalFrame()) {
frame              91 Source/web/WebPageSerializer.cpp             if (!visitedFrames->contains(toLocalFrame(frame)))
frame              92 Source/web/WebPageSerializer.cpp                 framesToVisit->append(toLocalFrame(frame));
frame             110 Source/web/WebPageSerializer.cpp void retrieveResourcesForFrame(LocalFrame* frame,
frame             117 Source/web/WebPageSerializer.cpp     KURL frameURL = frame->loader().documentLoader()->request().url();
frame             135 Source/web/WebPageSerializer.cpp     if (visitedFrames->contains(frame))
frame             137 Source/web/WebPageSerializer.cpp     visitedFrames->append(frame);
frame             142 Source/web/WebPageSerializer.cpp     RefPtr<HTMLCollection> allElements = frame->document()->all();
frame             197 Source/web/WebPageSerializer.cpp bool WebPageSerializer::serialize(WebLocalFrame* frame,
frame             205 Source/web/WebPageSerializer.cpp         frame, recursive, client, links, localPaths, localDirectoryName);
frame             223 Source/web/WebPageSerializer.cpp     framesToVisit.append(mainFrame->frame());
frame             225 Source/web/WebPageSerializer.cpp         LocalFrame* frame = framesToVisit[0];
frame             227 Source/web/WebPageSerializer.cpp         retrieveResourcesForFrame(frame, supportedSchemes,
frame             326 Source/web/WebPageSerializerImpl.cpp                         String completeURL = subFrame ? subFrame->frame()->document()->url() :
frame             430 Source/web/WebPageSerializerImpl.cpp WebPageSerializerImpl::WebPageSerializerImpl(WebFrame* frame,
frame             444 Source/web/WebPageSerializerImpl.cpp     ASSERT(frame);
frame             445 Source/web/WebPageSerializerImpl.cpp     m_specifiedWebFrameImpl = toWebFrameImpl(frame);
frame             474 Source/web/WebPageSerializerImpl.cpp         Document* currentDoc = currentFrame->frame()->document();
frame             495 Source/web/WebPageSerializerImpl.cpp     KURL mainURL = m_specifiedWebFrameImpl->frame()->document()->url();
frame             499 Source/web/WebPageSerializerImpl.cpp         Document* document = webFrame->frame()->document();
frame              85 Source/web/WebPageSerializerImpl.h     WebPageSerializerImpl(WebFrame* frame,
frame             303 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
frame             304 Source/web/WebPluginContainerImpl.cpp     if (!frame)
frame             306 Source/web/WebPluginContainerImpl.cpp     return frame->pageZoomFactor();
frame             437 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
frame             438 Source/web/WebPluginContainerImpl.cpp     if (!frame)
frame             440 Source/web/WebPluginContainerImpl.cpp     frame->script().cleanupScriptObjectsForPlugin(this);
frame             450 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
frame             451 Source/web/WebPluginContainerImpl.cpp     if (!frame)
frame             461 Source/web/WebPluginContainerImpl.cpp     ScriptValue result = frame->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(script));
frame             471 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
frame             472 Source/web/WebPluginContainerImpl.cpp     if (!frame || !frame->loader().documentLoader())
frame             485 Source/web/WebPluginContainerImpl.cpp     FrameLoadRequest frameRequest(frame->document(), request.toResourceRequest(), target);
frame             487 Source/web/WebPluginContainerImpl.cpp     frame->loader().load(frameRequest);
frame             492 Source/web/WebPluginContainerImpl.cpp     WebViewImpl* view = WebViewImpl::fromPage(m_element->document().frame()->page());
frame             498 Source/web/WebPluginContainerImpl.cpp     LocalFrame* frame = m_element->document().frame();
frame             499 Source/web/WebPluginContainerImpl.cpp     if (!frame)
frame             508 Source/web/WebPluginContainerImpl.cpp     HitTestResult result = frame->eventHandler().hitTestResultAtPoint(center, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, padding);
frame             634 Source/web/WebPluginContainerImpl.cpp         m_scrollbarGroup = adoptPtr(new ScrollbarGroup(m_element->document().frame()->view(), frameRect()));
frame             723 Source/web/WebPluginContainerImpl.cpp     Page* page = parentView->frame().page();
frame             800 Source/web/WebPluginContainerImpl.cpp     WebViewImpl* view = WebViewImpl::fromPage(m_element->document().frame()->page());
frame             877 Source/web/WebPluginContainerImpl.cpp     LocalFrame& containingFrame = toFrameView(parent())->frame();
frame             111 Source/web/WebRange.cpp WebRange WebRange::fromDocumentRange(WebLocalFrame* frame, int start, int length)
frame             113 Source/web/WebRange.cpp     WebCore::LocalFrame* webFrame = toWebFrameImpl(frame)->frame();
frame             124 Source/web/WebRange.cpp     LocalFrame* frame = m_private->ownerDocument().frame();
frame             125 Source/web/WebRange.cpp     if (!frame)
frame             131 Source/web/WebRange.cpp         quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1())));
frame             132 Source/web/WebRange.cpp         quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2())));
frame             133 Source/web/WebRange.cpp         quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3())));
frame             134 Source/web/WebRange.cpp         quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4())));
frame             205 Source/web/WebSharedWorkerImpl.cpp     webFrame->frame()->loader().load(FrameLoadRequest(0, ResourceRequest(url), SubstituteData(buffer, "text/html", "UTF-8", KURL())));
frame             215 Source/web/WebSharedWorkerImpl.cpp void WebSharedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame)
frame             220 Source/web/WebSharedWorkerImpl.cpp     m_loadingDocument = toWebFrameImpl(frame)->frame()->document();
frame             292 Source/web/WebSharedWorkerImpl.cpp     toWebFrameImpl(m_mainFrame)->frame()->document()->postTask(task);
frame              35 Source/web/WebTestingSupport.cpp void WebTestingSupport::injectInternalsObject(WebLocalFrame* frame)
frame              38 Source/web/WebTestingSupport.cpp     WebCoreTestSupport::injectInternalsObject(frame->mainWorldScriptContext());
frame              41 Source/web/WebTestingSupport.cpp void WebTestingSupport::resetInternalsObject(WebLocalFrame* frame)
frame              44 Source/web/WebTestingSupport.cpp     WebCoreTestSupport::resetInternalsObject(frame->mainWorldScriptContext());
frame             284 Source/web/WebViewImpl.cpp void WebViewImpl::setMainFrame(WebFrame* frame)
frame             286 Source/web/WebViewImpl.cpp     toWebFrameImpl(frame)->initializeAsMainFrame(page());
frame             524 Source/web/WebViewImpl.cpp         targetFrame = result.innerNonSharedNode()->document().frame();
frame             613 Source/web/WebViewImpl.cpp         if (mainFrameImpl()->frame()->eventHandler().isScrollbarHandlingGestures())
frame             684 Source/web/WebViewImpl.cpp             findGoodTouchTargets(boundingBox, mainFrameImpl()->frame(), goodTargets, highlightNodes);
frame             698 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
frame             719 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
frame             726 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
frame             750 Source/web/WebViewImpl.cpp         eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent);
frame             857 Source/web/WebViewImpl.cpp     const Frame* frame = focusedWebCoreFrame();
frame             858 Source/web/WebViewImpl.cpp     if (!frame || !frame->isLocalFrame())
frame             861 Source/web/WebViewImpl.cpp     Element* root = toLocalFrame(frame)->selection().rootEditableElementOrDocumentElement();
frame             877 Source/web/WebViewImpl.cpp     boundingBox = root->document().frame()->view()->contentsToWindow(boundingBox);
frame             913 Source/web/WebViewImpl.cpp     RefPtr<LocalFrame> frame = toLocalFrame(focusedWebCoreFrame());
frame             914 Source/web/WebViewImpl.cpp     if (!frame)
frame             935 Source/web/WebViewImpl.cpp     if (frame->eventHandler().keyEvent(evt)) {
frame             968 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
frame             969 Source/web/WebViewImpl.cpp     if (!frame)
frame             972 Source/web/WebViewImpl.cpp     EventHandler& handler = frame->eventHandler();
frame            1003 Source/web/WebViewImpl.cpp     HitTestResult result = mainFrameImpl()->frame()->eventHandler().hitTestResultAtPoint(point, hitType, IntSize(rect.width, rect.height));
frame            1016 Source/web/WebViewImpl.cpp         LocalFrame* frame = node->document().frame();
frame            1017 Source/web/WebViewImpl.cpp         return frame->view()->contentsToWindow(rect);
frame            1126 Source/web/WebViewImpl.cpp static bool invokesHandCursor(Node* node, bool shiftKey, LocalFrame* frame)
frame            1133 Source/web/WebViewImpl.cpp         || (cursor == CURSOR_AUTO && frame->eventHandler().useHandCursor(node, node->isLink(), shiftKey));
frame            1324 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
frame            1325 Source/web/WebViewImpl.cpp     if (!frame)
frame            1437 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
frame            1438 Source/web/WebViewImpl.cpp     if (!frame)
frame            1441 Source/web/WebViewImpl.cpp     return frame->eventHandler().bubblingScroll(scrollDirection, scrollGranularity);
frame            1448 Source/web/WebViewImpl.cpp     ASSERT(mainFrameImpl()->frame()->document());
frame            1449 Source/web/WebViewImpl.cpp     Document& document = *mainFrameImpl()->frame()->document();
frame            1457 Source/web/WebViewImpl.cpp     ASSERT(mainFrameImpl()->frame()->document());
frame            1458 Source/web/WebViewImpl.cpp     Document& document = *mainFrameImpl()->frame()->document();
frame            1531 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
frame            1532 Source/web/WebViewImpl.cpp     WebPluginContainerImpl* pluginContainer = WebFrameImpl::pluginContainerFromFrame(frame);
frame            1560 Source/web/WebViewImpl.cpp     ViewportAnchor viewportAnchor(&mainFrameImpl()->frame()->eventHandler());
frame            1570 Source/web/WebViewImpl.cpp         updatePageDefinedViewportConstraints(mainFrameImpl()->frame()->document()->viewportDescription());
frame            1615 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
frame            1616 Source/web/WebViewImpl.cpp     WebPluginContainerImpl* pluginContainer = WebFrameImpl::pluginContainerFromFrame(frame);
frame            1660 Source/web/WebViewImpl.cpp             mainFrameImpl()->frame()->eventHandler().handleGestureScrollEnd(endScrollEvent);
frame            1903 Source/web/WebViewImpl.cpp         LocalFrame* frame = m_page->mainFrame();
frame            1904 Source/web/WebViewImpl.cpp         if (!frame)
frame            2156 Source/web/WebViewImpl.cpp     const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
frame            2157 Source/web/WebViewImpl.cpp     if (!frame)
frame            2159 Source/web/WebViewImpl.cpp     FrameSelection& selection = frame->selection();
frame            2173 Source/web/WebViewImpl.cpp         anchor = frame->editor().firstRectForRange(range.get());
frame            2180 Source/web/WebViewImpl.cpp         focus = frame->editor().firstRectForRange(range.get());
frame            2183 Source/web/WebViewImpl.cpp     IntRect scaledAnchor(frame->view()->contentsToWindow(anchor));
frame            2184 Source/web/WebViewImpl.cpp     IntRect scaledFocus(frame->view()->contentsToWindow(focus));
frame            2211 Source/web/WebViewImpl.cpp WebPlugin* WebViewImpl::focusedPluginIfInputMethodSupported(LocalFrame* frame)
frame            2213 Source/web/WebViewImpl.cpp     WebPluginContainerImpl* container = WebFrameImpl::pluginContainerFromNode(frame, WebNode(focusedElement()));
frame            2239 Source/web/WebViewImpl.cpp     const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
frame            2240 Source/web/WebViewImpl.cpp     if (!frame)
frame            2242 Source/web/WebViewImpl.cpp     FrameSelection& selection = frame->selection();
frame            2252 Source/web/WebViewImpl.cpp     if (const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()))
frame            2253 Source/web/WebViewImpl.cpp         return frame->selection().selection().isBaseFirst();
frame            2416 Source/web/WebViewImpl.cpp     LocalFrame* frame = toWebFrameImpl(relativeToFrame)->frame();
frame            2417 Source/web/WebViewImpl.cpp     frame = frame->tree().find(name);
frame            2418 Source/web/WebViewImpl.cpp     return WebFrameImpl::fromFrame(frame);
frame            2426 Source/web/WebViewImpl.cpp void WebViewImpl::setFocusedFrame(WebFrame* frame)
frame            2428 Source/web/WebViewImpl.cpp     if (!frame) {
frame            2435 Source/web/WebViewImpl.cpp     LocalFrame* webcoreFrame = toWebFrameImpl(frame)->frame();
frame            2443 Source/web/WebViewImpl.cpp     Frame* frame = page()->focusController().focusedOrMainFrame();
frame            2444 Source/web/WebViewImpl.cpp     if (frame->isLocalFrame()) {
frame            2445 Source/web/WebViewImpl.cpp         if (Document* document = toLocalFrame(frame)->document())
frame            2453 Source/web/WebViewImpl.cpp     RefPtr<Frame> frame = focusedWebCoreFrame();
frame            2454 Source/web/WebViewImpl.cpp     if (!frame || !frame->isLocalFrame())
frame            2457 Source/web/WebViewImpl.cpp     LocalFrame* localFrame = toLocalFrame(frame.get());
frame            2487 Source/web/WebViewImpl.cpp     LocalFrame* frame = page()->mainFrame();
frame            2489 Source/web/WebViewImpl.cpp     if (!frame || !frame->view() || !element)
frame            2493 Source/web/WebViewImpl.cpp         frame->view()->scrollElementToRect(element, IntRect(rect.x, rect.y, rect.width, rect.height));
frame            2586 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
frame            2587 Source/web/WebViewImpl.cpp     WebPluginContainerImpl* pluginContainer = WebFrameImpl::pluginContainerFromFrame(frame);
frame            2592 Source/web/WebViewImpl.cpp         frame->setPageZoomFactor(zoomFactor);
frame            2608 Source/web/WebViewImpl.cpp     return mainFrameImpl()->frame()->textZoomFactor();
frame            2613 Source/web/WebViewImpl.cpp     LocalFrame* frame = mainFrameImpl()->frame();
frame            2614 Source/web/WebViewImpl.cpp     if (WebFrameImpl::pluginContainerFromFrame(frame))
frame            2617 Source/web/WebViewImpl.cpp     frame->setTextZoomFactor(textZoomFactor);
frame            2770 Source/web/WebViewImpl.cpp     updatePageDefinedViewportConstraints(mainFrameImpl()->frame()->document()->viewportDescription());
frame            2838 Source/web/WebViewImpl.cpp     if (LocalFrame* frame = page()->mainFrame()) {
frame            2839 Source/web/WebViewImpl.cpp         if (FastTextAutosizer* textAutosizer = frame->document()->fastTextAutosizer())
frame            2940 Source/web/WebViewImpl.cpp     LocalFrame* frame = page()->mainFrame();
frame            2941 Source/web/WebViewImpl.cpp     if (!frame)
frame            2944 Source/web/WebViewImpl.cpp     RefPtr<FrameView> view = frame->view();
frame            3151 Source/web/WebViewImpl.cpp     for (LocalFrame* frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
frame            3152 Source/web/WebViewImpl.cpp         const Vector<DocumentMarker*>& documentMarkers = frame->document()->markers().markers();
frame            3194 Source/web/WebViewImpl.cpp         mainFrameImpl()->frame()->document()->enqueueResizeEvent();
frame            3211 Source/web/WebViewImpl.cpp     if (!mainFrameImpl() || !mainFrameImpl()->frame() || !mainFrameImpl()->frame()->view())
frame            3214 Source/web/WebViewImpl.cpp     mainFrameImpl()->frame()->view()->enableAutoSizeMode(m_shouldAutoResize, m_minAutoSize, m_maxAutoSize);
frame            3301 Source/web/WebViewImpl.cpp     Document* document = mainFrameImpl()->frame()->document();
frame            3333 Source/web/WebViewImpl.cpp     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
frame            3334 Source/web/WebViewImpl.cpp     if (!frame)
frame            3336 Source/web/WebViewImpl.cpp     return WebCore::SmartClip(frame).dataForRect(rect).toString();
frame            3349 Source/web/WebViewImpl.cpp     LocalFrame* frame = m_page->mainFrame();
frame            3350 Source/web/WebViewImpl.cpp     while (frame) {
frame            3351 Source/web/WebViewImpl.cpp         frame->view()->setTransparent(isTransparent);
frame            3352 Source/web/WebViewImpl.cpp         frame = frame->tree().traverseNext();
frame            3465 Source/web/WebViewImpl.cpp     if (m_shouldAutoResize && mainFrameImpl()->frame() && mainFrameImpl()->frame()->view()) {
frame            3466 Source/web/WebViewImpl.cpp         WebSize frameSize = mainFrameImpl()->frame()->view()->frameRect().size();
frame            3498 Source/web/WebViewImpl.cpp void WebViewImpl::startDragging(LocalFrame* frame,
frame            3508 Source/web/WebViewImpl.cpp     m_client->startDragging(WebFrameImpl::fromFrame(frame), dragData, mask, dragImage, dragImageOffset);
frame            3566 Source/web/WebViewImpl.cpp     Frame* frame = m_page->focusController().focusedFrame();
frame            3567 Source/web/WebViewImpl.cpp     if (!frame || !frame->isLocalFrame())
frame            3570 Source/web/WebViewImpl.cpp     Document* document = toLocalFrame(frame)->document();
frame            3612 Source/web/WebViewImpl.cpp         pinchViewport.setSize(mainFrameImpl()->frame()->view()->frameRect().size());
frame              59 Source/web/WorkerGlobalScopeProxyProviderImpl.cpp         WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
frame             123 Source/web/tests/CompositedLayerMappingTest.cpp     Document* document = m_webViewImpl->mainFrameImpl()->frame()->document();
frame             106 Source/web/tests/CustomEventTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.initializeAndLoad(baseURL + path)->mainFrame());
frame             107 Source/web/tests/CustomEventTest.cpp     WebDOMEvent event = frame->frame()->document()->createEvent("CustomEvent", IGNORE_EXCEPTION);
frame             110 Source/web/tests/CustomEventTest.cpp     v8::Isolate* isolate = toIsolate(frame->frame());
frame             115 Source/web/tests/CustomEventTest.cpp     frame->frame()->document()->addEventListener("blah", listener, false);
frame             116 Source/web/tests/CustomEventTest.cpp     frame->frame()->document()->dispatchEvent(event);
frame              39 Source/web/tests/FakeWebPlugin.cpp FakeWebPlugin::FakeWebPlugin(WebFrame* frame, const WebPluginParams& params)
frame              40 Source/web/tests/FakeWebPlugin.cpp     : m_frame(frame)
frame              51 Source/web/tests/FrameLoaderClientImplTest.cpp     WebString userAgentOverride(WebLocalFrame* frame, const WebURL& url) OVERRIDE
frame              75 Source/web/tests/FrameLoaderClientImplTest.cpp         m_frameLoaderClientImpl = toFrameLoaderClientImpl(toWebFrameImpl(m_webView->mainFrame())->frame()->loader().client());
frame              82 Source/web/tests/FrameTestHelpers.cpp void loadFrame(WebFrame* frame, const std::string& url)
frame              87 Source/web/tests/FrameTestHelpers.cpp     frame->loadRequest(urlRequest);
frame             150 Source/web/tests/FrameTestHelpers.cpp     WebFrame* frame = WebFrame::create(this);
frame             151 Source/web/tests/FrameTestHelpers.cpp     parent->appendChild(frame);
frame             152 Source/web/tests/FrameTestHelpers.cpp     return frame;
frame             155 Source/web/tests/FrameTestHelpers.cpp void TestWebFrameClient::frameDetached(WebFrame* frame)
frame             157 Source/web/tests/FrameTestHelpers.cpp     if (frame->parent())
frame             158 Source/web/tests/FrameTestHelpers.cpp         frame->parent()->removeChild(frame);
frame             159 Source/web/tests/FrameTestHelpers.cpp     frame->close();
frame             222 Source/web/tests/LinkHighlightTest.cpp     findGoodTouchTargets(boundingBox, webViewImpl->mainFrameImpl()->frame(), goodTargets, highlightNodes);
frame             110 Source/web/tests/MHTMLTest.cpp     LocalFrame* frame = page()->mainFrame();
frame             111 Source/web/tests/MHTMLTest.cpp     ASSERT_TRUE(frame);
frame             112 Source/web/tests/MHTMLTest.cpp     Document* document = frame->document();
frame             115 Source/web/tests/MHTMLTest.cpp     EXPECT_STREQ(kFileURL, frame->domWindow()->location().href().ascii().data());
frame             122 Source/web/tests/PageSerializerTest.cpp         serializer.serialize(m_helper.webViewImpl()->mainFrameImpl()->frame()->page());
frame             188 Source/web/tests/PopupMenuTest.cpp         m_popupMenu = adoptRef(new PopupMenuChromium(*mainFrame()->frame(), &m_popupMenuClient));
frame             258 Source/web/tests/PopupMenuTest.cpp     void loadFrame(WebFrame* frame, const std::string& fileName)
frame             263 Source/web/tests/PopupMenuTest.cpp         frame->loadRequest(urlRequest);
frame             410 Source/web/tests/PopupMenuTest.cpp     m_popupMenuClient.setFocusedNode(mainFrame()->frame()->document()->focusedElement());
frame             455 Source/web/tests/PopupMenuTest.cpp     m_popupMenuClient.setFocusedNode(mainFrame()->frame()->document()->focusedElement());
frame             477 Source/web/tests/PopupMenuTest.cpp     m_popupMenuClient.setFocusedNode(mainFrame()->frame()->document()->focusedElement());
frame             499 Source/web/tests/PopupMenuTest.cpp     m_popupMenuClient.setFocusedNode(mainFrame()->frame()->document()->focusedElement());
frame              61 Source/web/tests/ProgrammaticScrollTest.cpp     LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
frame              62 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().setLoadType(FrameLoadTypeBackForward);
frame              65 Source/web/tests/ProgrammaticScrollTest.cpp     frame->view()->setWasScrolledByUser(false);
frame              66 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().currentItem()->setPageScaleFactor(2);
frame              67 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().currentItem()->setScrollPoint(WebPoint(0, 200));
frame              71 Source/web/tests/ProgrammaticScrollTest.cpp     frame->view()->setWasScrolledByUser(false);
frame              72 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().restoreScrollPositionAndViewState();
frame              77 Source/web/tests/ProgrammaticScrollTest.cpp     EXPECT_TRUE(frame->view()->wasScrolledByUser());
frame              90 Source/web/tests/ProgrammaticScrollTest.cpp     LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
frame              91 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().setLoadType(FrameLoadTypeBackForward);
frame              94 Source/web/tests/ProgrammaticScrollTest.cpp     frame->view()->setWasScrolledByUser(false);
frame              95 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().currentItem()->setPageScaleFactor(0);
frame              96 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().currentItem()->setScrollPoint(WebPoint(0, 400));
frame              99 Source/web/tests/ProgrammaticScrollTest.cpp     frame->loader().restoreScrollPositionAndViewState();
frame             104 Source/web/tests/ProgrammaticScrollTest.cpp     EXPECT_TRUE(frame->view()->wasScrolledByUser());
frame              63 Source/web/tests/RenderTableCellTest.cpp         return toWebFrameImpl(s_webViewHelper->webView()->mainFrame())->frame()->document();
frame              63 Source/web/tests/RenderTableRowTest.cpp         return toWebFrameImpl(s_webViewHelper->webView()->mainFrame())->frame()->document();
frame              91 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp         RenderLayerCompositor* compositor = frame()->contentRenderer()->compositor();
frame             102 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp         RenderLayerCompositor* compositor = frame()->contentRenderer()->compositor();
frame             111 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
frame             138 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     FrameView* frameView = frame()->view();
frame             139 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     Page* page = frame()->page();
frame             179 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     Document* document = frame()->document();
frame             295 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     Element* scrollableElement = frame()->document()->getElementById("scrollable");
frame             335 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     Element* overflowElement = frame()->document()->getElementById("unscrollable-y");
frame             358 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     overflowElement = frame()->document()->getElementById("unscrollable-x");
frame             391 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     Element* scrollableFrame = frame()->document()->getElementById("scrollable");
frame             435 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp     Element* scrollableFrame = frame()->document()->getElementById("scrollable");
frame             177 Source/web/tests/TouchActionTest.cpp     document->frame()->view()->setScrollOffset(WebCore::IntPoint(0, kScrollOffset));
frame             238 Source/web/tests/TouchActionTest.cpp             WebCore::LocalFrame* frame = root->document().frame();
frame             239 Source/web/tests/TouchActionTest.cpp             WebCore::FrameView* frameView = frame->view();
frame             250 Source/web/tests/TouchActionTest.cpp             WebCore::HitTestResult result = frame->eventHandler().hitTestResultAtPoint(docPoint, WebCore::HitTestRequest::ReadOnly | WebCore::HitTestRequest::Active);
frame             253 Source/web/tests/TouchActionTest.cpp                 << std::endl << "Document render tree:" << std::endl << externalRepresentation(root->document().frame()).utf8().data();
frame              94 Source/web/tests/ViewportTest.cpp     void executeScript(WebFrame* frame, const WebString& code)
frame              96 Source/web/tests/ViewportTest.cpp         frame->executeScript(WebScriptSource(code));
frame             362 Source/web/tests/WebFrameTest.cpp void CSSCallbackWebFrameClient::didMatchCSS(WebLocalFrame* frame, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors)
frame             365 Source/web/tests/WebFrameTest.cpp     std::set<std::string>& frameSelectors = m_matchedSelectors[frame];
frame             656 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> frame = webViewHelper.webViewImpl()->page()->mainFrame();
frame             658 Source/web/tests/WebFrameTest.cpp     frame->domWindow()->postMessage(WebCore::SerializedScriptValue::create("message"), 0, "*", frame->domWindow(), exceptionState);
frame             783 Source/web/tests/WebFrameTest.cpp     for (WebCore::LocalFrame* frame = mainFrame; frame; frame = frame->tree().traverseNext())
frame             784 Source/web/tests/WebFrameTest.cpp         EXPECT_TRUE(setTextAutosizingMultiplier(frame->document(), 2));
frame             788 Source/web/tests/WebFrameTest.cpp     for (WebCore::LocalFrame* frame = mainFrame; frame; frame = frame->tree().traverseNext())
frame             789 Source/web/tests/WebFrameTest.cpp         EXPECT_TRUE(checkTextAutosizingMultiplier(frame->document(), 1));
frame            2034 Source/web/tests/WebFrameTest.cpp             RefPtr<WebCore::Node> anchorNode = webViewHelper.webViewImpl()->mainFrameImpl()->frame()->eventHandler().hitTestResultAtPoint(anchorPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent).innerNode();
frame            2806 Source/web/tests/WebFrameTest.cpp         Notification(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId)
frame            2807 Source/web/tests/WebFrameTest.cpp             : frame(frame)
frame            2820 Source/web/tests/WebFrameTest.cpp             return other && frame == other->frame && context == other->context && worldId == other->worldId;
frame            2823 Source/web/tests/WebFrameTest.cpp         WebLocalFrame* frame;
frame            2849 Source/web/tests/WebFrameTest.cpp     virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE
frame            2851 Source/web/tests/WebFrameTest.cpp         createNotifications.push_back(new Notification(frame, context, worldId));
frame            2854 Source/web/tests/WebFrameTest.cpp     virtual void willReleaseScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId) OVERRIDE
frame            2856 Source/web/tests/WebFrameTest.cpp         releaseNotifications.push_back(new Notification(frame, context, worldId));
frame            2882 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(mainFrame, firstCreateNotification->frame);
frame            2886 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(childFrame, secondCreateNotification->frame);
frame            2930 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(mainFrame, firstRefreshNotification->frame);
frame            2934 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(childFrame, secondRefreshNotification->frame);
frame            2964 Source/web/tests/WebFrameTest.cpp     ASSERT_EQ(webViewHelper.webView()->mainFrame(), notification->frame);
frame            2988 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            2993 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar1"), options, false, 0));
frame            2994 Source/web/tests/WebFrameTest.cpp     frame->stopFinding(false);
frame            2995 Source/web/tests/WebFrameTest.cpp     WebRange range = frame->selectionRange();
frame            2998 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->document().focusedElement().isNull());
frame            3001 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar2"), options, false, 0));
frame            3003 Source/web/tests/WebFrameTest.cpp     frame->stopFinding(false);
frame            3004 Source/web/tests/WebFrameTest.cpp     range = frame->selectionRange();
frame            3008 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebString::fromUTF8("INPUT"), frame->document().focusedElement().tagName());
frame            3011 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar3"), options, false, 0));
frame            3013 Source/web/tests/WebFrameTest.cpp     frame->stopFinding(false);
frame            3014 Source/web/tests/WebFrameTest.cpp     range = frame->selectionRange();
frame            3018 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebString::fromUTF8("TEXTAREA"), frame->document().focusedElement().tagName());
frame            3021 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->find(findIdentifier, WebString::fromUTF8("bar4"), options, false, 0));
frame            3023 Source/web/tests/WebFrameTest.cpp     frame->stopFinding(false);
frame            3024 Source/web/tests/WebFrameTest.cpp     range = frame->selectionRange();
frame            3029 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebString::fromUTF8("DIV"), frame->document().focusedElement().tagName());
frame            3032 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->find(findIdentifier, WebString::fromUTF8("bar5"), options, false, 0));
frame            3035 Source/web/tests/WebFrameTest.cpp     frame->stopFinding(false);
frame            3036 Source/web/tests/WebFrameTest.cpp     range = frame->selectionRange();
frame            3047 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            3052 Source/web/tests/WebFrameTest.cpp     frame->loadHTMLString(simpleSource, testURL);
frame            3057 Source/web/tests/WebFrameTest.cpp     WebString text = frame->contentAsText(std::numeric_limits<size_t>::max());
frame            3062 Source/web/tests/WebFrameTest.cpp     text = frame->contentAsText(length);
frame            3067 Source/web/tests/WebFrameTest.cpp     frame->loadHTMLString(outerFrameSource, testURL);
frame            3071 Source/web/tests/WebFrameTest.cpp     WebFrame* subframe = frame->firstChild();
frame            3076 Source/web/tests/WebFrameTest.cpp     text = frame->contentAsText(std::numeric_limits<size_t>::max());
frame            3081 Source/web/tests/WebFrameTest.cpp     text = frame->contentAsText(12);
frame            3089 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            3094 Source/web/tests/WebFrameTest.cpp     frame->loadHTMLString(simpleSource, testURL);
frame            3097 Source/web/tests/WebFrameTest.cpp     WebString text = frame->contentAsText(std::numeric_limits<size_t>::max());
frame            3100 Source/web/tests/WebFrameTest.cpp     const std::string html = frame->contentAsMarkup().utf8();
frame            3103 Source/web/tests/WebFrameTest.cpp     frame->loadHTMLString(WebData(html.c_str(), html.length()), testURL);
frame            3106 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(html, frame->contentAsMarkup().utf8());
frame            3108 Source/web/tests/WebFrameTest.cpp     text = frame->contentAsText(std::numeric_limits<size_t>::max());
frame            3112 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->hasSelection());
frame            3113 Source/web/tests/WebFrameTest.cpp     frame->executeCommand(WebString::fromUTF8("SelectAll"));
frame            3114 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->hasSelection());
frame            3115 Source/web/tests/WebFrameTest.cpp     frame->executeCommand(WebString::fromUTF8("Unselect"));
frame            3116 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->hasSelection());
frame            3117 Source/web/tests/WebFrameTest.cpp     WebString selectionHtml = frame->selectionAsMarkup();
frame            3123 Source/web/tests/WebFrameTest.cpp     virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE
frame            3125 Source/web/tests/WebFrameTest.cpp         frame->executeScript(WebScriptSource("window.history = 'replaced';"));
frame            3194 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3195 Source/web/tests/WebFrameTest.cpp         frame->scopeStringMatches(kFindIdentifier, searchText, options, true);
frame            3311 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3312 Source/web/tests/WebFrameTest.cpp         frame->scopeStringMatches(kFindIdentifier, searchText, options, true);
frame            3338 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> holdSecondFrame = secondFrame->frame();
frame            3351 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3352 Source/web/tests/WebFrameTest.cpp         frame->scopeStringMatches(kFindIdentifier, searchText, options, true);
frame            3379 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> holdSecondFrame = secondFrame->frame();
frame            3381 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3382 Source/web/tests/WebFrameTest.cpp         EXPECT_TRUE(frame->find(kFindIdentifier, searchText, options, false, 0));
frame            3392 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3393 Source/web/tests/WebFrameTest.cpp         frame->scopeStringMatches(kFindIdentifier, searchText, options, true);
frame            3420 Source/web/tests/WebFrameTest.cpp     RefPtr<WebCore::LocalFrame> holdSecondFrame = secondFrame->frame();
frame            3422 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3423 Source/web/tests/WebFrameTest.cpp         EXPECT_TRUE(frame->find(kFindIdentifier, searchText, options, false, 0));
frame            3430 Source/web/tests/WebFrameTest.cpp     for (WebFrame* frame = mainFrame; frame; frame = frame->traverseNext(false))
frame            3431 Source/web/tests/WebFrameTest.cpp         frame->scopeStringMatches(kFindIdentifier, searchText, options, true);
frame            3510 Source/web/tests/WebFrameTest.cpp static WebRect elementBounds(WebFrame* frame, const WebString& id)
frame            3512 Source/web/tests/WebFrameTest.cpp     return frame->document().getElementById(id).boundsInViewportSpace();
frame            3515 Source/web/tests/WebFrameTest.cpp static std::string selectionAsString(WebFrame* frame)
frame            3517 Source/web/tests/WebFrameTest.cpp     return frame->selectionAsText().utf8();
frame            3522 Source/web/tests/WebFrameTest.cpp     WebFrame* frame;
frame            3531 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3532 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Some test text for testing.", selectionAsString(frame));
frame            3534 Source/web/tests/WebFrameTest.cpp     frame->executeCommand(WebString::fromUTF8("Unselect"));
frame            3535 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("", selectionAsString(frame));
frame            3536 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
frame            3537 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Some test text for testing.", selectionAsString(frame));
frame            3540 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3541 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Some offscreen test text for testing.", selectionAsString(frame));
frame            3543 Source/web/tests/WebFrameTest.cpp     frame->executeCommand(WebString::fromUTF8("Unselect"));
frame            3544 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("", selectionAsString(frame));
frame            3545 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
frame            3546 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Some offscreen test text for testing.", selectionAsString(frame));
frame            3551 Source/web/tests/WebFrameTest.cpp     WebFrame* frame;
frame            3560 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3561 Source/web/tests/WebFrameTest.cpp     WebFrame* subframe = frame->firstChild();
frame            3572 Source/web/tests/WebFrameTest.cpp     WebFrame* frame;
frame            3582 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3583 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected.", selectionAsString(frame));
frame            3586 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(endWebRect), WebPoint(0, 0));
frame            3587 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("16-char header. This text is initially selected.", selectionAsString(frame));
frame            3591 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3594 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
frame            3595 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected.", selectionAsString(frame));
frame            3599 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(startWebRect), WebPoint(640, 480));
frame            3600 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected. 16-char footer.", selectionAsString(frame));
frame            3607 Source/web/tests/WebFrameTest.cpp     WebFrame* frame;
frame            3617 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3618 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected.", selectionAsString(frame));
frame            3621 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(endWebRect), WebPoint(0, 0));
frame            3622 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("16-char header. This text is initially selected.", selectionAsString(frame));
frame            3626 Source/web/tests/WebFrameTest.cpp     frame = webViewHelper.webView()->mainFrame();
frame            3629 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
frame            3630 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected.", selectionAsString(frame));
frame            3633 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected.", selectionAsString(frame));
frame            3635 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(startWebRect), WebPoint(640, 480));
frame            3636 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This text is initially selected. 16-char footer.", selectionAsString(frame));
frame            3644 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            3647 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_2');"));
frame            3648 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 2.", selectionAsString(frame));
frame            3649 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_2")), topLeft(elementBounds(frame, "header_1")));
frame            3650 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1. Header 2.", selectionAsString(frame));
frame            3653 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_1');"));
frame            3654 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1.", selectionAsString(frame));
frame            3655 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "header_1")));
frame            3656 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("", selectionAsString(frame));
frame            3658 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->selectionRange().isNull());
frame            3661 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_1');"));
frame            3662 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1.", selectionAsString(frame));
frame            3663 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "header_2")));
frame            3664 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(" Header 2.", selectionAsString(frame));
frame            3667 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('footer_2');"));
frame            3668 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Footer 2.", selectionAsString(frame));
frame            3669 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(elementBounds(frame, "footer_2")), topLeft(elementBounds(frame, "editable_2")));
frame            3670 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(" [ Footer 1. Footer 2.", selectionAsString(frame));
frame            3673 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('footer_2');"));
frame            3674 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Footer 2.", selectionAsString(frame));
frame            3675 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(elementBounds(frame, "footer_2")), topLeft(elementBounds(frame, "header_2")));
frame            3676 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 2. ] [ Editable 1. Editable 2. ] [ Footer 1. Footer 2.", selectionAsString(frame));
frame            3679 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('editable_2');"));
frame            3680 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Editable 2.", selectionAsString(frame));
frame            3681 Source/web/tests/WebFrameTest.cpp     frame->selectRange(bottomRightMinusOne(elementBounds(frame, "editable_2")), topLeft(elementBounds(frame, "header_2")));
frame            3692 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            3695 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_1');"));
frame            3696 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1.", selectionAsString(frame));
frame            3697 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "header_2")));
frame            3698 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1. Header 2.", selectionAsString(frame));
frame            3701 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_2');"));
frame            3702 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 2.", selectionAsString(frame));
frame            3703 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(elementBounds(frame, "header_2")), topLeft(elementBounds(frame, "header_2")));
frame            3704 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("", selectionAsString(frame));
frame            3706 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->selectionRange().isNull());
frame            3709 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_2');"));
frame            3710 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 2.", selectionAsString(frame));
frame            3711 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(elementBounds(frame, "header_2")), topLeft(elementBounds(frame, "header_1")));
frame            3712 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1. ", selectionAsString(frame));
frame            3715 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_1');"));
frame            3716 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1.", selectionAsString(frame));
frame            3717 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "editable_1")));
frame            3718 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1. Header 2. ] ", selectionAsString(frame));
frame            3721 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('header_1');"));
frame            3722 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1.", selectionAsString(frame));
frame            3723 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "footer_1")));
frame            3724 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Header 1. Header 2. ] [ Editable 1. Editable 2. ] [ Footer 1.", selectionAsString(frame));
frame            3727 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectElement('editable_1');"));
frame            3728 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Editable 1.", selectionAsString(frame));
frame            3729 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(elementBounds(frame, "editable_1")), bottomRightMinusOne(elementBounds(frame, "footer_1")));
frame            3748 Source/web/tests/WebFrameTest.cpp     WebCore::RenderObject* renderer = mainFrame->frame()->selection().rootEditableElement()->renderer();
frame            3755 Source/web/tests/WebFrameTest.cpp     renderer = mainFrame->frame()->selection().rootEditableElement()->renderer();
frame            3767 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            3774 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectRange();"));
frame            3779 Source/web/tests/WebFrameTest.cpp     frame->selectRange(movedStart, bottomRightMinusOne(initialEndRect));
frame            3785 Source/web/tests/WebFrameTest.cpp     frame->selectRange(movedStart, bottomRightMinusOne(initialEndRect));
frame            3793 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(initialStartRect), movedEnd);
frame            3799 Source/web/tests/WebFrameTest.cpp     frame->selectRange(topLeft(initialStartRect), movedEnd);
frame            3807 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame;
frame            3812 Source/web/tests/WebFrameTest.cpp     frame = (WebFrameImpl*)webViewHelper.webView()->mainFrame();
frame            3819 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("selectCaret();"));
frame            3824 Source/web/tests/WebFrameTest.cpp     frame->moveCaretSelection(moveTo);
frame            3830 Source/web/tests/WebFrameTest.cpp     frame->moveCaretSelection(moveTo);
frame            4070 Source/web/tests/WebFrameTest.cpp     virtual void didFailProvisionalLoad(WebLocalFrame* frame, const WebURLError& error)
frame            4072 Source/web/tests/WebFrameTest.cpp         frame->loadHTMLString("This should appear", toKURL("data:text/html,chromewebdata"), error.unreachableURL, true);
frame            4076 Source/web/tests/WebFrameTest.cpp     virtual void didCommitProvisionalLoad(WebLocalFrame* frame, bool)
frame            4078 Source/web/tests/WebFrameTest.cpp         if (frame->dataSource()->response().url() != WebURL(URLTestHelpers::toKURL("about:blank")))
frame            4095 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            4114 Source/web/tests/WebFrameTest.cpp     frame->loadHistoryItem(errorHistoryItem);
frame            4117 Source/web/tests/WebFrameTest.cpp     WebString text = frame->contentAsText(std::numeric_limits<size_t>::max());
frame            4176 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            4179 Source/web/tests/WebFrameTest.cpp     frame->moveCaretSelection(WebPoint(0, 0));
frame            4209 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4210 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4222 Source/web/tests/WebFrameTest.cpp     frame->selectRange(WebRange::fromDocumentRange(frame, allTextBeginOffset, allTextLength));
frame            4223 Source/web/tests/WebFrameTest.cpp     RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange();
frame            4228 Source/web/tests/WebFrameTest.cpp     frame->replaceMisspelledRange("welcome");
frame            4229 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("_welcome_.", frame->contentAsText(std::numeric_limits<size_t>::max()).utf8());
frame            4240 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4241 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4251 Source/web/tests/WebFrameTest.cpp     frame->removeSpellingMarkers();
frame            4255 Source/web/tests/WebFrameTest.cpp     frame->selectRange(WebRange::fromDocumentRange(frame, allTextBeginOffset, allTextLength));
frame            4256 Source/web/tests/WebFrameTest.cpp     RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange();
frame            4270 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4271 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4345 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4346 Source/web/tests/WebFrameTest.cpp     WebInputElement webInputElement = frame->document().getElementById("data").to<WebInputElement>();
frame            4347 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4375 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4376 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4384 Source/web/tests/WebFrameTest.cpp     frame->frame()->editor().replaceSelectionWithText("A", false, false);
frame            4385 Source/web/tests/WebFrameTest.cpp     frame->frame()->spellChecker().cancelCheck();
frame            4397 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4398 Source/web/tests/WebFrameTest.cpp     WebInputElement webInputElement = frame->document().getElementById("data").to<WebInputElement>();
frame            4399 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4426 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewHelper.webView()->mainFrame());
frame            4427 Source/web/tests/WebFrameTest.cpp     WebInputElement webInputElement = frame->document().getElementById("data").to<WebInputElement>();
frame            4428 Source/web/tests/WebFrameTest.cpp     Document* document = frame->frame()->document();
frame            4464 Source/web/tests/WebFrameTest.cpp     virtual void didAccessInitialDocument(WebLocalFrame* frame)
frame            4622 Source/web/tests/WebFrameTest.cpp     virtual void didChangeScrollOffset(WebLocalFrame* frame) OVERRIDE
frame            4624 Source/web/tests/WebFrameTest.cpp         if (frame->parent())
frame            4627 Source/web/tests/WebFrameTest.cpp         WebCore::FrameView* view = toWebFrameImpl(frame)->frameView();
frame            4828 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            4829 Source/web/tests/WebFrameTest.cpp     WebHistoryItem firstItem = frame->currentHistoryItem();
frame            4833 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame, m_baseURL + "white-1x1.png");
frame            4835 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->previousHistoryItem().isNull());
frame            4836 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(firstItem.urlString(), frame->previousHistoryItem().urlString());
frame            4838 Source/web/tests/WebFrameTest.cpp     frame->loadHistoryItem(frame->previousHistoryItem());
frame            4840 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(firstItem.urlString(), frame->currentHistoryItem().urlString());
frame            4842 Source/web/tests/WebFrameTest.cpp     frame->reload();
frame            4844 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebURLRequest::ReloadIgnoringCacheData, frame->dataSource()->request().cachePolicy());
frame            4878 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            4883 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->previousHistoryItem().isNull());
frame            4884 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebString::fromUTF8("POST"), frame->dataSource()->request().httpMethod());
frame            4886 Source/web/tests/WebFrameTest.cpp     frame->reload();
frame            4888 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebURLRequest::ReloadIgnoringCacheData, frame->dataSource()->request().cachePolicy());
frame            4889 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebNavigationTypeFormResubmitted, frame->dataSource()->navigationType());
frame            4897 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            4898 Source/web/tests/WebFrameTest.cpp     WebHistoryItem firstItem = frame->currentHistoryItem();
frame            4902 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame, m_baseURL + "white-1x1.png");
frame            4904 Source/web/tests/WebFrameTest.cpp     EXPECT_FALSE(frame->previousHistoryItem().isNull());
frame            4905 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(firstItem.urlString(), frame->previousHistoryItem().urlString());
frame            4908 Source/web/tests/WebFrameTest.cpp     frame->loadHistoryItem(frame->previousHistoryItem(), WebURLRequest::ReloadIgnoringCacheData);
frame            4910 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(firstItem.urlString(), frame->currentHistoryItem().urlString());
frame            4911 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(WebURLRequest::ReloadIgnoringCacheData, frame->dataSource()->request().cachePolicy());
frame            4933 Source/web/tests/WebFrameTest.cpp         WebFrame* frame = WebFrame::create(m_client);
frame            4934 Source/web/tests/WebFrameTest.cpp         parent->appendChild(frame);
frame            4935 Source/web/tests/WebFrameTest.cpp         return frame;
frame            4938 Source/web/tests/WebFrameTest.cpp     virtual void frameDetached(WebFrame* frame) OVERRIDE
frame            4940 Source/web/tests/WebFrameTest.cpp         if (frame->parent())
frame            4941 Source/web/tests/WebFrameTest.cpp             frame->parent()->removeChild(frame);
frame            4942 Source/web/tests/WebFrameTest.cpp         frame->close();
frame            4945 Source/web/tests/WebFrameTest.cpp     virtual void willSendRequest(WebLocalFrame* frame, unsigned, WebURLRequest& request, const WebURLResponse&) OVERRIDE
frame            5011 Source/web/tests/WebFrameTest.cpp     virtual void willSendRequest(WebLocalFrame* frame, unsigned, WebURLRequest&, const WebURLResponse&)
frame            5013 Source/web/tests/WebFrameTest.cpp         if (toWebFrameImpl(frame)->frame()->loader().loadType() == WebCore::FrameLoadTypeSame)
frame            5042 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            5048 Source/web/tests/WebFrameTest.cpp     frame->loadHTMLString(bluePNG, testURL);
frame            5051 Source/web/tests/WebFrameTest.cpp     WebNode node = frame->document().body().firstChild();
frame            5116 Source/web/tests/WebFrameTest.cpp     void didStartProvisionalLoad(WebLocalFrame* frame)
frame            5118 Source/web/tests/WebFrameTest.cpp         WebDataSource* ds = frame->provisionalDataSource();
frame            5120 Source/web/tests/WebFrameTest.cpp         m_frame = frame;
frame            5144 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            5146 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame,
frame            5151 Source/web/tests/WebFrameTest.cpp     WebFrame* iframe = frame->firstChild();
frame            5152 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(client.frame(), iframe);
frame            5155 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame,
frame            5159 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(client.frame(), iframe);
frame            5162 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame,
frame            5166 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(client.frame(), iframe);
frame            5171 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame,
frame            5178 Source/web/tests/WebFrameTest.cpp     iframe = frame->firstChild()->nextSibling();
frame            5179 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(client.frame(), iframe);
frame            5182 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame,
frame            5186 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(client.frame(), iframe);
frame            5245 Source/web/tests/WebFrameTest.cpp     WebFrameImpl* frame = (WebFrameImpl*)webViewHelper.webView()->mainFrame();
frame            5246 Source/web/tests/WebFrameTest.cpp     frame->executeScript(WebScriptSource("allowScroll();"));
frame            5260 Source/web/tests/WebFrameTest.cpp     WebFrame* frame = webViewHelper.webView()->mainFrame();
frame            5261 Source/web/tests/WebFrameTest.cpp     FrameTestHelpers::loadFrame(frame, url);
frame            5264 Source/web/tests/WebFrameTest.cpp     EXPECT_TRUE(frame->currentHistoryItem().isNull());
frame            5269 Source/web/tests/WebFrameTest.cpp     WebHistoryItem item = frame->currentHistoryItem();
frame            5284 Source/web/tests/WebFrameTest.cpp     virtual void frameDetached(WebFrame* frame) OVERRIDE
frame            5286 Source/web/tests/WebFrameTest.cpp         frame->close();
frame            5390 Source/web/tests/WebFrameTest.cpp     Document* document = toWebFrameImpl(webView->mainFrame())->frame()->document();
frame            5440 Source/web/tests/WebFrameTest.cpp     Document* document = toWebFrameImpl(webViewImpl->mainFrame())->frame()->document();
frame            5472 Source/web/tests/WebFrameTest.cpp     Document* document = toWebFrameImpl(webView->mainFrame())->frame()->document();
frame              19 Source/web/tests/WebHelperPluginTest.cpp     FakePlaceholderWebPlugin(blink::WebFrame* frame, const blink::WebPluginParams& params)
frame              20 Source/web/tests/WebHelperPluginTest.cpp         : FakeWebPlugin(frame, params)
frame              33 Source/web/tests/WebHelperPluginTest.cpp     virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
frame              35 Source/web/tests/WebHelperPluginTest.cpp         return m_createPlaceholder ? new FakePlaceholderWebPlugin(frame, params) : new FakeWebPlugin(frame, params);
frame              77 Source/web/tests/WebPluginContainerTest.cpp     TestPlugin(WebFrame* frame, const WebPluginParams& params)
frame              78 Source/web/tests/WebPluginContainerTest.cpp         : FakeWebPlugin(frame, params)
frame              88 Source/web/tests/WebPluginContainerTest.cpp     virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
frame              91 Source/web/tests/WebPluginContainerTest.cpp             return new TestPlugin(frame, params);
frame              92 Source/web/tests/WebPluginContainerTest.cpp         return WebFrameClient::createPlugin(frame, params);
frame             306 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             307 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(frame->frame()->document()->isHTMLDocument());
frame             309 Source/web/tests/WebViewTest.cpp     WebCore::HTMLDocument* document = WebCore::toHTMLDocument(frame->frame()->document());
frame             375 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             376 Source/web/tests/WebViewTest.cpp     WebCore::FrameView* frameView = frame->frame()->view();
frame             386 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(frame->frame()->document()->isHTMLDocument());
frame             513 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             514 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(5, 13);
frame             515 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("56789abc", frame->selectionAsText());
frame             526 Source/web/tests/WebViewTest.cpp     frame = toWebFrameImpl(webView->mainFrame());
frame             527 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(8, 19);
frame             528 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("89abcdefghi", frame->selectionAsText());
frame             587 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             588 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(4, 4);
frame             589 Source/web/tests/WebViewTest.cpp     frame->setCompositionFromExistingText(8, 12, emptyUnderlines);
frame             619 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             621 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(10, 10);
frame             622 Source/web/tests/WebViewTest.cpp     frame->extendSelectionAndDelete(5, 8);
frame             627 Source/web/tests/WebViewTest.cpp     frame->extendSelectionAndDelete(10, 0);
frame             639 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             640 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(4, 10);
frame             641 Source/web/tests/WebViewTest.cpp     frame->setCompositionFromExistingText(8, 12, underlines);
frame             651 Source/web/tests/WebViewTest.cpp     frame->setCompositionFromExistingText(0, 0, emptyUnderlines);
frame             666 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             667 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(27, 27);
frame             673 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(31, 31);
frame             674 Source/web/tests/WebViewTest.cpp     frame->setCompositionFromExistingText(30, 34, underlines);
frame             715 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame             716 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(6, 6);
frame             724 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(8, 8);
frame             732 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(11, 11);
frame             740 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(6, 11);
frame             748 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(2, 2);
frame             761 Source/web/tests/WebViewTest.cpp     WebFrame* frame = webView->mainFrame();
frame             764 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(4, 10);
frame             769 Source/web/tests/WebViewTest.cpp     frame->selectRange(WebPoint(focus.x, focus.y), WebPoint(anchor.x, anchor.y));
frame            1046 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame            1049 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("", std::string(frame->selectionAsText().utf8().data()));
frame            1051 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("testword", std::string(frame->selectionAsText().utf8().data()));
frame            1065 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame            1066 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
frame            1085 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame            1086 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
frame            1173 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame            1174 Source/web/tests/WebViewTest.cpp     frame->setEditableSelectionOffsets(4, 10);
frame            1175 Source/web/tests/WebViewTest.cpp     frame->setCompositionFromExistingText(8, 12, emptyUnderlines);
frame            1231 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame            1232 Source/web/tests/WebViewTest.cpp     frame->setCompositionFromExistingText(8, 12, emptyUnderlines);
frame            1301 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webViewImpl->mainFrame());
frame            1302 Source/web/tests/WebViewTest.cpp     frame->setName("_start");
frame            1370 Source/web/tests/WebViewTest.cpp     WebCore::Document* document = webViewImpl->mainFrameImpl()->frame()->document();
frame            1557 Source/web/tests/WebViewTest.cpp     WebCore::Document* document = webViewImpl->mainFrameImpl()->frame()->document();
frame            1665 Source/web/tests/WebViewTest.cpp     boundingBox = document->frame()->view()->contentsToWindow(boundingBox);
frame            1680 Source/web/tests/WebViewTest.cpp     WebFrameImpl* frame = toWebFrameImpl(webView->mainFrame());
frame            1681 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(frame->frame()->document()->isHTMLDocument());
frame            1682 Source/web/tests/WebViewTest.cpp     WebCore::HTMLDocument* document = WebCore::toHTMLDocument(frame->frame()->document());
frame             255 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c CTracer_trace(CTracer *self, PyFrameObject *frame, int what, PyObject *arg_unused)
frame             263 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         printf("trace: %s @ %s %d\n", what_sym[what], MyText_AS_STRING(frame->f_code->co_filename), frame->f_lineno);
frame             268 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c     if (strstr(MyText_AS_STRING(frame->f_code->co_filename), start_file) && frame->f_lineno == start_line) {
frame             275 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         if (frame == self->last_exc_back) {
frame             293 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c                 SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "missedreturn");
frame             328 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         filename = frame->f_code->co_filename;
frame             334 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             PyObject * args = Py_BuildValue("(OO)", filename, frame);
frame             370 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             frame->f_trace = (PyObject*)self;
frame             371 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             SHOWLOG(self->depth, frame->f_lineno, filename, "traced");
frame             375 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             SHOWLOG(self->depth, frame->f_lineno, filename, "skipped");
frame             388 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c                 int first = frame->f_code->co_firstlineno;
frame             394 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "return");
frame             404 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "line");
frame             409 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c                     if (CTracer_record_pair(self, self->last_line, frame->f_lineno) < 0) {
frame             415 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c                     PyObject * this_line = MyInt_FromLong(frame->f_lineno);
frame             428 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             self->last_line = frame->f_lineno;
frame             448 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         self->last_exc_back = frame->f_back;
frame             449 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         self->last_exc_firstlineno = frame->f_code->co_firstlineno;
frame             483 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c     PyFrameObject *frame;
frame             504 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c             &PyFrame_Type, &frame, &MyText_Type, &what_str, &arg, &lineno)) {
frame             517 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c     orig_lineno = frame->f_lineno;
frame             519 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         frame->f_lineno = lineno;
frame             523 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c     if (CTracer_trace(self, frame, what, arg) == RET_OK) {
frame             529 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c     frame->f_lineno = orig_lineno;
frame              90 public/web/WebDocument.h     BLINK_EXPORT WebLocalFrame* frame() const;
frame             104 public/web/WebFrameClient.h     virtual WebServiceWorkerProvider* createServiceWorkerProvider(WebLocalFrame* frame) { return createServiceWorkerProvider(frame, 0); }
frame             224 public/web/WebFrameClient.h     virtual void didClearWindowObject(WebLocalFrame* frame, int worldId) { }
frame             230 public/web/WebFrameClient.h     virtual void didReceiveTitle(WebLocalFrame* frame, const WebString& title, WebTextDirection direction) { }
frame              52 public/web/WebPermissionClient.h     virtual void requestFileSystemAccess(WebFrame* frame, const WebPermissionCallbacks& callbacks) { }
frame              55 public/web/WebPermissionClient.h     virtual bool allowImage(WebLocalFrame* frame, bool enabledPerSettings, const WebURL& imageURL) { return enabledPerSettings; }