OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
1001 - 1025
of
2256
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteCardinalityException.cs
47
private
readonly
string _elementDescription;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
EarlyExitException.cs
44
private
readonly
int _decisionNumber;
MismatchedSetException.cs
43
private
readonly
BitSet _expecting;
MismatchedTreeNodeException.cs
44
private
readonly
int _expecting;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs
49
private
readonly
string _elementDescription;
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm
4
use
Readonly
;
15
Readonly
my $BITS => 64;
19
Readonly
my $LOG_BITS => 6;
26
Readonly
my $MOD_MASK => BITS - 1;
Parser.pm
3
use
Readonly
;
RecognitionException.pm
4
use
Readonly
;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java
155
* <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is
readonly
.
179
* <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is
readonly
.
233
* <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is
readonly
.
262
* <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is
readonly
.
/external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.cc
77
bool OverlayPersistentPrefStore::
ReadOnly
() const {
testing_pref_store.h
38
virtual bool
ReadOnly
() const;
/external/chromium/chrome/browser/
transport_security_persister.h
46
explicit TransportSecurityPersister(bool
readonly
);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h
47
@property(
readonly
, nonatomic) const BookmarkNode* node;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h
41
@property(
readonly
, nonatomic) TabContents* tabContents;
/external/chromium/chrome/common/
json_pref_store.h
55
virtual bool
ReadOnly
() const;
persistent_pref_store.h
63
virtual bool
ReadOnly
() const = 0;
/external/chromium_org/base/prefs/
testing_pref_store.h
40
virtual bool
ReadOnly
() const OVERRIDE;
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager_mac.mm
40
@property(
readonly
) NSDate* actualDeliveryDate;
41
@property(
readonly
, getter=isPresented) BOOL presented;
42
@property(
readonly
, getter=isRemote) BOOL remote;
53
@property(
readonly
) NSArray* deliveredNotifications;
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_alert_unittest.mm
16
@property(nonatomic,
readonly
) int linkClickedCount;
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h
25
@property(
readonly
, nonatomic) content::WebContents* webContents;
/external/chromium_org/chrome/installer/mac/
make_signers.sh
28
readonly
ME
sign_app.sh.in
25
readonly
ME
/external/chromium_org/sandbox/win/src/
sync_policy.cc
41
// We consider all flags that are not known to be
readonly
as potentially
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
IDLAttributes.txt
73
ReadOnly
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestTypedefs.idl
41
static
readonly
attribute T TestSubObj;
Completed in 521 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>