Searched refs:initial_position (Results 1 – 4 of 4) sorted by relevance
118 const gfx::Rect& initial_position, in AddNewContents() argument121 new_contents, disposition, initial_position, user_gesture); in AddNewContents()
61 const gfx::Rect& initial_position,
210 long initial_position = ftell(file); in FileSize() local215 if (fseek(file, initial_position, SEEK_SET) != 0) { in FileSize()
1012 int initial_position);1068 int initial_position) { in WriteLength() argument1069 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()