HomeSort by relevance Sort by last modified time
    Searched refs:assign (Results 476 - 500 of 1875) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.h 43 void assign(RenderLayer* updateRoot, bool& layersChanged, Vector<RenderLayer*>& layersNeedingRepaint);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebPermissionCallbacks.cpp 39 void WebPermissionCallbacks::assign(const WebPermissionCallbacks& other) function in class:blink::WebPermissionCallbacks
WebRTCStatsResponse.cpp 41 void WebRTCStatsResponse::assign(const WebRTCStatsResponse& other) function in class:blink::WebRTCStatsResponse
WebRTCVoidRequest.cpp 61 void WebRTCVoidRequest::assign(const WebRTCVoidRequest& other) function in class:blink::WebRTCVoidRequest
WebServiceWorkerRequest.cpp 27 void WebServiceWorkerRequest::assign(const WebServiceWorkerRequest& other) function in class:blink::WebServiceWorkerRequest
WebSpeechSynthesisUtterance.cpp 49 void WebSpeechSynthesisUtterance::assign(const WebSpeechSynthesisUtterance& other) function in class:blink::WebSpeechSynthesisUtterance
  /external/chromium_org/third_party/WebKit/Source/web/
WebArrayBufferView.cpp 39 void WebArrayBufferView::assign(const WebArrayBufferView& other) function in class:blink::WebArrayBufferView
WebDOMMediaStreamTrack.cpp 58 void WebDOMMediaStreamTrack::assign(const WebDOMMediaStreamTrack& b) function in class:blink::WebDOMMediaStreamTrack
WebHitTestResult.cpp 95 void WebHitTestResult::assign(const WebHitTestResult& info) function in class:blink::WebHitTestResult
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vector.cpp 189 ir_assignment *const assign = local
192 this->base_ir->insert_before(assign);
202 ir_assignment *const assign = local
205 this->base_ir->insert_before(assign);
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.h 28 @property (nonatomic, assign) UIPopoverController* fPopOverController;
  /external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.h 47 @property(assign, nonatomic) NSObject<AppsSearchResultsDelegate>* delegate;
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 57 url->assign(url_buffer);
59 title->assign(PathFindFileName(filename));
77 url->assign(str, 0, newline_pos);
78 title->assign(str, newline_pos + 1, base::string16::npos);
80 url->assign(str);
81 title->assign(str);
99 url->assign(file_url);
100 title->assign(file_url);
121 url->assign(base::UTF8ToWide(file_url));
122 title->assign(*url)
    [all...]
  /external/lldb/source/Interpreter/
OptionGroupArchitecture.cpp 70 m_arch_str.assign (option_arg);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.h 60 m_thread_name.assign (name);
  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.h 53 m_thread_name.assign (name);
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 82 /// No interference, go ahead and assign.
102 /// If this function returns IK_Free, it is legal to assign(VirtReg, PhysReg).
107 /// Assign VirtReg to PhysReg.
110 void assign(LiveInterval &VirtReg, unsigned PhysReg);
  /external/mesa3d/src/glsl/
lower_vector.cpp 189 ir_assignment *const assign = local
192 this->base_ir->insert_before(assign);
202 ir_assignment *const assign = local
205 this->base_ir->insert_before(assign);
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.h 28 @property (nonatomic, assign) UIPopoverController* fPopOverController;
  /frameworks/compile/mclinker/include/mcld/Script/
Assignment.h 71 /// assign - evaluate the rhs and assign the result to lhs.
72 bool assign(RpnEvaluator& pEvaluator);
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 58 Path& assign(InputIterator begin, InputIterator end);
59 Path& assign(const StringType &s);
60 Path& assign(const ValueType* s, unsigned int length);
132 Path& Path::assign(InputIterator begin, InputIterator end) function in class:mcld::sys::fs::Path
RealPath.h 36 RealPath& assign(const Path& pPath);
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 83 Path& Path::assign(const Path::StringType &s) function in class:Path
85 m_PathName.assign(s);
89 Path& Path::assign(const Path::ValueType* s, unsigned int length) function in class:Path
92 assert(0 && "assign a null or empty string to Path");
93 m_PathName.assign(s, length);
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_string.i 33 $1.assign($input); %}
58 $result.assign($input); %}
  /external/chromium_org/chrome/common/extensions/docs/static/js/
platform_chooser.js 13 window.location.assign(button.getAttribute('data-href'));

Completed in 1503 milliseconds

<<11121314151617181920>>