Searched refs:SetMethod (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc127 .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("deleteShade
[all...]
H A Dmodule.cc40 .SetMethod("Context", CreateContext)
/external/chromium_org/gin/test/
H A Dgtest.cc52 .SetMethod("fail", Fail)
53 .SetMethod("expectTrue", ExpectTrue)
54 .SetMethod("expectFalse", ExpectFalse)
55 .SetMethod("expectEqual", ExpectEqual)
H A Dgc.cc32 .SetMethod("collectGarbage",
H A Dfile.cc77 .SetMethod("readFileToString", ReadFileToString)
78 .SetMethod("getFilesInDirectory", GetFilesInDirectory)
79 .SetMethod("getSourceRootDirectory", GetSourceRootDirectory)
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc337 .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("queueLoadHTMLStrin
[all...]
H A Dtext_input_controller.cc87 .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",
H A Dgamepad_controller.cc87 .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);
H A Dweb_ax_object_proxy.cc521 .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("cellForColumnAndRo
[all...]
H A Devent_sender.cc478 .SetMethod("enableDOMUIEventLogging",
480 .SetMethod("fireKeyboardEventsToElement",
482 .SetMethod("clearKillRing", &EventSenderBindings::ClearKillRing)
483 .SetMethod("contextClick", &EventSenderBindings::ContextClick)
484 .SetMethod("textZoomIn", &EventSenderBindings::TextZoomIn)
485 .SetMethod("textZoomOut", &EventSenderBindings::TextZoomOut)
486 .SetMethod("zoomPageIn", &EventSenderBindings::ZoomPageIn)
487 .SetMethod("zoomPageOut", &EventSenderBindings::ZoomPageOut)
488 .SetMethod("setPageZoomFactor", &EventSenderBindings::SetPageZoomFactor)
489 .SetMethod("setPageScaleFacto
[all...]
H A Daccessibility_controller.cc85 .SetMethod("logAccessibilityEvents",
87 .SetMethod("setNotificationListener",
89 .SetMethod("unsetNotificationListener",
95 .SetMethod("accessibleElementById",
98 .SetMethod("addNotificationListener",
100 .SetMethod("removeNotificationListener",
/external/chromium_org/mojo/apps/js/
H A Dmojo_module.cc34 .SetMethod("connectToService",
37 .SetMethod("quit",
/external/chromium_org/mojo/bindings/js/
H A Dsupport.cc49 .SetMethod("asyncWait", AsyncWait)
50 .SetMethod("cancelWait", CancelWait)
H A Dcore.cc252 .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("drainDat
[all...]
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_page_controller.cc98 .SetMethod("loadStaleButtonClick",
100 .SetMethod("reloadButtonClick",
102 .SetMethod("detailsButtonClick",
104 .SetMethod("trackClick",
/external/chromium_org/content/shell/renderer/
H A Dgc_controller.cc43 .SetMethod("collect", &GCController::Collect)
44 .SetMethod("collectAll", &GCController::CollectAll)
45 .SetMethod("minorCollect", &GCController::MinorCollect);
/external/chromium_org/content/renderer/
H A Ddom_automation_controller.cc53 .SetMethod("send", &DomAutomationController::SendMsg)
54 .SetMethod("setAutomationId", &DomAutomationController::SetAutomationId)
55 .SetMethod("sendJSON", &DomAutomationController::SendJSON)
56 .SetMethod("sendWithId", &DomAutomationController::SendWithId);
H A Dmemory_benchmarking_extension.cc57 .SetMethod("isHeapProfilerRunning",
59 .SetMethod("heapProfilerDump",
H A Dstats_collection_controller.cc106 .SetMethod("getHistogram", &StatsCollectionController::GetHistogram)
107 .SetMethod("getBrowserHistogram",
109 .SetMethod("tabLoadTiming", &StatsCollectionController::GetTabLoadTiming);
/external/chromium_org/gin/modules/
H A Dtimer.cc36 .SetMethod("cancel",
38 .SetMethod("reset",
97 .SetMethod("createOneShot",
99 .SetMethod("createRepeating",
H A Dconsole.cc42 .SetMethod("log", Log)
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.cc34 .SetMethod("seconds", GetMonotonicSeconds)
H A Dthreading.cc34 .SetMethod("quit", Quit)
/external/chromium_org/content/public/renderer/
H A Dresource_fetcher.h51 virtual void SetMethod(const std::string& method) = 0;
/external/chromium_org/content/renderer/mojo/
H A Dservice_registry_js_wrapper.cc34 SetMethod("connectToService",

Completed in 2158 milliseconds

123