HomeSort by relevance Sort by last modified time
    Searched defs:RemoteFrameClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
RemoteFrameClient.h 14 class RemoteFrameClient : public WebCore::FrameClient {
16 explicit RemoteFrameClient(WebRemoteFrameImpl*);
RemoteFrameClient.cpp 6 #include "web/RemoteFrameClient.h"
12 RemoteFrameClient::RemoteFrameClient(WebRemoteFrameImpl* webFrame)
17 WebCore::Frame* RemoteFrameClient::opener() const
22 void RemoteFrameClient::setOpener(WebCore::Frame*)
27 WebCore::Frame* RemoteFrameClient::parent() const
32 WebCore::Frame* RemoteFrameClient::top() const
37 WebCore::Frame* RemoteFrameClient::previousSibling() const
42 WebCore::Frame* RemoteFrameClient::nextSibling() const
47 WebCore::Frame* RemoteFrameClient::firstChild() cons
    [all...]

Completed in 52 milliseconds