OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_content_size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
scanner.h
231
int
new_content_size
= position_ * kUC16Size;
local
232
if (
new_content_size
>= backing_store_.length()) {
235
new_store = Vector<byte>::New(NewCapacity(
new_content_size
));
248
position_ =
new_content_size
;
/external/v8/src/
scanner.h
245
int
new_content_size
= position_ * kUC16Size;
local
246
if (
new_content_size
>= backing_store_.length()) {
249
new_store = Vector<byte>::New(NewCapacity(
new_content_size
));
262
position_ =
new_content_size
;
/external/chromium_org/chrome/browser/ui/panels/
panel.cc
612
void Panel::OnContentsAutoResized(const gfx::Size&
new_content_size
) {
618
native_panel_->WindowSizeFromContentSize(
new_content_size
);
624
if (
new_content_size
== new_window_size)
panel.h
229
void OnContentsAutoResized(const gfx::Size&
new_content_size
);
Completed in 284 milliseconds