Home | History | Annotate | Download | only in codewalk

Lines Matching full:prototype

81 CodewalkViewer.prototype.navigateToCode = function(url, opt_window) {
102 CodewalkViewer.prototype.selectFirstComment = function() {
111 CodewalkViewer.prototype.targetCommentLinksAtBlank = function() {
120 CodewalkViewer.prototype.installEventHandlers = function() {
178 CodewalkViewer.prototype.startSizerDrag = function(ev) {
189 CodewalkViewer.prototype.handleSizerDrag = function(ev) {
213 CodewalkViewer.prototype.endSizerDrag = function(ev) {
222 CodewalkViewer.prototype.toggleDescription = function(target) {
235 CodewalkViewer.prototype.changeCodeSide = function(codeSide) {
252 CodewalkViewer.prototype.changeSelectedComment = function(target) {
288 CodewalkViewer.prototype.updateHeight = function() {