HomeSort by relevance Sort by last modified time
    Searched refs:new_view (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.h 14 explicit NativeViewPhotoboothGtk(gfx::NativeView new_view);
20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
native_view_photobooth.h 37 virtual void Replace(gfx::NativeView new_view) = 0;
native_view_photobooth_gtk.cc 26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) {
native_view_photobooth_win.h 38 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth.h 36 virtual void Replace(gfx::NativeView new_view) = 0;
native_view_photobooth_win.h 37 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 79 RenderWidgetHostView* new_view) {
80 if (new_view)
81 new_view->set_reserved_contents_rect(cached_reserved_rect_);
tab_contents_container_native.h 74 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
tab_contents_container_views.h 66 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
  /external/chromium_org/ash/wm/
partial_screenshot_view.cc 90 PartialScreenshotView* new_view = new PartialScreenshotView( local
92 new_view->Init(*it);
93 views.push_back(new_view);
  /external/chromium_org/ui/views/controls/
scroll_view.h 88 // |member| to |new_view|. If |new_view| is non-null it is added to |parent|.
89 void SetHeaderOrContents(View* parent, View* new_view, View** member);
scroll_view.cc 405 View* new_view,
407 if (*member == new_view)
411 *member = new_view;
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
browser_view.h 473 // Shelf. If |*old_view| differs from new_view, the old_view is removed and
474 // the new_view is added. This is intended to be used when swapping in/out
477 bool UpdateChildViewAndLayout(views::View* new_view, views::View** old_view);
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 116 TabContentsView* new_view = new_contents->view(); local
120 new_view->CreateViewForWidget(new_contents->render_view_host());
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.cc 616 WebViewId new_view; local
617 StringToWebViewId(id_or_name, &new_view);
618 if (new_view.IsValid()) {
622 new_view,
648 new_view = views[i].view_id;
658 current_target_ = FrameId(new_view, FramePath());
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 482 WebContentsViewGuest* new_view = local
484 new_view->OnGuestInitialized(embedder_web_contents->GetView());
1098 WebContentsViewGuest* new_view = local
    [all...]
  /external/chromium_org/ash/launcher/
launcher_view.cc 1321 views::View* new_view = CreateViewForItem(item); local
    [all...]
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 412 RenderViewImpl* new_view = RenderViewImpl::FromWebView(new_web_view); local
413 policy = new_view->decidePolicyForNavigation(
423 new_view->Close();
424 new_view->Release();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 1499 WebContentsViewPort* new_view = new_contents->view_.get(); local
    [all...]

Completed in 2408 milliseconds