Searched refs:location_offset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_util.h31 const gfx::Vector2d& location_offset);
H A Dautomation_util.cc129 const gfx::Vector2d& location_offset) {
148 src.location.Offset(location_offset);
126 DispatchAccessibilityEventsToAutomation( const std::vector<content::AXEventNotificationDetails>& details, content::BrowserContext* browser_context, const gfx::Vector2d& location_offset) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h132 uint32_t location_offset; // offset from ProgramInfoHeader to 'size' member in struct:gpu::gles2::ProgramInput
181 COMPILE_ASSERT(offsetof(ProgramInput, location_offset) == 8,
/external/chromium_org/gpu/command_buffer/client/
H A Dprogram_info_manager.cc346 result, input->location_offset, sizeof(int32));
358 result, input->location_offset, sizeof(int32) * input->size);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc1210 inputs->location_offset = ComputeOffset(header, locations);
1224 inputs->location_offset = ComputeOffset(header, locations);
H A Dprogram_manager_unittest.cc1005 input->location_offset, sizeof(int32));
1021 input->location_offset, sizeof(int32) * input->size);
1072 input->location_offset, sizeof(int32) * input->size);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1906 void RecordVeneerPool(int location_offset, int size);
H A Dassembler-arm64.cc2950 void Assembler::RecordVeneerPool(int location_offset, int size) {
2951 RelocInfo rinfo(buffer_ + location_offset,

Completed in 6531 milliseconds