Searched refs:call (Results 301 - 325 of 1460) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DResourceTimelineRecord.js28 WebInspector.TimelineRecord.call(this, WebInspector.TimelineRecord.Type.Network);
H A DSourceCodeRevision.js28 WebInspector.Revision.call(this);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DCSSObserver.js28 WebInspector.Object.call(this);
H A DDOMStorageObserver.js29 WebInspector.Object.call(this);
H A DDatabaseObserver.js28 WebInspector.Object.call(this);
H A DDebuggerObserver.js28 WebInspector.Object.call(this);
H A DInspectorObserver.js28 WebInspector.Object.call(this);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DActivateButtonToolbarItem.js28 WebInspector.ActivateButtonNavigationItem.call(this, identifier, defaultToolTip, activatedToolTip, image, 32, 32, suppressEmboss, role);
H A DApplicationCacheFrameTreeElement.js30 WebInspector.GeneralTreeElement.call(this, WebInspector.ApplicationCacheFrameTreeElement.StyleClassName, "", "", representedObject, false);
H A DApplicationCacheManifestTreeElement.js30 WebInspector.StorageTreeElement.call(this, WebInspector.ApplicationCacheManifestTreeElement.StyleClassName, "", representedObject);
H A DButtonToolbarItem.js28 WebInspector.ButtonNavigationItem.call(this, identifier, toolTip, image, 32, 32, suppressEmboss, role);
H A DDOMStorageTreeElement.js35 WebInspector.StorageTreeElement.call(this, className, WebInspector.displayNameForHost(representedObject.host), representedObject);
H A DDOMTreeDataGrid.js27 WebInspector.DataGrid.call(this, {
H A DDashboardView.js45 WebInspector.Object.call(this);
H A DDatabaseTreeElement.js30 WebInspector.GeneralTreeElement.call(this, WebInspector.DatabaseTreeElement.DatabaseIconStyleClassName, representedObject.name, null, representedObject, true);
H A DDetailsSectionRow.js27 WebInspector.Object.call(this);
H A DGeneralTreeElementPathComponent.js27 WebInspector.HierarchicalPathComponent.call(this, generalTreeElement.mainTitle, generalTreeElement.classNames, representedObject || generalTreeElement.representedObject);
H A DIndexedDatabaseTreeElement.js32 WebInspector.GeneralTreeElement.call(this, WebInspector.IndexedDatabaseTreeElement.IconStyleClassName, indexedDatabase.name, null, indexedDatabase, !!this._indexedDatabase.objectStores.length);
H A DLegacyJavaScriptProfileType.js28 WebInspector.LegacyProfileType.call(this, WebInspector.LegacyJavaScriptProfileType.TypeId, WebInspector.UIString("Collect JavaScript Profile"));
H A DLegacyProfileObject.js28 WebInspector.Object.call(this);
H A DScriptTreeElement.js30 WebInspector.SourceCodeTreeElement.call(this, script, WebInspector.ScriptTreeElement.StyleClassName, null, null, script, false);
H A DSourceMapResourceTreeElement.js30 WebInspector.ResourceTreeElement.call(this, sourceMapResource);
H A DStorageTreeElement.js28 WebInspector.GeneralTreeElement.call(this, classNames, title, null, representedObject, false);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_window_features.cpp80 m_view->smartCallback<EwkViewCallbacks::ToolbarVisible>().call(&toolbarVisible);
86 m_view->smartCallback<EwkViewCallbacks::StatusBarVisible>().call(&statusBarVisible);
92 m_view->smartCallback<EwkViewCallbacks::MenuBarVisible>().call(&menuBarVisible);
98 m_view->smartCallback<EwkViewCallbacks::WindowResizable>().call(&resizable);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DDownloadManagerEfl.cpp55 download->view()->smartCallback<DownloadJobRequested>().call(download);
94 download->view()->smartCallback<DownloadJobFailed>().call(&downloadError);
105 download->view()->smartCallback<DownloadJobCancelled>().call(download);
116 download->view()->smartCallback<DownloadJobFinished>().call(download);

Completed in 141 milliseconds

<<11121314151617181920>>