OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
1326 - 1350
of
2256
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js
559
var
readonly
= fm.isOnReadonlyDirectory();
563
if (
readonly
) {
570
// We show the root label in
readonly
warning (e.g. archive name).
573
saveDirEntry:
readonly
? downloadsDir : null,
/external/chromium_org/chrome/browser/resources/options/
controlled_setting.js
117
!this.
readOnly
) {
home_page_overlay.js
92
urlFieldIndicator.
readOnly
= event.value.value;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view.mm
20
@property(
readonly
, nonatomic) id<BookmarkButtonControllerProtocol> controller;
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller_unittest.mm
23
@property(nonatomic,
readonly
) int returnCode;
/external/chromium_org/chrome/browser/ui/cocoa/
presentation_mode_controller.h
76
@property(
readonly
, nonatomic) BOOL inPresentationMode;
/external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc
189
IA_STATE_MAP(
READONLY
)
/external/chromium_org/content/common/
accessibility_node_data.h
268
// ARIA
readonly
flag.
/external/chromium_org/sandbox/win/src/
registry_policy.cc
137
// We consider all flags that are not known to be
readonly
as potentially
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.h
92
// ObjectTemplate. PropertyAttributes is always
ReadOnly
.
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MessageEventCustom.cpp
96
v8::PropertyAttribute dataAttr = static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::
ReadOnly
);
/external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp
100
HitTestResult result = mainFrame->eventHandler()->hitTestResultAtPoint(contentsPoint, HitTestRequest::
ReadOnly
| HitTestRequest::Active | HitTestRequest::DisallowShadowContent, IntSize(touchPointPadding, touchPointPadding));
/external/chromium_org/third_party/WebKit/Source/core/scripts/
make_css_value_keywords.py
63
%%
readonly
-tables
/external/chromium_org/third_party/WebKit/public/web/
WebDocument.h
65
// Provides
readonly
access to some properties of a DOM document.
/external/chromium_org/third_party/icu/source/config/
mh-aix-va
10
# -qroconst make the strings
readonly
, which is usually the default.
/external/chromium_org/third_party/sqlite/src/src/
btree.h
59
#define BTREE_NO_READLOCK 2 /* Omit readlocks on
readonly
files */
pager.h
61
#define PAGER_NO_READLOCK 0x0002 /* Omit readlocks on
readonly
files */
/external/chromium_org/third_party/sqlite/src/test/
ioerr5.test
102
set channel [db incrblob -
readonly
a Name [db last_insert_rowid]]
oserror.test
57
for {set i 0} {$i < 2000} {incr i} { sqlite3 dbh_$i test.db -
readonly
1 }
/external/chromium_org/v8/tools/
tick-processor.html
160
readonly
="yes"></textarea>
/external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc
142
extra_params->innerSpin.
readOnly
;
webthemeengine_impl_android.cc
145
extra_params->innerSpin.
readOnly
;
webthemeengine_impl_default.cc
142
extra_params->innerSpin.
readOnly
;
/external/clang/test/SemaObjC/
arc-property-lifetime.m
174
@property (
readonly
) const void * innerPointer __attribute__((objc_returns_inner_pointer)); // expected-error {{'objc_returns_inner_pointer' attribute only applies to methods}}
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
ErrorCodes.java
83
"The file cannot be deleted. One possible reason is that the advisory
READONLY
attribute-bit is set." },
Completed in 1182 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>