OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DialogType
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js
27
* - type: A value from FileManager.
DialogType
defining what kind of
53
this.params_.type || FileManager.
DialogType
.FULL_PAGE;
61
(this.dialogType_ == FileManager.
DialogType
.FULL_PAGE ||
62
this.dialogType_ == FileManager.
DialogType
.SELECT_OPEN_MULTI_FILE);
416
FileManager.
DialogType
= {
536
if (this.dialogType_ == FileManager.
DialogType
.SELECT_OPEN_FILE ||
537
this.dialogType_ == FileManager.
DialogType
.SELECT_OPEN_FOLDER ||
538
this.dialogType_ == FileManager.
DialogType
.SELECT_SAVEAS_FILE) {
567
this.dialogType_ == FileManager.
DialogType
.FULL_PAGE &&
584
this.dialogType_ == FileManager.
DialogType
.FULL_PAGE &
[
all
...]
/external/webkit/Source/WebCore/page/
ChromeClient.h
313
enum
DialogType
{
320
virtual void willRunModalDialogDuringPageDismissal(const
DialogType
&) const { }
Completed in 140 milliseconds