OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unparent
(Results
1 - 6
of
6
) 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.h
41
virtual void
Unparent
();
tab_contents_view_views.cc
59
void TabContentsViewViews::
Unparent
() {
61
native_tab_contents_view_->
Unparent
();
native_tab_contents_view_win.cc
84
void NativeTabContentsViewWin::
Unparent
() {
Completed in 2501 milliseconds