OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessor
(Results
126 - 150
of
786
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/resources/
identity_internals.js
53
* @param {string}
accessor
Additional class to tag the field for testing.
56
createEntry_: function(label, value,
accessor
) {
64
valueField.classList.add(
accessor
);
/external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.h
54
//
Accessor
for find_text_. Used to determine if this WebContents has any
58
//
Accessor
for the previous search we issued.
66
//
Accessor
for find_result_.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java
140
* Non-Android
accessor
. Use to make assertions on values passed to
151
* Non-Android
accessor
. Used to add a package to the list of those
172
* Non-Android
accessor
. Used to declare a system feature is
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java
170
* Non-Android
accessor
.
180
* Non-Android
accessor
.
201
* Non-Android
accessor
.
ShadowSettings.java
135
* Non-Android
accessor
that allows the value of the AIRPLANE_MODE_ON setting to be set.
144
* Non-Android
accessor
that allows the value of the WIFI_ON setting to be set.
153
* Non-Android
accessor
thatallows the value of the TIME_12_24 setting to be set.
ShadowView.java
256
* Non-Android
accessor
.
271
* Non-Android
accessor
.
671
* Non-Android
accessor
.
707
* Non-Android
accessor
.
714
* Non-Android
accessor
.
721
* Non-Android
accessor
.
728
* Non-Android
accessor
.
735
* Non-Android
accessor
.
742
* Non-Android
accessor
.
886
* Non-android
accessor
. Returns touch listener, if set
[
all
...]
ShadowItemizedOverlay.java
59
* Non-Android
accessor
that indicates whether {@link #setLastFocusedIndex(int)} has been called with a value other
/external/clang/lib/AST/
APValue.cpp
548
assert(isLValue() && "Invalid
accessor
");
553
assert(isLValue() && "Invalid
accessor
");
558
assert(isLValue() && "Invalid
accessor
");
563
assert(isLValue() && "Invalid
accessor
");
568
assert(isLValue() && hasLValuePath() && "Invalid
accessor
");
574
assert(isLValue() && "Invalid
accessor
");
580
assert(isLValue() && "Invalid
accessor
");
592
assert(isLValue() && "Invalid
accessor
");
603
assert(isMemberPointer() && "Invalid
accessor
");
609
assert(isMemberPointer() && "Invalid
accessor
");
[
all
...]
/external/clang/test/Parser/
MicrosoftExtensions.cpp
343
__declspec(property(get=)) int V7; // expected-error {{expected name of
accessor
method}}
345
__declspec(property(get=GetV=)) int V9; // expected-error {{expected ',' or ')' at end of property
accessor
list}}
348
__declspec(property(get=GetV,put=SetV,get=GetV)) int V12; // expected-error {{property declaration specifies 'get'
accessor
twice}}
/external/chromium/base/win/
windows_version.h
100
// singleton, we add a global-scope
accessor
here as syntactic sugar.
/external/chromium/chrome/browser/
browser_shutdown.h
66
// General
accessor
.
/external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h
41
//
Accessor
for the attached TabContentsWrapper.
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.h
30
//
Accessor
for |tab_contents_|.
tab_contents_container_views.h
29
//
Accessor
for |tab_contents_|.
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlconstants.h
32
//
accessor
function and they are guaranteed to be initialized.
/external/chromium_org/base/metrics/
histogram_samples.h
40
//
Accessor
fuctions.
/external/chromium_org/base/profiler/
tracked_time.cc
55
// Use lock-free
accessor
to 32 bit time.
/external/chromium_org/chrome/browser/
browser_shutdown.h
66
// General
accessor
.
/external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.h
52
// Use
accessor
methods on |source| to get the results.
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h
69
// LocationBarView, making this
accessor
unnecessary.
/external/chromium_org/net/third_party/nss/ssl/
sslreveal.c
2
*
Accessor
functions for SSLSocket private members.
/external/chromium_org/ui/message_center/cocoa/
notification_controller.h
73
//
Accessor
for the notification.
/external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js
45
// and the backing store. Debug mode will crash here in set_elements
accessor
.
regress-1184.js
39
// ...JS
accessor
traverses v8 runtime/JS boundary and
/external/smack/src/org/apache/harmony/javax/security/auth/login/
Configuration.java
72
* Shortcut
accessor
for friendly classes, to skip security checks.
Completed in 658 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>