Home
last modified time | relevance | path

Searched refs:web_test_platform_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/browser/
H A Dweb_test_shell_platform_delegate_views.cc32 web_test_platform_ = std::make_unique<WebTestPlatformData>(); in Initialize()
33 web_test_platform_->aura = in Initialize()
51 web_test_platform_->aura->ResizeWindow(initial_size); in CreatePlatformWindow()
82 aura::Window* parent = web_test_platform_->aura->host()->window(); in SetContents()
H A Dweb_test_shell_platform_delegate.h66 std::unique_ptr<WebTestPlatformData> web_test_platform_; variable