Searched defs:assign (Results 26 - 50 of 215) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebPermissionCallbacks.cpp37 void WebPermissionCallbacks::assign(const WebPermissionCallbacks& other) function in class:blink::WebPermissionCallbacks
H A DWebRTCConfiguration.cpp47 void WebRTCICEServer::assign(const WebRTCICEServer& other) function in class:blink::WebRTCICEServer
80 void WebRTCConfiguration::assign(const WebRTCConfiguration& other) function in class:blink::WebRTCConfiguration
H A DWebRTCOfferOptions.cpp17 void WebRTCOfferOptions::assign(const WebRTCOfferOptions& other) function in class:blink::WebRTCOfferOptions
H A DWebRTCSessionDescription.cpp69 void WebRTCSessionDescription::assign(const WebRTCSessionDescription& other) function in class:blink::WebRTCSessionDescription
H A DWebRTCSessionDescriptionRequest.cpp60 void WebRTCSessionDescriptionRequest::assign(const WebRTCSessionDescriptionRequest& other) function in class:blink::WebRTCSessionDescriptionRequest
H A DWebRTCStatsRequest.cpp49 void WebRTCStatsRequest::assign(const WebRTCStatsRequest& other) function in class:blink::WebRTCStatsRequest
H A DWebRTCVoidRequest.cpp59 void WebRTCVoidRequest::assign(const WebRTCVoidRequest& other) function in class:blink::WebRTCVoidRequest
H A DWebSocketStreamError.cpp39 void WebSocketStreamError::assign(int code, const WebString& message) function in class:blink::WebSocketStreamError
44 void WebSocketStreamError::assign(const WebSocketStreamError& other) function in class:blink::WebSocketStreamError
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebArrayBufferView.cpp37 void WebArrayBufferView::assign(const WebArrayBufferView& other) function in class:blink::WebArrayBufferView
H A DWebDOMError.cpp51 void WebDOMError::assign(const WebDOMError& other) function in class:blink::WebDOMError
H A DWebDOMMediaStreamTrack.cpp58 void WebDOMMediaStreamTrack::assign(const WebDOMMediaStreamTrack& b) function in class:blink::WebDOMMediaStreamTrack
H A DWebElementCollection.cpp47 void WebElementCollection::assign(const WebElementCollection& other) function in class:blink::WebElementCollection
H A DWebGeolocationError.cpp34 void WebGeolocationError::assign(Error code, const WebString& message) function in class:blink::WebGeolocationError
39 void WebGeolocationError::assign(const WebGeolocationError& other) function in class:blink::WebGeolocationError
H A DWebIDBKeyRange.cpp35 void WebIDBKeyRange::assign(const WebIDBKeyRange& other) function in class:blink::WebIDBKeyRange
40 void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) function in class:blink::WebIDBKeyRange
H A DWebMediaDevicesRequest.cpp82 void WebMediaDevicesRequest::assign(const WebMediaDevicesRequest& other) function in class:blink::WebMediaDevicesRequest
H A DWebSpeechRecognitionHandle.cpp38 void WebSpeechRecognitionHandle::assign(const WebSpeechRecognitionHandle& other) function in class:blink::WebSpeechRecognitionHandle
H A DWebUserGestureToken.cpp63 void WebUserGestureToken::assign(const WebUserGestureToken& other) function in class:blink::WebUserGestureToken
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebVector.h54 // It is also possible to assign from other types of random access
98 assign(other);
106 assign(other);
111 void assign(const C& other) function in class:blink::WebVector
113 assign(other.size() ? &other[0] : 0, other.size());
117 void assign(const U* values, size_t size) function in class:blink::WebVector
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFormElement.h54 WebElement::assign(element);
57 void assign(const WebFormElement& element) { WebElement::assign(element); } function in class:blink::WebFormElement
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_expression_flattening.cpp73 ir_assignment *assign; local
84 assign = new(ctx) ir_assignment(new(ctx) ir_dereference_variable(var),
87 base_ir->insert_before(assign);
H A Dir_variable_refcount.h42 ir_assignment *assign; /* An assignment to the variable, if any */ member in class:ir_variable_refcount_entry
H A Dlower_discard_flow.cpp90 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); local
91 ir->insert_before(assign);
112 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); local
113 ir->body.push_head(assign);
H A Dlower_texture_projection.cpp68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL); local
69 base_ir->insert_before(assign);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate, local
65 base_ir->insert_before(assign);
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp49 TiXmlString& TiXmlString::assign(const char* str, size_type len) function in class:TiXmlString

Completed in 314 milliseconds

123456789