Searched defs:GetView (Results 1 - 15 of 15) sorted by last modified time

/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 ...
/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:__anon17430::StringVectorImpl
H A Dfile_picker_ash.cc50 STDMETHOD(GetView)(winfoundtn::Collections::IVectorView<HSTRING> **view) { function in class:__anon17431::StringVectorImpl
/external/chromium_org/extensions/renderer/
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 Dconnection_manager.cc105 ServerView* ConnectionManager::GetView(const ViewId& id) { function in class:mojo::service::ConnectionManager
109 return i == connection_map_.end() ? NULL : i->second->GetView(id);
H A Dview_manager_service_impl.cc33 CHECK(GetView(root_id));
52 const ServerView* ViewManagerServiceImpl::GetView(const ViewId& id) const { function in class:mojo::service::ViewManagerServiceImpl
57 return connection_manager_->GetView(id);
248 local_views->push_back(GetView(view->id()));
273 RemoveFromKnown(GetView(view_id), &local_views);
280 ServerView* view = GetView(view_id);
335 const ServerView* root = GetView(ViewIdFromTransportId(*i));
364 ServerView* view = GetView(ViewIdFromTransportId(transport_view_id));
379 ServerView* parent = GetView(ViewIdFromTransportId(parent_id));
380 ServerView* child = GetView(ViewIdFromTransportI
[all...]
H A Dview_manager_service_impl.h62 ServerView* GetView(const ViewId& id) { function in class:mojo::service::ViewManagerServiceImpl
64 const_cast<const ViewManagerServiceImpl*>(this)->GetView(id));
66 const ServerView* GetView(const ViewId& id) const;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc269 controller_->delegate()->GetRenderViewHost()->GetView();
284 if (render_view_host_->GetView() &&
285 render_view_host_->GetView()->HasFocus() &&
286 controller_->delegate()->GetRenderViewHost()->GetView()) {
287 controller_->delegate()->GetRenderViewHost()->GetView()->Focus();
481 render_view_host_->GetView()->Show();
485 controller_->delegate()->GetRenderViewHost()->GetView();
582 static_cast<WebContentsImpl*>(web_contents())->GetView();
696 if (render_view_host_->GetView())
697 render_view_host_->GetView()
717 RenderWidgetHostView* InterstitialPageImpl::GetView() { function in class:content::InterstitialPageImpl
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc333 RenderWidgetHostView* RenderWidgetHostImpl::GetView() const { function in class:content::RenderWidgetHostImpl
1480 if (GetView())
2259 gfx::Rect view_bounds = GetView()->GetViewBounds();
2264 GetView()->GetNativeView(), &png, snapshot_bounds)) {
2271 GetView()->GetNativeView(),
2284 gfx::Rect view_bounds = GetView()->GetViewBounds();
2289 GetView()->GetNativeView(), &png, snapshot_bounds)) {
2295 GetView()->GetNativeView(),
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc717 return widget_host ? widget_host->GetView() : NULL;
720 WebContentsView* WebContentsImpl::GetView() const { function in class:content::WebContentsImpl
1160 RenderWidgetHostView* view = host->GetView();
1171 if (host->GetView() == i->second) {
1765 !new_contents->GetRenderViewHost()->GetView())
3094 ->InitDisplaySleepBlocker(GetView()->GetNativeView());
3408 static_cast<WebContentsViewGuest*>(GetView());
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc289 TestAutofillDialogView* GetView() { function in class:autofill::__anon5015::TestAutofillDialogController
488 controller()->GetView()->SetUserInput(SECTION_CC, cc_outputs);
505 controller()->GetView()->SetUserInput(SECTION_CC_BILLING, outputs);
530 controller()->GetView()->SetUserInput(section, outputs);
975 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(3);
1126 controller()->GetView()->CheckSaveDetailsLocallyCheckbox(true);
1151 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1249 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(3);
1784 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1809 EXPECT_CALL(*controller()->GetView(), ModelChange
[all...]
/external/chromium_org/ash/wm/
H A Dapp_list_controller.h70 app_list::AppListView* GetView() { return view_; } function in class:ash::AppListController

Completed in 7126 milliseconds