Home
last modified time | relevance | path

Searched refs:new_visibility (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_action.cc188 bool ExtensionAction::SetIsVisible(int tab_id, bool new_visibility) { in SetIsVisible() argument
191 if (old_visibility == new_visibility) in SetIsVisible()
194 SetValue(&is_visible_, tab_id, new_visibility); in SetIsVisible()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_runner.cc190 void SetPageVisibility(const std::string& new_visibility);
798 void TestRunnerBindings::SetPageVisibility(const std::string& new_visibility) { in SetPageVisibility() argument
800 runner_->SetPageVisibility(new_visibility); in SetPageVisibility()
2261 void TestRunner::SetPageVisibility(const std::string& new_visibility) { in SetPageVisibility() argument
2262 if (new_visibility == "visible") in SetPageVisibility()
2264 else if (new_visibility == "hidden") in SetPageVisibility()
2266 else if (new_visibility == "prerender") in SetPageVisibility()
Dtest_runner.h264 void SetPageVisibility(const std::string& new_visibility);