OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_view
(Results
1 - 19
of
19
) 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/ash/shelf/
shelf_view.cc
1600
views::View*
new_view
= CreateViewForItem(item);
local
[
all
...]
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc
566
WebContentsViewGuest*
new_view
=
local
568
new_view
->OnGuestInitialized(embedder_web_contents->GetView());
1224
WebContentsViewGuest*
new_view
=
local
[
all
...]
/external/chromium_org/content/renderer/
render_view_browsertest.cc
487
RenderViewImpl*
new_view
= RenderViewImpl::FromWebView(new_web_view);
local
488
policy =
new_view
->decidePolicyForNavigation(
498
new_view
->Close();
499
new_view
->Release();
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
1381
WebContentsViewPort*
new_view
= new_contents->view_.get();
local
[
all
...]
Completed in 480 milliseconds