HomeSort by relevance Sort by last modified time
    Searched refs:SetMethod (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 141 %define %attribute_custom(Class, AttributeType, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
144 #if #SetMethod != #AttributeName
145 %ignore Class::SetMethod;
196 %define %attribute(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
197 #if #SetMethod != ""
198 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, self_->GetMethod(), self_->SetMethod(val_))
204 %define %attribute2(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
205 #if #SetMethod != ""
206 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, &self_->GetMethod(), self_->SetMethod(*val_)
    [all...]
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 127 .SetMethod("attachShader", glAttachShader)
128 .SetMethod("bindBuffer", glBindBuffer)
129 .SetMethod("bufferData", BufferData)
130 .SetMethod("clear", glClear)
131 .SetMethod("clearColor", glClearColor)
132 .SetMethod("compileShader", CompileShader)
133 .SetMethod("createBuffer", CreateBuffer)
134 .SetMethod("createProgram", glCreateProgram)
135 .SetMethod("createShader", glCreateShader)
136 .SetMethod("deleteShader", glDeleteShader
    [all...]
module.cc 40 .SetMethod("Context", CreateContext)
  /external/chromium_org/gin/test/
gtest.cc 52 .SetMethod("fail", Fail)
53 .SetMethod("expectTrue", ExpectTrue)
54 .SetMethod("expectFalse", ExpectFalse)
55 .SetMethod("expectEqual", ExpectEqual)
gc.cc 32 .SetMethod("collectGarbage",
file.cc 77 .SetMethod("readFileToString", ReadFileToString)
78 .SetMethod("getFilesInDirectory", GetFilesInDirectory)
79 .SetMethod("getSourceRootDirectory", GetSourceRootDirectory)
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 337 .SetMethod("logToStderr", &TestRunnerBindings::LogToStderr)
338 .SetMethod("notifyDone", &TestRunnerBindings::NotifyDone)
339 .SetMethod("waitUntilDone", &TestRunnerBindings::WaitUntilDone)
340 .SetMethod("queueBackNavigation",
342 .SetMethod("queueForwardNavigation",
344 .SetMethod("queueReload", &TestRunnerBindings::QueueReload)
345 .SetMethod("queueLoadingScript", &TestRunnerBindings::QueueLoadingScript)
346 .SetMethod("queueNonLoadingScript",
348 .SetMethod("queueLoad", &TestRunnerBindings::QueueLoad)
349 .SetMethod("queueLoadHTMLString"
    [all...]
text_input_controller.cc 87 .SetMethod("insertText", &TextInputControllerBindings::InsertText)
88 .SetMethod("unmarkText", &TextInputControllerBindings::UnmarkText)
89 .SetMethod("doCommand", &TextInputControllerBindings::DoCommand)
90 .SetMethod("setMarkedText", &TextInputControllerBindings::SetMarkedText)
91 .SetMethod("hasMarkedText", &TextInputControllerBindings::HasMarkedText)
92 .SetMethod("markedRange", &TextInputControllerBindings::MarkedRange)
93 .SetMethod("selectedRange", &TextInputControllerBindings::SelectedRange)
94 .SetMethod("firstRectForCharacterRange",
96 .SetMethod("setComposition",
gamepad_controller.cc 87 .SetMethod("connect", &GamepadControllerBindings::Connect)
88 .SetMethod("dispatchConnected", &GamepadControllerBindings::DispatchConnected)
89 .SetMethod("disconnect", &GamepadControllerBindings::Disconnect)
90 .SetMethod("setId", &GamepadControllerBindings::SetId)
91 .SetMethod("setButtonCount", &GamepadControllerBindings::SetButtonCount)
92 .SetMethod("setButtonData", &GamepadControllerBindings::SetButtonData)
93 .SetMethod("setAxisCount", &GamepadControllerBindings::SetAxisCount)
94 .SetMethod("setAxisData", &GamepadControllerBindings::SetAxisData);
web_ax_object_proxy.cc 521 .SetMethod("allAttributes", &WebAXObjectProxy::AllAttributes)
522 .SetMethod("attributesOfChildren",
524 .SetMethod("lineForIndex", &WebAXObjectProxy::LineForIndex)
525 .SetMethod("boundsForRange", &WebAXObjectProxy::BoundsForRange)
526 .SetMethod("childAtIndex", &WebAXObjectProxy::ChildAtIndex)
527 .SetMethod("elementAtPoint", &WebAXObjectProxy::ElementAtPoint)
528 .SetMethod("tableHeader", &WebAXObjectProxy::TableHeader)
529 .SetMethod("rowIndexRange", &WebAXObjectProxy::RowIndexRange)
530 .SetMethod("columnIndexRange", &WebAXObjectProxy::ColumnIndexRange)
531 .SetMethod("cellForColumnAndRow", &WebAXObjectProxy::CellForColumnAndRow
    [all...]
  /external/chromium_org/mojo/apps/js/
mojo_module.cc 34 .SetMethod("connectToService",
37 .SetMethod("quit",
  /external/chromium_org/mojo/bindings/js/
support.cc 49 .SetMethod("asyncWait", AsyncWait)
50 .SetMethod("cancelWait", CancelWait)
core.cc 252 .SetMethod("close", CloseHandle)
253 .SetMethod("wait", WaitHandle)
254 .SetMethod("waitMany", WaitMany)
255 .SetMethod("createMessagePipe", CreateMessagePipe)
256 .SetMethod("writeMessage", WriteMessage)
257 .SetMethod("readMessage", ReadMessage)
258 .SetMethod("createDataPipe", CreateDataPipe)
259 .SetMethod("writeData", WriteData)
260 .SetMethod("readData", ReadData)
261 .SetMethod("drainData", DoDrainData
    [all...]
  /external/chromium_org/chrome/renderer/net/
net_error_page_controller.cc 98 .SetMethod("loadStaleButtonClick",
100 .SetMethod("reloadButtonClick",
102 .SetMethod("detailsButtonClick",
104 .SetMethod("trackClick",
  /external/chromium_org/content/shell/renderer/
gc_controller.cc 43 .SetMethod("collect", &GCController::Collect)
44 .SetMethod("collectAll", &GCController::CollectAll)
45 .SetMethod("minorCollect", &GCController::MinorCollect);
  /external/chromium_org/content/renderer/
dom_automation_controller.cc 53 .SetMethod("send", &DomAutomationController::SendMsg)
54 .SetMethod("setAutomationId", &DomAutomationController::SetAutomationId)
55 .SetMethod("sendJSON", &DomAutomationController::SendJSON)
56 .SetMethod("sendWithId", &DomAutomationController::SendWithId);
memory_benchmarking_extension.cc 57 .SetMethod("isHeapProfilerRunning",
59 .SetMethod("heapProfilerDump",
  /external/chromium_org/gin/modules/
timer.cc 36 .SetMethod("cancel",
38 .SetMethod("reset",
97 .SetMethod("createOneShot",
99 .SetMethod("createRepeating",
console.cc 42 .SetMethod("log", Log)
  /external/chromium_org/mojo/apps/js/bindings/
monotonic_clock.cc 34 .SetMethod("seconds", GetMonotonicSeconds)
threading.cc 34 .SetMethod("quit", Quit)
  /art/runtime/
method_helper.h 31 SetMethod(m.Get());
36 SetMethod(new_m);
131 void SetMethod(mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /external/chromium_org/content/public/renderer/
resource_fetcher.h 51 virtual void SetMethod(const std::string& method) = 0;
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.h 34 virtual void SetMethod(const std::string& method) OVERRIDE;
  /external/chromium_org/content/renderer/mojo/
service_registry_js_wrapper.cc 34 SetMethod("connectToService",

Completed in 490 milliseconds

1 2 3