Searched refs:decode (Results 1 - 25 of 505) sorted by relevance

1234567891011>>

/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Dcodesets.acf99 [decode] rpc__nscodesets_to_codesets();
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DEditorState.cpp60 bool EditorState::decode(CoreIPC::ArgumentDecoder& decoder, EditorState& result) function in class:WebKit::EditorState
62 if (!decoder.decode(result.shouldIgnoreCompositionSelectionChange))
65 if (!decoder.decode(result.selectionIsNone))
68 if (!decoder.decode(result.selectionIsRange))
71 if (!decoder.decode(result.isContentEditable))
74 if (!decoder.decode(result.isContentRichlyEditable))
77 if (!decoder.decode(result.isInPasswordField))
80 if (!decoder.decode(result.isInPlugin))
83 if (!decoder.decode(result.hasComposition))
87 if (!decoder.decode(resul
[all...]
H A DWebPageCreationParameters.cpp72 bool WebPageCreationParameters::decode(CoreIPC::ArgumentDecoder& decoder, WebPageCreationParameters& parameters) function in class:WebKit::WebPageCreationParameters
74 if (!decoder.decode(parameters.viewSize))
76 if (!decoder.decode(parameters.isActive))
78 if (!decoder.decode(parameters.isFocused))
80 if (!decoder.decode(parameters.isVisible))
82 if (!decoder.decode(parameters.isInWindow))
84 if (!decoder.decode(parameters.store))
88 if (!decoder.decode(parameters.pageGroupData))
90 if (!decoder.decode(parameters.drawsBackground))
92 if (!decoder.decode(parameter
[all...]
H A DWebPageGroupData.cpp43 bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder& decoder, WebPageGroupData& data) function in class:WebKit::WebPageGroupData
45 if (!decoder.decode(data.identifer))
47 if (!decoder.decode(data.pageGroupID))
49 if (!decoder.decode(data.visibleToInjectedBundle))
51 if (!decoder.decode(data.visibleToHistoryClient))
53 if (!decoder.decode(data.userStyleSheets))
55 if (!decoder.decode(data.userScripts))
H A DUpdateInfo.cpp46 bool UpdateInfo::decode(CoreIPC::ArgumentDecoder& decoder, UpdateInfo& result) function in class:WebKit::UpdateInfo
48 if (!decoder.decode(result.viewSize))
50 if (!decoder.decode(result.deviceScaleFactor))
52 if (!decoder.decode(result.scrollRect))
54 if (!decoder.decode(result.scrollOffset))
56 if (!decoder.decode(result.updateRectBounds))
58 if (!decoder.decode(result.updateRects))
60 if (!decoder.decode(result.updateScaleFactor))
62 if (!decoder.decode(result.bitmapHandle))
64 if (!decoder.decode(resul
[all...]
H A DOriginAndDatabases.cpp45 bool OriginAndDatabases::decode(CoreIPC::ArgumentDecoder& decoder, OriginAndDatabases& originAndDatabases) function in class:WebKit::OriginAndDatabases
47 if (!decoder.decode(originAndDatabases.originIdentifier))
49 if (!decoder.decode(originAndDatabases.originQuota))
51 if (!decoder.decode(originAndDatabases.originUsage))
53 if (!decoder.decode(originAndDatabases.databases))
H A DStatisticsData.cpp41 bool StatisticsData::decode(CoreIPC::ArgumentDecoder& decoder, StatisticsData& statisticsData) function in class:WebKit::StatisticsData
43 if (!decoder.decode(statisticsData.statisticsNumbers))
45 if (!decoder.decode(statisticsData.javaScriptProtectedObjectTypeCounts))
47 if (!decoder.decode(statisticsData.javaScriptObjectTypeCounts))
49 if (!decoder.decode(statisticsData.webCoreCacheStatistics))
H A DSharedWorkerProcessCreationParameters.cpp49 bool SharedWorkerProcessCreationParameters::decode(CoreIPC::ArgumentDecoder& decoder, SharedWorkerProcessCreationParameters& result) function in class:WebKit::SharedWorkerProcessCreationParameters
51 if (!decoder.decode(result.minimumLifetime))
53 if (!decoder.decode(result.terminationTimeout))
56 if (!decoder.decode(result.parentProcessName))
H A DWebProcessCreationParameters.cpp120 bool WebProcessCreationParameters::decode(CoreIPC::ArgumentDecoder& decoder, WebProcessCreationParameters& parameters) function in class:WebKit::WebProcessCreationParameters
122 if (!decoder.decode(parameters.injectedBundlePath))
124 if (!decoder.decode(parameters.injectedBundlePathExtensionHandle))
126 if (!decoder.decode(parameters.applicationCacheDirectory))
128 if (!decoder.decode(parameters.applicationCacheDirectoryExtensionHandle))
130 if (!decoder.decode(parameters.databaseDirectory))
132 if (!decoder.decode(parameters.databaseDirectoryExtensionHandle))
134 if (!decoder.decode(parameters.localStorageDirectory))
136 if (!decoder.decode(parameters.localStorageDirectoryExtensionHandle))
138 if (!decoder.decode(parameter
[all...]
H A DWebCoreArgumentCoders.cpp66 bool ArgumentCoder<AffineTransform>::decode(ArgumentDecoder& decoder, AffineTransform& affineTransform) function in class:CoreIPC::ArgumentCoder
68 return SimpleArgumentCoder<AffineTransform>::decode(decoder, affineTransform);
77 bool ArgumentCoder<FloatPoint>::decode(ArgumentDecoder& decoder, FloatPoint& floatPoint) function in class:CoreIPC::ArgumentCoder
79 return SimpleArgumentCoder<FloatPoint>::decode(decoder, floatPoint);
88 bool ArgumentCoder<FloatRect>::decode(ArgumentDecoder& decoder, FloatRect& floatRect) function in class:CoreIPC::ArgumentCoder
90 return SimpleArgumentCoder<FloatRect>::decode(decoder, floatRect);
99 bool ArgumentCoder<FloatSize>::decode(ArgumentDecoder& decoder, FloatSize& floatSize) function in class:CoreIPC::ArgumentCoder
101 return SimpleArgumentCoder<FloatSize>::decode(decoder, floatSize);
110 bool ArgumentCoder<IntPoint>::decode(ArgumentDecoder& decoder, IntPoint& intPoint) function in class:CoreIPC::ArgumentCoder
112 return SimpleArgumentCoder<IntPoint>::decode(decode
121 bool ArgumentCoder<IntRect>::decode(ArgumentDecoder& decoder, IntRect& intRect) function in class:CoreIPC::ArgumentCoder
132 bool ArgumentCoder<IntSize>::decode(ArgumentDecoder& decoder, IntSize& intSize) function in class:CoreIPC::ArgumentCoder
143 bool ArgumentCoder<ViewportAttributes>::decode(ArgumentDecoder& decoder, ViewportAttributes& viewportAttributes) function in class:CoreIPC::ArgumentCoder
154 bool ArgumentCoder<MimeClassInfo>::decode(ArgumentDecoder& decoder, MimeClassInfo& mimeClassInfo) function in class:CoreIPC::ArgumentCoder
172 bool ArgumentCoder<PluginInfo>::decode(ArgumentDecoder& decoder, PluginInfo& pluginInfo) function in class:CoreIPC::ArgumentCoder
194 bool ArgumentCoder<HTTPHeaderMap>::decode(ArgumentDecoder& decoder, HTTPHeaderMap& headerMap) function in class:CoreIPC::ArgumentCoder
205 bool ArgumentCoder<AuthenticationChallenge>::decode(ArgumentDecoder& decoder, AuthenticationChallenge& challenge) function in class:CoreIPC::ArgumentCoder
239 bool ArgumentCoder<ProtectionSpace>::decode(ArgumentDecoder& decoder, ProtectionSpace& space) function in class:CoreIPC::ArgumentCoder
271 bool ArgumentCoder<Credential>::decode(ArgumentDecoder& decoder, Credential& credential) function in class:CoreIPC::ArgumentCoder
332 bool ArgumentCoder<Cursor>::decode(ArgumentDecoder& decoder, Cursor& cursor) function in class:CoreIPC::ArgumentCoder
400 bool ArgumentCoder<ResourceRequest>::decode(ArgumentDecoder& decoder, ResourceRequest& resourceRequest) function in class:CoreIPC::ArgumentCoder
477 bool ArgumentCoder<ResourceResponse>::decode(ArgumentDecoder& decoder, ResourceResponse& resourceResponse) function in class:CoreIPC::ArgumentCoder
567 bool ArgumentCoder<ResourceError>::decode(ArgumentDecoder& decoder, ResourceError& resourceError) function in class:CoreIPC::ArgumentCoder
630 bool ArgumentCoder<WindowFeatures>::decode(ArgumentDecoder& decoder, WindowFeatures& windowFeatures) function in class:CoreIPC::ArgumentCoder
679 bool ArgumentCoder<Color>::decode(ArgumentDecoder& decoder, Color& color) function in class:CoreIPC::ArgumentCoder
707 bool ArgumentCoder<CompositionUnderline>::decode(ArgumentDecoder& decoder, CompositionUnderline& underline) function in class:CoreIPC::ArgumentCoder
734 bool ArgumentCoder<Cookie>::decode(ArgumentDecoder& decoder, Cookie& cookie) function in class:CoreIPC::ArgumentCoder
766 bool ArgumentCoder<DatabaseDetails>::decode(ArgumentDecoder& decoder, DatabaseDetails& details) function in class:CoreIPC::ArgumentCoder
796 bool ArgumentCoder<DictationAlternative>::decode(ArgumentDecoder& decoder, DictationAlternative& dictationAlternative) function in class:CoreIPC::ArgumentCoder
821 bool ArgumentCoder<FileChooserSettings>::decode(ArgumentDecoder& decoder, FileChooserSettings& settings) function in class:CoreIPC::ArgumentCoder
850 bool ArgumentCoder<GrammarDetail>::decode(ArgumentDecoder& decoder, GrammarDetail& detail) function in class:CoreIPC::ArgumentCoder
872 bool ArgumentCoder<TextCheckingRequestData>::decode(ArgumentDecoder& decoder, TextCheckingRequestData& request) function in class:CoreIPC::ArgumentCoder
903 bool ArgumentCoder<TextCheckingResult>::decode(ArgumentDecoder& decoder, TextCheckingResult& result) function in class:CoreIPC::ArgumentCoder
925 bool ArgumentCoder<DragSession>::decode(ArgumentDecoder& decoder, DragSession& result) function in class:CoreIPC::ArgumentCoder
941 bool ArgumentCoder<KURL>::decode(ArgumentDecoder& decoder, KURL& result) function in class:CoreIPC::ArgumentCoder
960 bool ArgumentCoder<WebCore::UserStyleSheet>::decode(ArgumentDecoder& decoder, WebCore::UserStyleSheet& userStyleSheet) function in class:CoreIPC::ArgumentCoder
1000 bool ArgumentCoder<WebCore::UserScript>::decode(ArgumentDecoder& decoder, WebCore::UserScript& userScript) function in class:CoreIPC::ArgumentCoder
[all...]
H A DPrintInfo.cpp58 bool PrintInfo::decode(CoreIPC::ArgumentDecoder& decoder, PrintInfo& info) function in class:WebKit::PrintInfo
60 if (!decoder.decode(info.pageSetupScaleFactor))
62 if (!decoder.decode(info.availablePaperWidth))
64 if (!decoder.decode(info.availablePaperHeight))
68 if (!CoreIPC::decode(decoder, info.printSettings))
70 if (!CoreIPC::decode(decoder, info.pageSetup))
H A DWebNetworkInfo.cpp52 bool WebNetworkInfo::Data::decode(CoreIPC::ArgumentDecoder& decoder, Data& result) function in class:WebKit::WebNetworkInfo::Data
54 if (!decoder.decode(result.bandwidth))
56 if (!decoder.decode(result.metered))
/macosx-10.9.5/CPANInternal-140/JSON/t/
H A De08_decode.t2 # decode on Perl 5.005, 5.6, 5.8 or later
23 is($json->decode(q|"��"|), "��"); # utf8
24 is($json->decode(q|"\u00fc"|), "\xfc"); # latin1
25 is($json->decode(q|"\u00c3\u00bc"|), "\xc3\xbc"); # utf8
29 is($json->decode(q|"\u00e3\u0081\u0082"|), $str);
31 utf8::decode($str); # usually UTF-8 flagged on, but no-op for 5.005.
33 is($json->decode(q|"\u3042"|), $str);
36 my $utf8 = $json->decode(q|"\ud808\udf45"|); # chr 12345
H A Dxe08_decode.t2 # decode on Perl 5.005, 5.6, 5.8 or later
26 is($json->decode(q|"��"|), "��"); # utf8
27 is($json->decode(q|"\u00fc"|), "\xfc"); # latin1
28 is($json->decode(q|"\u00c3\u00bc"|), "\xc3\xbc"); # utf8
32 is($json->decode(q|"\u00e3\u0081\u0082"|), $str);
34 utf8::decode($str); # usually UTF-8 flagged on, but no-op for 5.005.
36 is($json->decode(q|"\u3042"|), $str);
39 my $utf8 = $json->decode(q|"\ud808\udf45"|); # chr 12345
/macosx-10.9.5/CPANInternal-140/JSON-2.53/t/
H A De08_decode.t2 # decode on Perl 5.005, 5.6, 5.8 or later
23 is($json->decode(q|"��"|), "��"); # utf8
24 is($json->decode(q|"\u00fc"|), "\xfc"); # latin1
25 is($json->decode(q|"\u00c3\u00bc"|), "\xc3\xbc"); # utf8
29 is($json->decode(q|"\u00e3\u0081\u0082"|), $str);
31 utf8::decode($str); # usually UTF-8 flagged on, but no-op for 5.005.
33 is($json->decode(q|"\u3042"|), $str);
36 my $utf8 = $json->decode(q|"\ud808\udf45"|); # chr 12345
H A Dxe08_decode.t2 # decode on Perl 5.005, 5.6, 5.8 or later
26 is($json->decode(q|"��"|), "��"); # utf8
27 is($json->decode(q|"\u00fc"|), "\xfc"); # latin1
28 is($json->decode(q|"\u00c3\u00bc"|), "\xc3\xbc"); # utf8
32 is($json->decode(q|"\u00e3\u0081\u0082"|), $str);
34 utf8::decode($str); # usually UTF-8 flagged on, but no-op for 5.005.
36 is($json->decode(q|"\u3042"|), $str);
39 my $utf8 = $json->decode(q|"\ud808\udf45"|); # chr 12345
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DQtNetworkReplyData.cpp53 bool QtNetworkReplyData::decode(CoreIPC::ArgumentDecoder& decoder, QtNetworkReplyData& destination) function in class:WebKit::QtNetworkReplyData
55 if (!decoder.decode(destination.m_urlString))
57 if (!decoder.decode(destination.m_contentType))
59 if (!decoder.decode(destination.m_contentLength))
61 if (!decoder.decode(destination.m_replyUuid))
63 if (!decoder.decode(destination.m_dataHandle))
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/
H A DPluginProcessCreationParameters.cpp51 bool PluginProcessCreationParameters::decode(CoreIPC::ArgumentDecoder& decoder, PluginProcessCreationParameters& result) function in class:WebKit::PluginProcessCreationParameters
55 if (!decoder.decode(result.supportsAsynchronousPluginInitialization))
57 if (!decoder.decode(result.minimumLifetime))
59 if (!decoder.decode(result.terminationTimeout))
62 if (!decoder.decode(result.acceleratedCompositingPort))
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Network/
H A DNetworkProcessCreationParameters.cpp58 bool NetworkProcessCreationParameters::decode(CoreIPC::ArgumentDecoder& decoder, NetworkProcessCreationParameters& result) function in class:WebKit::NetworkProcessCreationParameters
60 if (!decoder.decode(result.diskCacheDirectory))
62 if (!decoder.decode(result.diskCacheDirectoryExtensionHandle))
64 if (!decoder.decode(result.privateBrowsingEnabled))
69 if (!decoder.decode(result.parentProcessName))
71 if (!decoder.decode(result.uiProcessBundleIdentifier))
73 if (!decoder.decode(result.nsURLCacheMemoryCapacity))
75 if (!decoder.decode(result.nsURLCacheDiskCapacity))
78 if (!decoder.decode(result.urlSchemesRegisteredForCustomProtocols))
81 if (!decoder.decode(resul
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cf/
H A DArgumentCodersCF.h43 bool decode(ArgumentDecoder&, RetainPtr<CFArrayRef>& result);
47 bool decode(ArgumentDecoder&, RetainPtr<CFBooleanRef>& result);
51 bool decode(ArgumentDecoder&, RetainPtr<CFDataRef>& result);
55 bool decode(ArgumentDecoder&, RetainPtr<CFDateRef>& result);
59 bool decode(ArgumentDecoder&, RetainPtr<CFDictionaryRef>& result);
63 bool decode(ArgumentDecoder&, RetainPtr<CFNumberRef>& result);
67 bool decode(ArgumentDecoder&, RetainPtr<CFStringRef>& result);
71 bool decode(ArgumentDecoder&, RetainPtr<CFTypeRef>& result);
75 bool decode(ArgumentDecoder&, RetainPtr<CFURLRef>& result);
80 bool decode(ArgumentDecode
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginCreationParameters.cpp64 bool PluginCreationParameters::decode(CoreIPC::ArgumentDecoder& decoder, PluginCreationParameters& result) function in class:WebKit::PluginCreationParameters
66 if (!decoder.decode(result.pluginInstanceID) || !result.pluginInstanceID)
69 if (!decoder.decode(result.windowNPObjectID))
72 if (!decoder.decode(result.parameters))
75 if (!decoder.decode(result.userAgent))
78 if (!decoder.decode(result.contentsScaleFactor))
81 if (!decoder.decode(result.isPrivateBrowsingEnabled))
84 if (!decoder.decode(result.asynchronousCreationIncomplete))
87 if (!decoder.decode(result.artificialPluginInitializationDelayEnabled))
91 if (!decoder.decode(resul
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DArgumentCodersMac.h38 bool decode(ArgumentDecoder&, RetainPtr<id>&);
42 bool decode(ArgumentDecoder&, RetainPtr<NSAttributedString>&);
47 bool decode(ArgumentDecoder&, RetainPtr<NSColor>&);
52 bool decode(ArgumentDecoder&, RetainPtr<NSDictionary>&);
56 bool decode(ArgumentDecoder&, RetainPtr<NSArray>&);
61 bool decode(ArgumentDecoder&, RetainPtr<NSFont>&);
66 bool decode(ArgumentDecoder&, RetainPtr<NSNumber>&);
70 bool decode(ArgumentDecoder&, RetainPtr<NSString>&);
74 bool decode(ArgumentDecoder&, RetainPtr<NSDate>&);
78 bool decode(ArgumentDecode
[all...]
H A DAttributedString.mm43 bool AttributedString::decode(CoreIPC::ArgumentDecoder& decoder, AttributedString& attributedString)
46 if (!decoder.decode(isNull))
50 return CoreIPC::decode(decoder, attributedString.string);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentDecoder.h55 bool decode(bool&);
56 bool decode(uint8_t&);
57 bool decode(uint16_t&);
58 bool decode(uint32_t&);
59 bool decode(uint64_t&);
60 bool decode(int32_t&);
61 bool decode(int64_t&);
62 bool decode(float&);
63 bool decode(double&);
70 if (!decode(valu
89 template<typename T> bool decode(T& t) function in class:CoreIPC::ArgumentDecoder
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDecoderAdapter.cpp41 m_decoder->decode(value);
48 if (!m_decoder->decode(dataReference))
57 return m_decoder->decode(value);
62 return m_decoder->decode(value);
67 return m_decoder->decode(value);
72 return m_decoder->decode(value);
77 return m_decoder->decode(value);
82 return m_decoder->decode(value);
87 return m_decoder->decode(value);
92 return m_decoder->decode(valu
[all...]

Completed in 293 milliseconds

1234567891011>>