Searched defs:RemoteFrameClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DRemoteFrameClient.h14 class RemoteFrameClient : public FrameClient { class in namespace:blink
16 explicit RemoteFrameClient(WebRemoteFrameImpl*);
H A DRemoteFrameClient.cpp6 #include "web/RemoteFrameClient.h"
14 RemoteFrameClient::RemoteFrameClient(WebRemoteFrameImpl* webFrame) function in class:blink::RemoteFrameClient
19 Frame* RemoteFrameClient::opener() const
24 void RemoteFrameClient::setOpener(Frame*)
29 Frame* RemoteFrameClient::parent() const
34 Frame* RemoteFrameClient::top() const
39 Frame* RemoteFrameClient::previousSibling() const
44 Frame* RemoteFrameClient::nextSibling() const
49 Frame* RemoteFrameClient
[all...]

Completed in 96 milliseconds