OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowSelect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js
250
* @param {boolean}
allowSelect
True to update the selected device info.
252
deviceAdded: function(device,
allowSelect
) {
256
if (
allowSelect
&& this.devices.length == 1)
263
* @param {boolean}
allowSelect
True to update the selected device info.
265
deviceRemoved: function(devicePath,
allowSelect
) {
276
if (
allowSelect
) {
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h
83
int
allowSelect
() { return SQLAuthAllow; }
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp
409
return auth->
allowSelect
();
Completed in 56 milliseconds