Home
last modified time | relevance | path

Searched refs:initial_position (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dblocked_content_container.cc118 const gfx::Rect& initial_position, in AddNewContents() argument
121 new_contents, disposition, initial_position, user_gesture); in AddNewContents()
Dblocked_content_container.h61 const gfx::Rect& initial_position,
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_main.cc210 long initial_position = ftell(file); in FileSize() local
215 if (fseek(file, initial_position, SEEK_SET) != 0) { in FileSize()
/external/v8/src/
Dgdb-jit.cc1012 int initial_position);
1068 int initial_position) { in WriteLength() argument
1069 uint32_t align = (w->position() - initial_position) % kPointerSize; in WriteLength()
1077 ASSERT((w->position() - initial_position) % kPointerSize == 0); in WriteLength()
1078 length_slot->set(w->position() - initial_position); in WriteLength()