OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:detailsview
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/resources/net_internals/
detailsview.js
6
* The
DetailsView
handles the tabbed view that displays either the "log" or
12
function
DetailsView
(tabHandlesContainerId,
29
inherits(
DetailsView
, TabSwitcherView);
32
DetailsView
.REPAINT_TIMEOUT_MS = 50;
37
DetailsView
.prototype.setData = function(currentData) {
40
var sortedCurrentData =
DetailsView
.createSortedCopy_(currentData);
46
DetailsView
.createSortedCopy_ = function(origArray) {
75
DetailsView
.REPAINT_TIMEOUT_MS);
eventsview.js
44
this.detailsView_ = new
DetailsView
(tabHandlesContainerId,
index.html
21
<script src="
detailsview
.js"></script>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsView.java
24
public class
DetailsView
extends GLPageBookView {
27
public
DetailsView
() {
/external/chromium_org/chrome/browser/resources/net_internals/
details_view.js
5
var
DetailsView
= (function() {
12
* The
DetailsView
displays the "log" view. This class keeps track of the
17
function
DetailsView
(boxId) {
32
DetailsView
.prototype = {
120
return
DetailsView
;
events_view.js
48
this.detailsView_ = new
DetailsView
(EventsView.DETAILS_LOG_BOX_ID);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTracePerspective.java
21
import com.android.ide.eclipse.gltrace.views.detail.
DetailsView
;
47
column3.addView(
DetailsView
.ID);
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc
226
class
DetailsView
: public views::View {
228
explicit
DetailsView
(int horizontal_space, bool parent_bulleted);
229
virtual ~
DetailsView
() {}
247
DISALLOW_COPY_AND_ASSIGN(
DetailsView
);
257
DetailsView
* details_view_;
708
// ExpandableContainerView::
DetailsView
----------------------------------------
710
ExpandableContainerView::
DetailsView
::
DetailsView
(int horizontal_space,
732
void ExpandableContainerView::
DetailsView
::AddDetail(
743
gfx::Size ExpandableContainerView::
DetailsView
::GetPreferredSize()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
plugin.xml
29
class="com.android.ide.eclipse.gltrace.views.detail.
DetailsView
"
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
378
final View d = View.inflate(activity, R.layout.
detailsview
,
[
all
...]
Completed in 458 milliseconds