Home | History | Annotate | Download | only in ppapi_plugin

Lines Matching refs:library

275   base::ScopedNativeLibrary library;
277 // Load the plugin from the specified library.
279 library.Reset(base::LoadNativeLibrary(path, &error));
280 if (!library.is_valid()) {
296 library.GetFunctionPointer("PPP_GetInterface"));
298 LOG(WARNING) << "No PPP_GetInterface in plugin library";
307 library.GetFunctionPointer("PPP_ShutdownBroker")) :
309 library.GetFunctionPointer("PPP_ShutdownModule"));
315 library.GetFunctionPointer("PPP_InitializeModule"));
317 LOG(WARNING) << "No PPP_InitializeModule in plugin library";
371 library.GetFunctionPointer("PPP_InitializeBroker"));
373 LOG(WARNING) << "No PPP_InitializeBroker in plugin library";
392 // doing something nontrivial with the library), else the sandbox
408 library_.Reset(library.Release());