OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_width
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/qtools/
gtrace.h
20
uint32_t
entry_width
;
member in struct:Gtrace::block_header
gtrace.cpp
75
fh->common.
entry_width
= 8;
100
bh.
entry_width
= 8;
/external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc
467
int
entry_width
= width() - kEdgeThickness - kEdgeItemPadding;
local
480
entry_width
-= (kEdgeThickness + kEdgeEditPadding);
485
// We'll adjust this width and take it out of |
entry_width
| below.
489
entry_width
-= (kEdgeThickness + kEdgeItemPadding + location_icon_width +
494
entry_width
-= star_view_->GetPreferredSize().width() + kItemPadding;
498
entry_width
-= ((*i)->GetPreferredSize().width() + kItemPadding);
503
entry_width
-= ((*i)->GetPreferredSize().width() + kItemPadding);
506
entry_width
+= kEditInternalSpace;
509
// settings out of |
entry_width
| so we won't take too much space.
518
static_cast<int>((
entry_width
- total_padding) * kMaxBubbleFraction)))
[
all
...]
Completed in 60 milliseconds