HomeSort by relevance Sort by last modified time
    Searched full:_model (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 446 this._model = null;
468 this._model = this._scaleModel(model);
503 var model = this._model;
642 this._nodeWidthElement.textContent = this._model.width;
643 this._nodeHeightElement.textContent = this._model.height;
645 var marginQuad = this._model.margin;
649 var anchorTop = this._model.margin[1];
650 var anchorBottom = this._model.margin[7];
656 var boxX = Math.max(2, this._model.margin[0]);
    [all...]
IndexedDBViews.js 115 this._model = model;
346 this._model.loadIndexData(this._databaseId, this._objectStore.name, this._index.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
348 this._model.loadObjectStoreData(this._databaseId, this._objectStore.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
366 this._model.clearObjectStore(this._databaseId, this._objectStore.name, cleared.bind(this));
ResourceTreeModel.js 468 this._model = model;
606 delete this._model._frames[this.id];
607 this._model.dispatchEventToListeners(WebInspector.ResourceTreeModel.EventTypes.FrameDetached, this);
620 this._model.dispatchEventToListeners(WebInspector.ResourceTreeModel.EventTypes.ResourceAdded, resource);
636 this._model.dispatchEventToListeners(WebInspector.ResourceTreeModel.EventTypes.ResourceAdded, resource);
PaintProfilerView.js 42 this._model = model;
CSSStyleModel.js 661 this._model = model;
700 this._model.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, this._styleSheetAdded, this);
701 this._model.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetRemoved, this._styleSheetRemoved, this);
707 this._model.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetRemoved, this._styleSheetRemoved, this);
708 this._model.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, this._styleSheetAdded, this);
728 this._model.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, this._styleSheetAdded, this);
729 this._model.removeEventListener(WebInspector.CSSStyleModel.Events.StyleSheetRemoved, this._styleSheetRemoved, this);
    [all...]
ResourcesPanel.js     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 116 model = self._model(options, port_name, tests)
148 def _model(self, options, port_name, tests): member in class:PrintExpectations
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 181 icvReleaseFGDStatModel( CvFGDStatModel** _model )
187 if( !_model )
190 if( *_model )
192 CvFGDStatModel* model = *_model;
207 cvFree( _model );

Completed in 1340 milliseconds

12