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

  /external/chromium_org/chrome/browser/extensions/
extension_functional_browsertest.cc 73 service->SetIsIncognitoEnabled(last_loaded_extension_id_, false);
79 service->SetIsIncognitoEnabled(last_loaded_extension_id_, false);
85 service->SetIsIncognitoEnabled(last_loaded_extension_id_, true);
90 service->SetIsIncognitoEnabled(last_loaded_extension_id_, false);
extension_messages_apitest.cc 376 ExtensionPrefs::Get(profile())->SetIsIncognitoEnabled(id, true);
extension_prefs.h 379 void SetIsIncognitoEnabled(const std::string& extension_id, bool enabled);
extension_service.h 219 virtual void SetIsIncognitoEnabled(const std::string& extension_id,
    [all...]
extension_service.cc     [all...]
extension_browsertest.cc 179 service->SetIsIncognitoEnabled(extension_id, true);
extension_prefs.cc     [all...]
extension_service_unittest.cc     [all...]
  /external/chromium/chrome/browser/extensions/
mock_extension_service.h 41 MOCK_METHOD2(SetIsIncognitoEnabled, void(const std::string&, bool));
browser_action_apitest.cc 299 SetIsIncognitoEnabled(extension->id(), true);
333 service->extension_prefs()->SetIsIncognitoEnabled(
335 service->extension_prefs()->SetIsIncognitoEnabled(
extension_service.h 80 virtual void SetIsIncognitoEnabled(const std::string& extension_id,
193 virtual void SetIsIncognitoEnabled(const std::string& extension_id,
extension_prefs.h 198 void SetIsIncognitoEnabled(const std::string& extension_id, bool enabled);
extension_browsertest.cc 92 service->SetIsIncognitoEnabled(extension->id(), incognito_enabled);
extension_service.cc     [all...]
extensions_ui.cc 414 extensions_service_->SetIsIncognitoEnabled(extension_id,
    [all...]
extension_updater_unittest.cc 120 virtual void SetIsIncognitoEnabled(const std::string& id,
    [all...]
extension_prefs.cc 718 void ExtensionPrefs::SetIsIncognitoEnabled(const std::string& extension_id,
    [all...]
extension_service_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 492 extension_prefs()->SetIsIncognitoEnabled(extension->id(), true);
532 service->extension_prefs()->SetIsIncognitoEnabled(extension_a->id(), true);
533 service->extension_prefs()->SetIsIncognitoEnabled(extension_c->id(), true);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 119 profile->GetExtensionService()->SetIsIncognitoEnabled(
125 profile->GetExtensionService()->SetIsIncognitoEnabled(
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 520 extensions_service_->SetIsIncognitoEnabled(extension, enable_str == "true");
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 548 service->SetIsIncognitoEnabled(extension->id(), params->allow);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 1104 milliseconds