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

123

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc126 .SetMethod("attachShader", glAttachShader)
127 .SetMethod("bindBuffer", glBindBuffer)
128 .SetMethod("bufferData", BufferData)
129 .SetMethod("clear", glClear)
130 .SetMethod("clearColor", glClearColor)
131 .SetMethod("compileShader", CompileShader)
132 .SetMethod("createBuffer", CreateBuffer)
133 .SetMethod("createProgram", glCreateProgram)
134 .SetMethod("createShader", glCreateShader)
135 .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", v8::V8::LowMemoryNotification)
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc336 .SetMethod("logToStderr", &TestRunnerBindings::LogToStderr)
337 .SetMethod("notifyDone", &TestRunnerBindings::NotifyDone)
338 .SetMethod("waitUntilDone", &TestRunnerBindings::WaitUntilDone)
339 .SetMethod("queueBackNavigation",
341 .SetMethod("queueForwardNavigation",
343 .SetMethod("queueReload", &TestRunnerBindings::QueueReload)
344 .SetMethod("queueLoadingScript", &TestRunnerBindings::QueueLoadingScript)
345 .SetMethod("queueNonLoadingScript",
347 .SetMethod("queueLoad", &TestRunnerBindings::QueueLoad)
348 .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.cc88 .SetMethod("connect", &GamepadControllerBindings::Connect)
89 .SetMethod("dispatchConnected", &GamepadControllerBindings::DispatchConnected)
90 .SetMethod("disconnect", &GamepadControllerBindings::Disconnect)
91 .SetMethod("setId", &GamepadControllerBindings::SetId)
92 .SetMethod("setButtonCount", &GamepadControllerBindings::SetButtonCount)
93 .SetMethod("setButtonData", &GamepadControllerBindings::SetButtonData)
94 .SetMethod("setAxisCount", &GamepadControllerBindings::SetAxisCount)
95 .SetMethod("setAxisData", &GamepadControllerBindings::SetAxisData);
H A Dweb_ax_object_proxy.cc513 .SetMethod("allAttributes", &WebAXObjectProxy::AllAttributes)
514 .SetMethod("attributesOfChildren",
516 .SetMethod("lineForIndex", &WebAXObjectProxy::LineForIndex)
517 .SetMethod("boundsForRange", &WebAXObjectProxy::BoundsForRange)
518 .SetMethod("childAtIndex", &WebAXObjectProxy::ChildAtIndex)
519 .SetMethod("elementAtPoint", &WebAXObjectProxy::ElementAtPoint)
520 .SetMethod("tableHeader", &WebAXObjectProxy::TableHeader)
521 .SetMethod("rowIndexRange", &WebAXObjectProxy::RowIndexRange)
522 .SetMethod("columnIndexRange", &WebAXObjectProxy::ColumnIndexRange)
523 .SetMethod("cellForColumnAndRo
[all...]
H A Devent_sender.cc455 .SetMethod("enableDOMUIEventLogging",
457 .SetMethod("fireKeyboardEventsToElement",
459 .SetMethod("clearKillRing", &EventSenderBindings::ClearKillRing)
460 .SetMethod("contextClick", &EventSenderBindings::ContextClick)
461 .SetMethod("textZoomIn", &EventSenderBindings::TextZoomIn)
462 .SetMethod("textZoomOut", &EventSenderBindings::TextZoomOut)
463 .SetMethod("zoomPageIn", &EventSenderBindings::ZoomPageIn)
464 .SetMethod("zoomPageOut", &EventSenderBindings::ZoomPageOut)
465 .SetMethod("setPageZoomFactor", &EventSenderBindings::SetPageZoomFactor)
466 .SetMethod("setPageScaleFacto
[all...]
H A Daccessibility_controller.cc84 .SetMethod("logAccessibilityEvents",
86 .SetMethod("setNotificationListener",
88 .SetMethod("unsetNotificationListener",
94 .SetMethod("accessibleElementById",
97 .SetMethod("addNotificationListener",
99 .SetMethod("removeNotificationListener",
/external/chromium_org/mojo/bindings/js/
H A Dsupport.cc48 .SetMethod("asyncWait", AsyncWait)
49 .SetMethod("cancelWait", CancelWait)
H A Dcore.cc214 .SetMethod("close", CloseHandle)
215 .SetMethod("wait", WaitHandle)
216 .SetMethod("waitMany", WaitMany)
217 .SetMethod("createMessagePipe", CreateMessagePipe)
218 .SetMethod("writeMessage", WriteMessage)
219 .SetMethod("readMessage", ReadMessage)
220 .SetMethod("createDataPipe", CreateDataPipe)
221 .SetMethod("writeData", WriteData)
222 .SetMethod("readData", ReadData)
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_page_controller.cc98 .SetMethod("loadStaleButtonClick",
100 .SetMethod("reloadButtonClick",
102 .SetMethod("moreButtonClick", &NetErrorPageController::MoreButtonClick)
103 .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.cc105 .SetMethod("getHistogram", &StatsCollectionController::GetHistogram)
106 .SetMethod("getBrowserHistogram",
108 .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.h46 virtual void SetMethod(const std::string& method) = 0;
/external/chromium_org/athena/virtual_keyboard/
H A Dvirtual_keyboard_bindings_impl.cc131 .SetMethod("moveCursor", &VKBindings::NotImplemented)
132 .SetMethod("sendKeyEvent", &VKBindings::SendKeyEvent)
133 .SetMethod("hideKeyboard", &VKBindings::HideKeyboard)
134 .SetMethod("lockKeyboard", &VKBindings::NotImplemented)
135 .SetMethod("keyboardLoaded", &VKBindings::NotImplemented)
136 .SetMethod("getKeyboardConfig", &VKBindings::NotImplemented);
/external/chromium_org/ppapi/cpp/
H A Durl_request_info.h114 /// SetMethod() sets the <code>PP_URLREQUESTPROPERTY_METHOD</code>
124 bool SetMethod(const Var& method_string) { function in class:pp::URLRequestInfo
/external/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher_impl.h34 virtual void SetMethod(const std::string& method) OVERRIDE;

Completed in 7871 milliseconds

123