Searched refs:assign (Results 126 - 150 of 1342) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBKeyPath.h45 WebIDBKeyPath(const WebIDBKeyPath& keyPath) { assign(keyPath); }
49 assign(keyPath);
54 BLINK_EXPORT void assign(const WebIDBKeyPath&);
H A DWebMediaConstraints.h62 WebMediaConstraints(const WebMediaConstraints& other) { assign(other); }
67 assign(other);
71 BLINK_PLATFORM_EXPORT void assign(const WebMediaConstraints&);
H A DWebMediaDeviceInfo.h47 WebMediaDeviceInfo(const WebMediaDeviceInfo& other) { assign(other); }
52 assign(other);
56 BLINK_PLATFORM_EXPORT void assign(const WebMediaDeviceInfo&);
H A DWebMediaStreamTrackSourcesRequest.h48 WebMediaStreamTrackSourcesRequest(const WebMediaStreamTrackSourcesRequest& other) { assign(other); }
53 assign(other);
57 BLINK_PLATFORM_EXPORT void assign(const WebMediaStreamTrackSourcesRequest&);
H A DWebPrerender.h63 WebPrerender(const WebPrerender& other) { assign(other); }
66 assign(other);
77 BLINK_PLATFORM_EXPORT void assign(const WebPrerender&);
H A DWebRTCICECandidate.h46 WebRTCICECandidate(const WebRTCICECandidate& other) { assign(other); }
51 assign(other);
55 BLINK_PLATFORM_EXPORT void assign(const WebRTCICECandidate&);
H A DWebRTCSessionDescription.h58 WebRTCSessionDescription(const WebRTCSessionDescription& other) { assign(other); }
63 assign(other);
67 BLINK_PLATFORM_EXPORT void assign(const WebRTCSessionDescription&);
H A DWebRTCSessionDescriptionRequest.h52 WebRTCSessionDescriptionRequest(const WebRTCSessionDescriptionRequest& other) { assign(other); }
57 assign(other);
61 BLINK_PLATFORM_EXPORT void assign(const WebRTCSessionDescriptionRequest&);
H A DWebRTCVoidRequest.h51 WebRTCVoidRequest(const WebRTCVoidRequest& other) { assign(other); }
56 assign(other);
60 BLINK_PLATFORM_EXPORT void assign(const WebRTCVoidRequest&);
H A DWebServiceWorkerRequest.h33 WebServiceWorkerRequest(const WebServiceWorkerRequest& other) { assign(other); }
36 assign(other);
41 void assign(const WebServiceWorkerRequest&);
H A DWebServiceWorkerResponse.h34 WebServiceWorkerResponse(const WebServiceWorkerResponse& other) { assign(other); }
37 assign(other);
42 void assign(const WebServiceWorkerResponse&);
H A DWebSourceInfo.h53 WebSourceInfo(const WebSourceInfo& other) { assign(other); }
58 assign(other);
62 BLINK_PLATFORM_EXPORT void assign(const WebSourceInfo&);
H A DWebSpeechSynthesisUtterance.h40 WebSpeechSynthesisUtterance(const WebSpeechSynthesisUtterance& other) { assign(other); }
45 assign(other);
49 BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisUtterance&);
H A DWebStorageQuotaCallbacks.h49 WebStorageQuotaCallbacks(const WebStorageQuotaCallbacks& c) { assign(c); }
52 assign(c);
57 BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
H A DWebString.h67 assign(data, len);
70 WebString(const WebString& s) { assign(s); }
74 assign(s);
79 BLINK_COMMON_EXPORT void assign(const WebString&);
80 BLINK_COMMON_EXPORT void assign(const WebUChar* data, size_t len);
113 assign(fromUTF8(data, N - 1));
118 assign(fromUTF8(data, N - 1));
133 assign(s.data(), s.length());
138 assign(s.data(), s.length());
152 assign(
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMError.h54 WebDOMError(const WebDOMError& b) { assign(b); }
57 assign(b);
64 BLINK_EXPORT void assign(const WebDOMError&);
H A DWebDOMMediaStreamTrack.h52 WebDOMMediaStreamTrack(const WebDOMMediaStreamTrack& b) { assign(b); }
57 assign(b);
66 BLINK_EXPORT void assign(const WebDOMMediaStreamTrack&);
H A DWebElementCollection.h54 WebElementCollection(const WebElementCollection& n) { assign(n); }
57 assign(n);
64 BLINK_EXPORT void assign(const WebElementCollection&);
H A DWebMediaDevicesRequest.h44 WebMediaDevicesRequest(const WebMediaDevicesRequest& request) { assign(request); }
49 assign(other);
56 BLINK_EXPORT void assign(const WebMediaDevicesRequest&);
H A DWebNodeList.h53 WebNodeList(const WebNodeList& n) { assign(n); }
56 assign(n);
61 BLINK_EXPORT void assign(const WebNodeList&);
H A DWebOptionElement.h49 WebElement::assign(element);
52 void assign(const WebOptionElement& element) { WebElement::assign(element); } function in class:blink::WebOptionElement
H A DWebRange.h51 WebRange(const WebRange& r) { assign(r); }
54 assign(r);
59 BLINK_EXPORT void assign(const WebRange&);
H A DWebSpeechRecognitionHandle.h46 WebSpeechRecognitionHandle(const WebSpeechRecognitionHandle& other) { assign(other); }
49 assign(other);
54 BLINK_EXPORT void assign(const WebSpeechRecognitionHandle&);
/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);
/external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/Android.mk
19 test_name := input.output/iostream.format/input.streams/iostreamclass/iostream.assign/member_swap
23 test_name := input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign

Completed in 702 milliseconds

1234567891011>>