Home | History | Annotate | Download | only in Shared

Lines Matching refs:decode

68 bool PlatformPopupMenuData::decode(CoreIPC::ArgumentDecoder* decoder, PlatformPopupMenuData& data)
71 if (!decoder->decode(data.m_clientPaddingLeft))
73 if (!decoder->decode(data.m_clientPaddingRight))
75 if (!decoder->decode(data.m_clientInsetLeft))
77 if (!decoder->decode(data.m_clientInsetRight))
79 if (!decoder->decode(data.m_popupWidth))
81 if (!decoder->decode(data.m_itemHeight))
85 if (!decoder->decode(notSelectedBackingStoreHandle))
90 if (!decoder->decode(selectedBackingStoreHandle))
94 if (!decoder->decode(data.fontInfo))
96 if (!decoder->decode(data.shouldPopOver))