Home | History | Annotate | Download | only in plugins

Lines Matching defs:load

210     if (!m_plugin->load()) {
229 // We only delay starting the plug-in if we're going to kick off the load
284 load(frameLoadRequest, false, 0);
475 m_parentFrame->loader()->load(request->frameLoadRequest().resourceRequest(), targetFrameName, false);
493 // and this has been made sure in ::load.
544 NPError PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData)
602 return load(frameLoadRequest, true, notifyData);
618 return load(frameLoadRequest, false, 0);
1294 return load(frameLoadRequest, sendNotification, notifyData);