OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:full_size
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel.h
198
gfx::Size
full_size
() const { return full_size_; }
function in class:Panel
docked_panel_collection.cc
95
gfx::Size
full_size
= panel->
full_size
();
local
96
gfx::Point pt = GetDefaultPositionForPanel(
full_size
);
97
panel->SetPanelBounds(gfx::Rect(pt,
full_size
));
118
const gfx::Size&
full_size
) const {
134
x = std::max(GetRightMostAvailablePosition() -
full_size
.width(),
137
return gfx::Point(x, work_area_.bottom() -
full_size
.height());
269
bounds->set_height(panel->
full_size
().height());
447
if (new_size == panel->
full_size
())
639
total_active_width += panel->
full_size
().width()
[
all
...]
stacked_panel_collection.cc
120
gfx::Size
full_size
= panel->
full_size
();
local
121
full_size
.set_width(common_width);
122
panel->set_full_size(
full_size
);
130
panel->
full_size
().height() : panel->TitleOnlyHeight());
381
int needed_space = panel->
full_size
().height() - panel->TitleOnlyHeight();
406
gfx::Size
full_size
= panel->
full_size
();
local
407
int reduced_height =
full_size
.height() - space_beyond_available;
410
full_size
.set_height(reduced_height)
[
all
...]
/system/core/logcat/tests/
logcat_test.cpp
288
long
full_size
, full_consumed;
local
300
full_size
= size;
303
full_size
*= 1024;
306
full_size
*= 1024;
309
full_size
*= 1024;
328
EXPECT_GT((
full_size
* 9) / 4, full_consumed);
329
EXPECT_GT(
full_size
, max);
332
if ((((
full_size
* 9) / 4) >= full_consumed)
333
&& (
full_size
> max)
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
270
const unsigned orig_size = orig->
full_size
();
271
const unsigned new_size = D->
full_size
();
1050
unsigned PathDiagnostic::
full_size
() {
function in class:PathDiagnostic
[
all
...]
/external/chromium_org/v8/src/
factory.cc
2026
int
full_size
= isolate()->heap()->FullSizeNumberStringCacheLength();
local
[
all
...]
Completed in 345 milliseconds