OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsProxied
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/pepper/
plugin_module.h
106
bool
IsProxied
() const;
plugin_module.cc
511
bool PluginModule::
IsProxied
() const { return !!host_dispatcher_wrapper_; }
pepper_plugin_instance_impl.cc
601
if (!module_->
IsProxied
()) {
641
if (!module_->
IsProxied
() && render_frame_) {
[
all
...]
Completed in 61 milliseconds