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

  /external/chromium_org/chrome/browser/
shell_integration.h 235 virtual bool IsOwnedByWorker();
shell_integration.cc 140 bool ShellIntegration::DefaultWebClientObserver::IsOwnedByWorker() {
205 if (observer_ && observer_->IsOwnedByWorker()) {
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 62 virtual bool IsOwnedByWorker() OVERRIDE;
protocol_handler_registry.cc 255 bool ProtocolHandlerRegistry::DefaultClientObserver::IsOwnedByWorker() {
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.cc 138 virtual bool IsOwnedByWorker() OVERRIDE { return true; }

Completed in 39 milliseconds