Searched defs:assign (Results 1 - 25 of 215) sorted by path

123456789

/external/aac/libAACenc/src/
H A Dchannel_map.cpp229 const INT *assign = FDKaacEnc_getChannelAssignment(mode, co); local
237 elInfo->ChannelIndex[0]=assign[counter++];
243 elInfo->ChannelIndex[0]=assign[counter++];
244 elInfo->ChannelIndex[1]=assign[counter++];
/external/chromium_org/base/memory/
H A Dscoped_vector.h93 void assign(InputIterator begin, InputIterator end) { function in class:ScopedVector
94 v_.assign(begin, end);
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.h81 // We expect the caller to call assign() and handle failures.
93 bool assign(const wchar_t* str) { function in class:mini_installer::StackString
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc246 void set_assign_site_for_url(bool assign) { argument
247 assign_site_for_url_ = assign;
437 // Controller's pending entry will have a NULL site instance until we assign
679 // Navigate to an URL that will not assign a new SiteInstance.
766 // Restore a navigation entry for URL that should not assign site to the
/external/chromium_org/content/common/
H A Dpage_state_serialization.cc29 element.data.assign(data, data_length);
705 assign(other);
713 assign(other);
716 void ExplodedFrameState::assign(const ExplodedFrameState& other) { function in class:content::ExplodedFrameState
/external/chromium_org/courgette/
H A Dregion.h39 Region& assign(const Region& other) { function in class:courgette::Region
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp225 void Location::assign(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& url) function in class:blink::Location
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingLayerAssigner.cpp51 void CompositingLayerAssigner::assign(RenderLayer* updateRoot, Vector<RenderLayer*>& layersNeedingPaintInvalidation) function in class:blink::CompositingLayerAssigner
53 TRACE_EVENT0("blink", "CompositingLayerAssigner::assign");
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebArrayBuffer.cpp50 void WebArrayBuffer::assign(const WebArrayBuffer& other) function in class:blink::WebArrayBuffer
H A DWebCString.cpp58 void WebCString::assign(const WebCString& other) function in class:blink::WebCString
60 assign(other.m_private.get());
63 void WebCString::assign(const char* data, size_t length) function in class:blink::WebCString
69 assign(buffer.get());
89 assign(s.buffer());
94 assign(s.buffer());
103 void WebCString::assign(WTF::CStringBuffer* p) function in class:blink::WebCString
H A DWebContentDecryptionModuleResult.cpp41 void WebContentDecryptionModuleResult::assign(const WebContentDecryptionModuleResult& o) function in class:blink::WebContentDecryptionModuleResult
H A DWebConvertableToTraceFormat.cpp23 void WebConvertableToTraceFormat::assign(const WebConvertableToTraceFormat& r) function in class:blink::WebConvertableToTraceFormat
H A DWebCredential.cpp17 void WebCredential::assign(const WebCredential& other) function in class:blink::WebCredential
H A DWebCryptoAlgorithm.cpp367 void WebCryptoAlgorithm::assign(const WebCryptoAlgorithm& other) function in class:blink::WebCryptoAlgorithm
H A DWebCryptoKey.cpp108 void WebCryptoKey::assign(const WebCryptoKey& other) function in class:blink::WebCryptoKey
H A DWebCryptoKeyAlgorithm.cpp141 void WebCryptoKeyAlgorithm::assign(const WebCryptoKeyAlgorithm& other) function in class:blink::WebCryptoKeyAlgorithm
H A DWebCryptoResult.cpp105 void WebCryptoResult::assign(const WebCryptoResult& o) function in class:blink::WebCryptoResult
H A DWebData.cpp43 void WebData::assign(const WebData& other) function in class:blink::WebData
48 void WebData::assign(const char* data, size_t size) function in class:blink::WebData
H A DWebFederatedCredential.cpp17 void WebFederatedCredential::assign(const WebFederatedCredential& other) function in class:blink::WebFederatedCredential
H A DWebFileSystemCallbacks.cpp71 void WebFileSystemCallbacks::assign(const WebFileSystemCallbacks& other) function in class:blink::WebFileSystemCallbacks
H A DWebHTTPBody.cpp44 assign(static_cast<WebHTTPBodyPrivate*>(FormData::create().leakRef()));
49 assign(0);
52 void WebHTTPBody::assign(const WebHTTPBody& other) function in class:blink::WebHTTPBody
57 assign(p);
85 result.data.assign(element.m_data.data(), element.m_data.size());
176 assign(static_cast<WebHTTPBodyPrivate*>(data.leakRef()));
185 void WebHTTPBody::assign(WebHTTPBodyPrivate* p) function in class:blink::WebHTTPBody
197 assign(static_cast<WebHTTPBodyPrivate*>(m_private->copy().leakRef()));
H A DWebHTTPLoadInfo.cpp50 void WebHTTPLoadInfo::assign(const WebHTTPLoadInfo& r) function in class:blink::WebHTTPLoadInfo
H A DWebImageSkia.cpp137 void WebImage::assign(const WebImage& image) function in class:blink::WebImage
161 assign(p->bitmap());
H A DWebLocalCredential.cpp17 void WebLocalCredential::assign(const WebLocalCredential& other) function in class:blink::WebLocalCredential

Completed in 2276 milliseconds

123456789