Searched refs:assign (Results 51 - 75 of 1342) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPermissionCallbacks.h21 WebPermissionCallbacks(const WebPermissionCallbacks& c) { assign(c); }
24 assign(c);
29 BLINK_PLATFORM_EXPORT void assign(const WebPermissionCallbacks&);
H A DWebRTCOfferOptions.h19 WebRTCOfferOptions(const WebRTCOfferOptions& other) { assign(other); }
24 assign(other);
28 BLINK_PLATFORM_EXPORT void assign(const WebRTCOfferOptions&);
H A DWebRTCStatsRequest.h69 WebRTCStatsRequest(const WebRTCStatsRequest& other) { assign(other); }
74 assign(other);
78 BLINK_PLATFORM_EXPORT void assign(const WebRTCStatsRequest&);
H A DWebRTCStatsResponse.h38 WebRTCStatsResponse(const WebRTCStatsResponse& other) { assign(other); }
44 assign(other);
48 BLINK_PLATFORM_EXPORT void assign(const WebRTCStatsResponse&);
H A DWebSpeechSynthesisVoice.h40 WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); }
45 assign(other);
49 BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisVoice&);
H A DWebIDBKeyRange.h42 WebIDBKeyRange(const WebIDBKeyRange& keyRange) { assign(keyRange); }
43 WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { assign(lower, upper, lowerOpen, upperOpen); }
50 BLINK_EXPORT void assign(const WebIDBKeyRange&);
51 BLINK_EXPORT void assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen);
H A DWebPrivatePtr.h69 void assign(const BlinkPtrType& val) function in class:blink::PtrStorageImpl
75 void assign(const PtrStorageImpl& other) function in class:blink::PtrStorageImpl
98 void assign(const RawPtr<T>& val) function in class:blink::PtrStorageImpl
111 void assign(T* ptr) { assign(RawPtr<T>(ptr)); } function in class:blink::PtrStorageImpl
112 template<typename U> void assign(const RawPtr<U>& val) { assign(RawPtr<T>(val)); } function in class:blink::PtrStorageImpl
114 void assign(const PtrStorageImpl& other) { assign(other.get()); } function in class:blink::PtrStorageImpl
131 void assign(cons function in class:blink::PtrStorageImpl
133 void assign(const PtrStorageImpl& other) { PtrStorageImpl<T, GarbageCollectedLifetime>::assign(other.get()); } function in class:blink::PtrStorageImpl
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDocumentType.h53 WebNode::assign(e);
56 void assign(const WebDocumentType& e) { WebNode::assign(e); } function in class:blink::WebDocumentType
H A DWebLabelElement.h52 WebElement::assign(element);
56 void assign(const WebLabelElement& element) { WebElement::assign(element); } function in class:blink::WebLabelElement
H A DWebPluginDocument.h49 WebNode::assign(e);
52 void assign(const WebPluginDocument& d) { WebNode::assign(d); } function in class:blink::WebPluginDocument
H A DWebSelectElement.h50 WebFormControlElement::assign(element);
53 void assign(const WebSelectElement& element) { WebFormControlElement::assign(element); } function in class:blink::WebSelectElement
H A DWebTextAreaElement.h48 WebFormControlElement::assign(element);
51 void assign(const WebTextAreaElement& element) { WebFormControlElement::assign(element); } function in class:blink::WebTextAreaElement
H A DWebUserGestureToken.h46 WebUserGestureToken(const WebUserGestureToken& other) { assign(other); }
49 assign(other);
65 BLINK_EXPORT void assign(const WebUserGestureToken&);
H A DWebGeolocationPosition.h41 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
43 WebGeolocationPosition(const WebGeolocationPosition& other) { assign(other); }
46 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
47 BLINK_EXPORT void assign(const WebGeolocationPosition&);
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
H A Dtoolbar_view.h22 @property(assign, nonatomic) CGFloat dividerOpacity;
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
H A Dmenu_tracked_root_view.h20 @property(assign, nonatomic) NSMenuItem* menuItem;
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dplatform_chooser.js13 window.location.assign(button.getAttribute('data-href'));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMResourceProgressEvent.cpp42 assign(ResourceProgressEvent::create(type, lengthIsComputable, loaded, total, url));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCICECandidate+Internal.h34 @property(nonatomic, assign, readonly) const
H A DRTCVideoTrack+Internal.h37 @property(nonatomic, assign, readonly)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCMediaSource.h36 @property(nonatomic, assign, readonly) RTCSourceState state;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_if_to_cond_assign.cpp119 ir_assignment *assign = (ir_assignment *)ir; local
121 if (hash_table_find(ht, assign) == NULL) {
122 hash_table_insert(ht, assign, assign);
129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL;
131 if (!assign->condition) {
133 assign->rhs =
137 assign->rhs);
139 assign->condition = cond_expr->clone(mem_ctx, NULL);
142 assign
174 ir_assignment *assign; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_breaks_3.opt_test13 ((assign (x) (var_ref a) (constant float (1.000000)))
15 ((assign (x) (var_ref c) (constant float (1.000000))) break)
H A Dlower_breaks_5.opt_test13 ((assign (x) (var_ref a) (constant float (1.000000)))
15 ((assign (x) (var_ref c) (constant float (1.000000))) break))))))))
/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DFileReaderAppDelegate.h14 @property (assign) IBOutlet SkNSWindow *window;

Completed in 2101 milliseconds

1234567891011>>