HomeSort by relevance Sort by last modified time
    Searched refs:IsPluginProcess (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome_frame/
renderer_glue.cc 7 bool IsPluginProcess() {
  /external/chromium/chrome/common/
common_glue.cc 29 return !IsPluginProcess();
  /external/chromium_org/content/child/npapi/
npobject_util.h 35 bool IsPluginProcess();
npobject_stub.cc 125 if (IsPluginProcess()) {
164 if (IsPluginProcess()) {
177 if (IsPluginProcess()) {
208 if (IsPluginProcess()) {
226 if (IsPluginProcess()) {
256 if (IsPluginProcess()) {
293 if (IsPluginProcess()) {
305 if (!IsPluginProcess()) {
320 if (!IsPluginProcess()) {
368 if (IsPluginProcess()) {
    [all...]
npobject_proxy.cc 217 if (IsPluginProcess() && proxy->channel()) {
439 if (IsPluginProcess() && proxy->channel()) {
491 if (IsPluginProcess() && proxy->channel()) {
npobject_util.cc 90 if (IsPluginProcess()) {
138 bool IsPluginProcess() {
  /external/chromium_org/chrome/browser/metrics/
metrics_service_unittest.cc 140 TEST_F(MetricsServiceTest, IsPluginProcess) {
142 MetricsService::IsPluginProcess(content::PROCESS_TYPE_PLUGIN));
144 MetricsService::IsPluginProcess(content::PROCESS_TYPE_PPAPI_PLUGIN));
146 MetricsService::IsPluginProcess(content::PROCESS_TYPE_GPU));
metrics_service.h 470 static bool IsPluginProcess(int process_type);
587 FRIEND_TEST_ALL_PREFIXES(MetricsServiceTest, IsPluginProcess);
metrics_service.cc 719 if (!IsPluginProcess(data.process_type))
    [all...]
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 450 if (IsPluginProcess())
464 if (IsPluginProcess())
    [all...]

Completed in 2297 milliseconds