HomeSort by relevance Sort by last modified time
    Searched refs:IS_RESIZE_ACK (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/
view_message_enums.h 14 IS_RESIZE_ACK = 1 << 0,
18 static bool is_resize_ack(int flags) { function in struct:ViewHostMsg_UpdateRect_Flags
19 return (flags & IS_RESIZE_ACK) != 0;