Searched refs:assign (Results 276 - 300 of 1342) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBKey.h54 WebIDBKey(const WebIDBKey& e) { assign(e); }
57 assign(e);
61 BLINK_EXPORT void assign(const WebIDBKey&);
H A DWebImage.h58 assign(image);
63 assign(image);
77 BLINK_PLATFORM_EXPORT void assign(const WebImage&);
H A DWebMediaStream.h48 WebMediaStream(const WebMediaStream& other) { assign(other); }
53 assign(other);
57 BLINK_PLATFORM_EXPORT void assign(const WebMediaStream&);
H A DWebMediaStreamSource.h75 WebMediaStreamSource(const WebMediaStreamSource& other) { assign(other); }
80 assign(other);
84 BLINK_PLATFORM_EXPORT void assign(const WebMediaStreamSource&);
H A DWebMediaStreamTrack.h58 WebMediaStreamTrack(const WebMediaStreamTrack& other) { assign(other); }
63 assign(other);
66 BLINK_PLATFORM_EXPORT void assign(const WebMediaStreamTrack&);
H A DWebScrollbarThemePainter.h41 WebScrollbarThemePainter(const WebScrollbarThemePainter& painter) { assign(painter); }
45 assign(painter);
49 BLINK_EXPORT void assign(const WebScrollbarThemePainter&);
H A DWebURLLoadTiming.h47 WebURLLoadTiming(const WebURLLoadTiming& d) { assign(d); }
50 assign(d);
56 BLINK_PLATFORM_EXPORT void assign(const WebURLLoadTiming&);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebBlob.h60 WebBlob(const WebBlob& b) { assign(b); }
63 assign(b);
72 BLINK_EXPORT void assign(const WebBlob&);
H A DWebDOMFileSystem.h69 WebDOMFileSystem(const WebDOMFileSystem& d) { assign(d); }
72 assign(d);
90 BLINK_EXPORT void assign(const WebDOMFileSystem&);
H A DWebElement.h48 WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
49 void assign(const WebElement& e) { WebNode::assign(e); } function in class:blink::WebElement
H A DWebFormControlElement.h50 WebElement::assign(e);
53 void assign(const WebFormControlElement& e) { WebElement::assign(e); } function in class:blink::WebFormControlElement
H A DWebFormElement.h54 WebElement::assign(element);
57 void assign(const WebFormElement& element) { WebElement::assign(element); } function in class:blink::WebFormElement
H A DWebInputElement.h49 WebFormControlElement::assign(element);
52 void assign(const WebInputElement& element) { WebFormControlElement::assign(element); } function in class:blink::WebInputElement
H A DWebNotification.h52 WebNotification(const WebNotification& other) { assign(other); }
55 assign(other);
62 BLINK_EXPORT void assign(const WebNotification&);
H A DWebPerformance.h52 WebPerformance(const WebPerformance& p) { assign(p); }
56 assign(p);
61 BLINK_EXPORT void assign(const WebPerformance&);
H A DWebSerializedScriptValue.h53 WebSerializedScriptValue(const WebSerializedScriptValue& d) { assign(d); }
56 assign(d);
68 BLINK_EXPORT void assign(const WebSerializedScriptValue&);
H A DWebUserMediaRequest.h51 WebUserMediaRequest(const WebUserMediaRequest& request) { assign(request); }
56 assign(other);
63 BLINK_EXPORT void assign(const WebUserMediaRequest&);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_variable_refcount.cpp42 assign = NULL;
108 if (entry->assign == NULL)
109 entry->assign = ir;
H A Dlower_vec_index_to_cond_assign.cpp71 ir_assignment *assign; local
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
96 list.push_tail(assign);
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
125 list.push_tail(assign);
166 ir_assignment *assign; local
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
193 list.push_tail(assign);
200 assign = new(ir) ir_assignment(deref, ir->rhs, NULL);
201 list.push_tail(assign);
[all...]
/external/chromium_org/tools/gn/
H A Dsource_file.cc59 converted.assign(&value_[1], value_.size() - 1);
61 converted.assign(value_);
66 converted.assign(&value_[2], value_.size() - 2);
/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h52 m_type.m_type_name.assign(name);
63 m_type.m_type_name.assign(type->GetName().GetCString());
74 m_type.m_type_name.assign(type.GetConstTypeName().GetCString());
/external/mesa3d/src/glsl/
H A Dir_variable_refcount.cpp42 assign = NULL;
108 if (entry->assign == NULL)
109 entry->assign = ir;
H A Dlower_vec_index_to_cond_assign.cpp71 ir_assignment *assign; local
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
96 list.push_tail(assign);
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
125 list.push_tail(assign);
166 ir_assignment *assign; local
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
193 list.push_tail(assign);
200 assign = new(ir) ir_assignment(deref, ir->rhs, NULL);
201 list.push_tail(assign);
[all...]
/external/qemu/android/base/
H A DString.cpp32 assign(str, ::strlen(str));
37 assign(str, len);
42 assign(other);
47 assign(other);
52 this->assign(count, fill);
64 String& String::assign(const char* str) { function in class:android::base::String
65 return this->assign(str, ::strlen(str));
69 String& String::assign(const char* str, size_t len) { function in class:android::base::String
76 String& String::assign(const String& other) { function in class:android::base::String
77 return this->assign(othe
81 String& String::assign(const StringView& other) { function in class:android::base::String
86 String& String::assign(char ch) { function in class:android::base::String
91 String& String::assign(size_t count, char fill) { function in class:android::base::String
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements;
50 @property (assign, getter=GetElementDescription, setter=SetElementDescription:) NSString *elementDescription;

Completed in 4986 milliseconds

<<11121314151617181920>>