Searched defs:CreateView (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/login/
H A Dview_screen.h33 virtual void CreateView();
96 CreateView();
119 void ViewScreen<V>::CreateView() { function in class:ViewScreen
H A Dhtml_page_screen.cc48 void HTMLPageScreen::CreateView() { function in class:chromeos::HTMLPageScreen
49 ViewScreen<HTMLPageView>::CreateView();
H A Daccount_screen.cc90 void AccountScreen::CreateView() { function in class:chromeos::AccountScreen
91 ViewScreen<AccountCreationView>::CreateView();
H A Dnetwork_screen.cc92 void NetworkScreen::CreateView() { function in class:chromeos::NetworkScreen
94 ViewScreen<NetworkSelectionView>::CreateView();
H A Dregistration_screen.cc62 void RegistrationScreen::CreateView() { function in class:chromeos::RegistrationScreen
63 ViewScreen<RegistrationView>::CreateView();
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl315 proc CreateView {} { procedure
340 {[CreateView]}
/external/chromium/chrome/browser/extensions/
H A Dextension_process_manager.cc35 virtual ExtensionHost* CreateView(const Extension* extension,
115 ExtensionHost* ExtensionProcessManager::CreateView(const Extension* extension, function in class:ExtensionProcessManager
129 host->CreateView(browser);
134 ExtensionHost* ExtensionProcessManager::CreateView(const GURL& url, function in class:ExtensionProcessManager
144 return CreateView(extension, url, browser, view_type);
152 return CreateView(extension, url, browser, ViewType::EXTENSION_POPUP);
157 return CreateView(url, browser, ViewType::EXTENSION_POPUP);
162 return CreateView(extension, url, browser, ViewType::EXTENSION_INFOBAR);
167 return CreateView(url, browser, ViewType::EXTENSION_INFOBAR);
383 ExtensionHost* IncognitoExtensionProcessManager::CreateView( function in class:IncognitoExtensionProcessManager
[all...]
H A Dextension_host.cc166 void ExtensionHost::CreateView(Browser* browser) { function in class:ExtensionHost
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc53 CreateView();
61 void CandidateWindowControllerImpl::CreateView() { function in class:chromeos::input_method::CandidateWindowControllerImpl
/external/chromium_org/content/test/
H A Dtest_web_contents_view.cc92 void TestWebContentsView::CreateView(const gfx::Size& initial_size, function in class:content::TestWebContentsView
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h106 virtual int CreateView(Uint32 flags, Uint32 gl_flags) { function in class:SDL_BWin
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc69 void TabContentsViewTouch::CreateView(const gfx::Size& initial_size) { function in class:TabContentsViewTouch
H A Dtab_contents_view_views.cc64 void TabContentsViewViews::CreateView(const gfx::Size& initial_size) { function in class:TabContentsViewViews
H A Dtab_contents_view_gtk.cc152 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) { function in class:TabContentsViewGtk
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc140 void WebContentsViewAndroid::CreateView( function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc67 // This would go in WebContentsViewGuest::CreateView, but that is too early to
111 void WebContentsViewGuest::CreateView(const gfx::Size& initial_size, function in class:content::WebContentsViewGuest
113 platform_view_->CreateView(initial_size, context);
H A Dweb_contents_view_gtk.cc194 void WebContentsViewGtk::CreateView( function in class:content::WebContentsViewGtk
H A Dweb_contents_view_win.cc147 void WebContentsViewWin::CreateView( function in class:content::WebContentsViewWin
H A Dweb_contents_view_aura.cc1110 void WebContentsViewAura::CreateView( function in class:content::WebContentsViewAura
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.cc130 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) { function in class:TabContentsViewGtk
/external/chromium_org/chrome/browser/extensions/
H A Dextension_host.cc176 void ExtensionHost::CreateView(Browser* browser) { function in class:extensions::ExtensionHost
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc954 ChromeAppViewFactory::CreateView(winapp::Core::IFrameworkView** view) { function in class:ChromeAppViewFactory
H A Dchrome_app_view.cc1212 ChromeAppViewFactory::CreateView(winapp::Core::IFrameworkView** view) { function in class:ChromeAppViewFactory
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc574 void CreateView();
1278 CreateView();
1283 void CandidateWindowController::Impl::CreateView() { function in class:chromeos::CandidateWindowController::Impl
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc562 view_.reset(CreateView());
2348 AutofillDialogView* AutofillDialogControllerImpl::CreateView() { function in class:autofill::AutofillDialogControllerImpl

Completed in 708 milliseconds

12