HomeSort by relevance Sort by last modified time
    Searched refs:m_frameClient (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebHelperPluginTest.cpp 49 m_helper.initializeAndLoad("about:blank", false, &m_frameClient);
61 WebHelperPluginFrameClient m_frameClient;
87 m_frameClient.setCreatePlaceholder(true);
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 101 : m_frameClient(this)
804 setWebCoreFrame(RemoteFrame::create(&m_frameClient, &page->frameHost(), 0));
813 RefPtr<RemoteFrame> childFrame = RemoteFrame::create(&child->m_frameClient, frame()->host(), result.storedValue->value.get());
WebRemoteFrameImpl.h 187 RemoteFrameClient m_frameClient;

Completed in 438 milliseconds