Searched defs:GetView (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/apps/shell/renderer/
H A Dshell_custom_bindings.cc22 "GetView",
23 base::Bind(&ShellCustomBindings::GetView, base::Unretained(this)));
26 void ShellCustomBindings::GetView( function in class:apps::ShellCustomBindings
/external/chromium_org/ash/wm/
H A Dapp_list_controller.h69 app_list::AppListView* GetView() { return view_; } function in class:ash::AppListController
/external/chromium_org/chrome/renderer/extensions/
H A Dapp_window_custom_bindings.cc60 RouteFunction("GetView",
61 base::Bind(&AppWindowCustomBindings::GetView,
69 void AppWindowCustomBindings::GetView( function in class:extensions::AppWindowCustomBindings
/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_service_impl.h66 View* GetView(const ViewId& id) { function in class:mojo::view_manager::service::ViewManagerServiceImpl
68 const_cast<const ViewManagerServiceImpl*>(this)->GetView(id));
70 const View* GetView(const ViewId& id) const;
H A Droot_node_manager.cc108 View* RootNodeManager::GetView(const ViewId& id) { function in class:mojo::view_manager::service::RootNodeManager
110 return i == connection_map_.end() ? NULL : i->second->GetView(id);
H A Dview_manager_service_impl.cc91 const View* ViewManagerServiceImpl::GetView(const ViewId& id) const { function in class:mojo::view_manager::service::ViewManagerServiceImpl
96 return root_node_manager_->GetView(id);
322 const View* view = GetView(view_id);
371 View* view = GetView(view_id);
390 View* view = GetView(view_id);
678 View* view = GetView(ViewIdFromTransportId(view_id));
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view_unittest.cc66 NotifierSettingsView* GetView() const;
97 NotifierSettingsView* NotifierSettingsViewTest::GetView() const { function in class:message_center::NotifierSettingsViewTest
103 GetView()->buttons_;
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_views.cc340 View* NativeScrollBarViews::GetView() { function in class:views::NativeScrollBarViews
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc53 STDMETHOD(GetView)(winfoundtn::Collections::IVectorView<HSTRING> **view) { function in class:__anon16629::StringVectorImpl
H A Dfile_picker_ash.cc51 STDMETHOD(GetView)(winfoundtn::Collections::IVectorView<HSTRING> **view) { function in class:__anon16630::StringVectorImpl
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc268 controller_->delegate()->GetRenderViewHost()->GetView();
283 if (render_view_host_->GetView() &&
284 render_view_host_->GetView()->HasFocus() &&
285 controller_->delegate()->GetRenderViewHost()->GetView()) {
286 controller_->delegate()->GetRenderViewHost()->GetView()->Focus();
473 render_view_host_->GetView()->Show();
477 controller_->delegate()->GetRenderViewHost()->GetView();
570 static_cast<WebContentsImpl*>(web_contents())->GetView();
684 if (render_view_host_->GetView())
685 render_view_host_->GetView()
705 RenderWidgetHostView* InterstitialPageImpl::GetView() { function in class:content::InterstitialPageImpl
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc288 TestAutofillDialogView* GetView() { function in class:autofill::__anon4956::TestAutofillDialogController
486 controller()->GetView()->SetUserInput(SECTION_CC, cc_outputs);
503 controller()->GetView()->SetUserInput(SECTION_CC_BILLING, outputs);
528 controller()->GetView()->SetUserInput(section, outputs);
964 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(3);
1119 controller()->GetView()->CheckSaveDetailsLocallyCheckbox(true);
1144 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1242 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(3);
1773 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1798 EXPECT_CALL(*controller()->GetView(), ModelChange
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc338 RenderWidgetHostView* RenderWidgetHostImpl::GetView() const { function in class:content::RenderWidgetHostImpl
1403 if (GetView())
2266 gfx::Rect view_bounds = GetView()->GetViewBounds();
2271 GetView()->GetNativeView(), &png, snapshot_bounds)) {
2278 GetView()->GetNativeView(),
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc676 return widget_host ? widget_host->GetView() : NULL;
679 WebContentsView* WebContentsImpl::GetView() const { function in class:content::WebContentsImpl
1043 if (host->GetView() == i->second) {
1633 !new_contents->GetRenderViewHost()->GetView())
2921 ->InitDisplaySleepBlocker(GetView()->GetNativeView());
3197 static_cast<WebContentsViewGuest*>(GetView());
3972 view_->SetOverlayView(static_cast<WebContentsImpl*>(overlay)->GetView(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 543 milliseconds