OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unparent
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view.h
36
virtual void
Unparent
() = 0;
native_tab_contents_container_win.cc
41
// Detach the TabContents. Do this before we
unparent
the
55
static_cast<TabContentsViewViews*>(contents->view())->
Unparent
();
native_tab_contents_view_win.h
32
virtual void
Unparent
() OVERRIDE;
tab_contents_view_views.cc
59
void TabContentsViewViews::
Unparent
() {
61
native_tab_contents_view_->
Unparent
();
tab_contents_view_views.h
41
virtual void
Unparent
();
native_tab_contents_view_win.cc
84
void NativeTabContentsViewWin::
Unparent
() {
/external/chromium/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc
27
// This view is not owned by us, so
unparent
.
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp
271
// We release our references to the PlatformCALayers here, but do not actively
unparent
them,
[
all
...]
Completed in 1844 milliseconds