/external/chromium_org/third_party/WebKit/Source/core/clipboard/ |
Clipboard.cpp | 36 #include "core/frame/LocalFrame.h" 251 PassOwnPtr<DragImage> Clipboard::createDragImage(IntPoint& loc, LocalFrame* frame) const 354 void Clipboard::writeRange(Range* selectedRange, LocalFrame* frame)
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InputMethodController.cpp | 37 #include "core/frame/LocalFrame.h" 59 PassOwnPtr<InputMethodController> InputMethodController::create(LocalFrame& frame) 64 InputMethodController::InputMethodController(LocalFrame& frame)
|
CompositeEditCommand.h | 45 virtual bool belongsTo(const LocalFrame&) const OVERRIDE;
|
SpellCheckRequester.cpp | 33 #include "core/frame/LocalFrame.h" 118 SpellCheckRequester::SpellCheckRequester(LocalFrame& frame)
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAnchorElement.cpp | 32 #include "core/frame/LocalFrame.h" 363 LocalFrame* frame = document().frame(); 555 LocalFrame* frame = document.frame();
|
HTMLFormElement.cpp | 41 #include "core/frame/LocalFrame.h" 311 LocalFrame* frame = document().frame(); 356 LocalFrame* frame = document().frame(); 422 LocalFrame* targetFrame = document().frame()->loader().findFrameForNavigation(submission->target(), submission->state()->sourceDocument()); 449 LocalFrame* frame = document().frame();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestResult.cpp | 32 #include "core/frame/LocalFrame.h" 182 LocalFrame* HitTestResult::innerNodeFrame() const 196 if (LocalFrame* frame = m_innerNonSharedNode->document().frame())
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.h | 60 class LocalFrame; 328 LocalFrame* frame() const;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebMediaPlayerClientImpl.cpp | 8 #include "core/frame/LocalFrame.h" 55 static PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(WebMediaPlayerClient* client, const WebURL& url, LocalFrame* frame) 201 LocalFrame* frame = mediaElement().document().frame();
|
TextFinder.cpp | 206 LocalFrame* frame = m_ownerFrame.frame(); 656 LocalFrame* frame = m_ownerFrame.frame();
|
WebDevToolsAgentImpl.cpp | 42 #include "core/frame/LocalFrame.h" 306 if (WebCore::LocalFrame* frame = webframe->frame()) 626 LocalFrame* WebDevToolsAgentImpl::mainFrame()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
NPV8Object.cpp | 42 #include "core/frame/LocalFrame.h" 254 LocalFrame* frame = v8NpObject->rootObject->frame(); 305 LocalFrame* frame = v8NpObject->rootObject->frame(); 350 LocalFrame* frame = v8NpObject->rootObject->frame(); 588 LocalFrame* frame = object->rootObject->frame();
|
V8LazyEventListener.cpp | 48 #include "core/frame/LocalFrame.h" 91 LocalFrame* frame = toDocument(scriptState()->executionContext())->frame();
|
V8Binding.h | 55 class LocalFrame; 763 v8::Isolate* toIsolate(LocalFrame*); 777 // Returns a V8 context associated with a LocalFrame and a DOMWrapperWorld. 779 v8::Local<v8::Context> toV8Context(LocalFrame*, DOMWrapperWorld&); 782 // a context, if the window is currently being displayed in the LocalFrame. 783 LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context>); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ViewportDescription.cpp | 34 #include "core/frame/LocalFrame.h" 203 void ViewportDescription::reportMobilePageStats(const LocalFrame* mainFrame) const
|
Document.h | 133 class LocalFrame; 461 LocalFrame* frame() const { return m_frame; } // can be null 575 LocalFrame* findUnsafeParentScrollPropagationBoundary(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
SmartClip.cpp | 74 SmartClip::SmartClip(PassRefPtr<LocalFrame> frame)
|
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
ContentSecurityPolicy.cpp | 35 #include "core/frame/LocalFrame.h" 293 template<bool (CSPDirectiveList::*allowed)(LocalFrame*, ContentSecurityPolicy::ReportingStatus) const> 294 bool isAllowedByAllWithFrame(const CSPDirectiveListVector& policies, LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) 464 bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) const 595 LocalFrame* frame = document->frame(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
TextControlInnerElements.cpp | 36 #include "core/frame/LocalFrame.h" 214 if (LocalFrame* frame = document().frame())
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameFetchContext.cpp | 35 #include "core/frame/LocalFrame.h" 48 FrameFetchContext::FrameFetchContext(LocalFrame* frame)
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
AutoscrollController.cpp | 33 #include "core/frame/LocalFrame.h" 175 void AutoscrollController::handleMouseReleaseForPanScrolling(LocalFrame* frame, const PlatformMouseEvent& mouseEvent)
|
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
Performance.cpp | 36 #include "core/frame/LocalFrame.h" 48 Performance::Performance(LocalFrame* frame)
|
PerformanceTiming.cpp | 36 #include "core/frame/LocalFrame.h" 51 PerformanceTiming::PerformanceTiming(LocalFrame* frame)
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLStyleSheetLibxslt.cpp | 29 #include "core/frame/LocalFrame.h" 133 if (LocalFrame* frame = ownerDocument()->frame())
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
NavigatorGamepad.cpp | 31 #include "core/frame/LocalFrame.h" 159 NavigatorGamepad::NavigatorGamepad(LocalFrame* frame)
|