nextPluginLoadObserver   45 Source/web/WebDataSourceImpl.cpp     DEFINE_STATIC_LOCAL(OwnPtr<WebPluginLoadObserver>, nextPluginLoadObserver, ());
nextPluginLoadObserver   46 Source/web/WebDataSourceImpl.cpp     return nextPluginLoadObserver;
nextPluginLoadObserver  150 Source/web/WebDataSourceImpl.cpp     nextPluginLoadObserver() = observer;
nextPluginLoadObserver  156 Source/web/WebDataSourceImpl.cpp     if (!nextPluginLoadObserver())
nextPluginLoadObserver  165 Source/web/WebDataSourceImpl.cpp     ASSERT(nextPluginLoadObserver()->url() == WebURL(request.url()));
nextPluginLoadObserver  166 Source/web/WebDataSourceImpl.cpp     m_pluginLoadObserver = nextPluginLoadObserver().release();