OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_panel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc
228
static_cast<PanelView*>(panel->
native_panel
())->set_cached_bounds_directly(
405
PanelView* panel_view = static_cast<PanelView*>(panel->
native_panel
());
464
static_cast<PanelView*>(panel->
native_panel
())->window();
565
static_cast<PanelView*>(panel->
native_panel
())->window()));
panel_view_browsertest.cc
31
return static_cast<PanelView*>(panel->
native_panel
());
/external/chromium_org/chrome/browser/ui/panels/
panel.h
153
NativePanel*
native_panel
() const { return native_panel_; }
function in class:Panel
panel_extension_browsertest.cc
15
#include "chrome/browser/ui/panels/
native_panel
.h"
75
return panel->
native_panel
()->CreateNativePanelTesting();
base_panel_browser_test.cc
20
#include "chrome/browser/ui/panels/
native_panel
.h"
551
return panel->
native_panel
()->CreateNativePanelTesting();
panel_browsertest.cc
24
#include "chrome/browser/ui/panels/
native_panel
.h"
175
panels[index]->
native_panel
()->TitleOnlyHeight());
179
panels[index]->
native_panel
()->TitleOnlyHeight());
[
all
...]
Completed in 409 milliseconds