HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 51 - 75 of 616) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
MachPort.h 54 static bool decode(ArgumentDecoder* decoder, MachPort& p) function in class:CoreIPC::MachPort
57 if (!decoder->decode(attachment))
  /external/webkit/Source/WebKit2/Shared/
StringPairVector.h 53 static bool decode(CoreIPC::ArgumentDecoder* decoder, StringPairVector& stringPairVector) function in class:WebKit::StringPairVector
55 return decoder->decode(stringPairVector.m_stringPairVector);
WebEvent.cpp 54 bool WebEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebEvent& t) function in class:WebKit::WebEvent
56 return decoder->decode(CoreIPC::Out(t.m_type, t.m_modifiers, t.m_timestamp));
WebGeolocationPosition.cpp 51 bool WebGeolocationPosition::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& data) function in class:WebKit::WebGeolocationPosition::Data
53 return decoder->decode(CoreIPC::Out(data.timestamp, data.latitude, data.longitude, data.accuracy));
WebOpenPanelParameters.cpp 52 bool WebOpenPanelParameters::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& result) function in class:WebKit::WebOpenPanelParameters::Data
54 return decoder->decode(CoreIPC::Out(result.allowMultipleFiles, result.allowsDirectoryUpload, result.acceptTypes, result.filenames));
WebPlatformTouchPoint.cpp 51 bool WebPlatformTouchPoint::decode(CoreIPC::ArgumentDecoder* decoder, WebPlatformTouchPoint& t) function in class:WebKit::WebPlatformTouchPoint
53 return decoder->decode(CoreIPC::Out(t.m_id, t.m_state, t.m_screenPosition, t.m_position));
FontInfo.h 42 static bool decode(CoreIPC::ArgumentDecoder*, FontInfo&);
LayerTreeContext.h 44 static bool decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&);
PrintInfo.h 54 static bool decode(CoreIPC::ArgumentDecoder*, PrintInfo&);
SecurityOriginData.h 44 static bool decode(CoreIPC::ArgumentDecoder*, SecurityOriginData&);
SessionState.h 49 static bool decode(CoreIPC::ArgumentDecoder*, SessionState&);
WebKeyboardEvent.cpp 56 bool WebKeyboardEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebKeyboardEvent& t) function in class:WebKit::WebKeyboardEvent
58 if (!WebEvent::decode(decoder, t))
61 if (!decoder->decode(CoreIPC::Out(t.m_text, t.m_unmodifiedText, t.m_keyIdentifier, t.m_windowsVirtualKeyCode, t.m_nativeVirtualKeyCode, t.m_macCharCode)))
64 return decoder->decode(CoreIPC::Out(t.m_isAutoRepeat, t.m_isKeypad, t.m_isSystemKey));
WebPageGroupData.h 40 static bool decode(CoreIPC::ArgumentDecoder*, WebPageGroupData&);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DSAEncoder.java 11 BigInteger[] decode(byte[] sig) method in interface:DSAEncoder
  /external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.h 51 bool decode(bool onlySize);
53 WebPIDecoder* m_decoder; // This is only used when we want to decode() but not all data is available yet.
  /external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.h 38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecUTF16.h 40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecUserDefined.h 38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebKit/android/
RenderSkinButton.h 46 void decode();
  /external/webkit/Source/WebKit2/Shared/Plugins/
PluginProcessCreationParameters.h 48 static bool decode(CoreIPC::ArgumentDecoder*, PluginProcessCreationParameters&);
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 78 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) function in class:WebKit::UpdateChunk
83 if (!decoder->decode(rect))
89 if (!decoder->decode(hasSharedMemory))
98 if (!decoder->decode(handle))
  /external/webkit/Source/WebKit2/Shared/mac/
AttributedString.h 42 static bool decode(CoreIPC::ArgumentDecoder*, AttributedString&);
LayerTreeContextMac.mm 48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder* decoder, LayerTreeContext& result)
50 if (!decoder->decode(result.contextID))
  /external/webkit/Source/WebKit2/Shared/win/
LayerTreeContextWin.cpp 48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&) function in class:WebKit::LayerTreeContext
  /frameworks/base/voip/jni/rtp/
AudioCodec.h 33 virtual int decode(int16_t *samples, int count, void *payload, int length) = 0;

Completed in 1172 milliseconds

1 23 4 5 6 7 8 91011>>