/external/chromium_org/third_party/WebKit/Source/core/html/ |
PluginDocument.cpp | 32 #include "core/frame/LocalFrame.h" 85 LocalFrame* frame = document()->frame();
|
ImageDocument.cpp | 35 #include "core/frame/LocalFrame.h" 103 LocalFrame* frame = document->frame(); 126 LocalFrame* frame = document()->frame();
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLTreeBuilder.h | 48 class LocalFrame;
|
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
ApplicationCacheHost.h | 45 class LocalFrame;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchDisambiguation.cpp | 40 #include "core/frame/LocalFrame.h" 89 void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes)
|
SpatialNavigation.cpp | 34 #include "core/frame/LocalFrame.h" 54 static LayoutRect rectToAbsoluteCoordinates(LocalFrame* initialFrame, const LayoutRect&); 92 bool isSpatialNavigationEnabled(const LocalFrame* frame) 331 bool scrollInDirection(LocalFrame* frame, FocusType type) 468 bool canScrollInDirection(const LocalFrame* frame, FocusType type) 498 static LayoutRect rectToAbsoluteCoordinates(LocalFrame* initialFrame, const LayoutRect& initialRect) 533 LayoutRect frameRectInAbsoluteCoordinates(LocalFrame* frame)
|
EventHandler.cpp | 55 #include "core/frame/LocalFrame.h" 201 EventHandler::EventHandler(LocalFrame* frame) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FastTextAutosizer.h | 88 RefPtr<LocalFrame> m_mainFrame; 240 int m_frameWidth; // LocalFrame width in density-independent pixels (DIPs).
|
RenderLayerModelObject.cpp | 28 #include "core/frame/LocalFrame.h" 78 if (LocalFrame* frame = this->frame()) {
|
RenderScrollbar.cpp | 31 #include "core/frame/LocalFrame.h" 39 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame) 44 RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
|
RenderLayerScrollableArea.cpp | 51 #include "core/frame/LocalFrame.h" 104 if (LocalFrame* frame = box().frame()) 108 if (LocalFrame* frame = box().frame()) { 125 if (LocalFrame* frame = box().frame()) { 352 LocalFrame* frame = box().frame(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAElement.cpp | 35 #include "core/frame/LocalFrame.h" 161 LocalFrame* frame = document().frame();
|
SVGSVGElement.cpp | 36 #include "core/frame/LocalFrame.h" 145 LocalFrame* frame = document().frame(); 162 LocalFrame* frame = document().frame(); 435 if (LocalFrame* frame = document().frame())
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ExternalPopupMenu.cpp | 35 #include "core/frame/LocalFrame.h" 51 ExternalPopupMenu::ExternalPopupMenu(LocalFrame& frame, PopupMenuClient* popupMenuClient, WebViewImpl& webView)
|
WebPopupMenuImpl.h | 43 class LocalFrame;
|
WebPluginContainerImpl.cpp | 57 #include "core/frame/LocalFrame.h" 281 LocalFrame* frame = m_element->document().frame(); 429 LocalFrame* frame = m_element->document().frame(); 442 LocalFrame* frame = m_element->document().frame(); 464 LocalFrame* frame = m_element->document().frame(); 491 LocalFrame* frame = m_element->document().frame(); 872 LocalFrame& containingFrame = toFrameView(parent())->frame();
|
FrameLoaderClientImpl.cpp | 298 // Clear our reference to WebCore::LocalFrame at the very end, in case the client 404 void FrameLoaderClientImpl::dispatchDidCommitLoad(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType) 569 PassRefPtr<DocumentLoader> FrameLoaderClientImpl::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data) 601 PassRefPtr<LocalFrame> FrameLoaderClientImpl::createFrame(
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorConsoleAgent.cpp | 32 #include "core/frame/LocalFrame.h" 259 void InspectorConsoleAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader) 274 void InspectorConsoleAgent::didReceiveResourceResponse(LocalFrame*, unsigned long requestIdentifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
|
InspectorDebuggerAgent.h | 99 String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); 100 PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
|
InspectorOverlay.cpp | 40 #include "core/frame/LocalFrame.h" 150 LocalFrame* containingFrame = node->document().frame(); 225 LocalFrame* containingFrame = node->document().frame(); 547 LocalFrame* containingFrame = node->document().frame(); 620 LocalFrame* containingFrame = node->document().frame(); 707 RefPtr<LocalFrame> frame = LocalFrame::create(dummyFrameLoaderClient, &m_overlayPage->frameHost(), 0);
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
ScrollingCoordinator.cpp | 35 #include "core/frame/LocalFrame.h" 401 typedef HashMap<const RenderLayer*, Vector<const LocalFrame*> > LayerFrameMap; 402 static void makeLayerChildFrameMap(const LocalFrame* currentFrame, LayerFrameMap* map) 415 map->add(containingLayer, Vector<const LocalFrame*>()).storedValue->value.append(toLocalFrame(child)); 515 const LocalFrame* childFrame = mapIter->value[i]; 528 static void projectRectsToGraphicsLayerSpace(LocalFrame* mainFrame, const LayerHitTestRects& layerRects, GraphicsLayerHitTestRects& graphicsRects) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
InspectorIndexedDBAgent.cpp | 41 #include "core/frame/LocalFrame.h" 541 LocalFrame* findFrameWithSecurityOrigin(Page* page, const String& securityOrigin) 594 static Document* assertDocument(ErrorString* errorString, LocalFrame* frame) 621 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin); 642 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin); 658 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin); 763 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ResourceFetcher.cpp | 56 #include "core/frame/LocalFrame.h" 253 LocalFrame* ResourceFetcher::frame() const 264 if (LocalFrame* frame = this->frame()) 281 if (LocalFrame* f = frame()) { 446 if (LocalFrame* f = frame()) { 454 if (LocalFrame* f = frame()) { 686 if (LocalFrame* f = frame()) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8Binding.cpp | 50 #include "core/frame/LocalFrame.h" 729 LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context> context) 734 // We return 0 here because |context| is detached from the LocalFrame. If we 744 if (LocalFrame* frame = toDocument(context)->frame()) 753 v8::Local<v8::Context> toV8Context(LocalFrame* frame, DOMWrapperWorld& world) 760 LocalFrame* attachedFrame= toFrameIfNotDetached(context); 834 v8::Isolate* toIsolate(LocalFrame* frame) [all...] |
V8WindowShell.cpp | 47 #include "core/frame/LocalFrame.h" 82 PassOwnPtr<V8WindowShell> V8WindowShell::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate) 87 V8WindowShell::V8WindowShell(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate) 167 // The outer window sticks to a LocalFrame, it is exposed to JavaScript
|