Searched defs:plugin_descriptor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dcontent_startup_flags.cc22 const std::string& plugin_descriptor) {
81 if (!plugin_descriptor.empty()) {
83 switches::kRegisterPepperPlugins, plugin_descriptor);
21 SetContentCommandLineFlags(bool single_process, const std::string& plugin_descriptor) argument
H A Dbrowser_startup_controller.cc32 jstring plugin_descriptor) {
34 (plugin_descriptor == NULL
36 : base::android::ConvertJavaStringToUTF8(env, plugin_descriptor));
29 SetCommandLineFlags(JNIEnv* env, jclass clazz, jboolean single_process, jstring plugin_descriptor) argument

Completed in 935 milliseconds