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

  /external/webkit/Source/WebCore/loader/
FormState.h 52 Frame* sourceFrame() const { return m_sourceFrame.get(); }
FrameLoader.cpp 316 ASSERT(submission->state()->sourceFrame() == m_frame);
    [all...]
  /system/media/mca/filterpacks/imageproc/java/
DrawOverlayFilter.java 69 Frame sourceFrame = pullInput("source");
80 Frame output = env.getFrameManager().newFrame(sourceFrame.getFormat());
81 output.setDataFromFrame(sourceFrame);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 701 WebFrame* sourceFrame = static_cast<WebFrameLoaderClient*>(formState->sourceFrame()->loader()->client())->webFrame();
705 webPage->injectedBundleFormClient().willSubmitForm(webPage, form, m_frame, sourceFrame, values, userData);
711 webPage->send(Messages::WebPageProxy::WillSubmitForm(m_frame->frameID(), sourceFrame->frameID(), valuesVector, listenerID, InjectedBundleUserMessageEncoder(userData.get())));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 74 milliseconds