Home | History | Annotate | Download | only in browser

Lines Matching full:capture

93     void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) {
98 final String mediaSourceKey = "capture";
119 if (capture.length() > 0) {
120 mediaSource = capture;
123 if (capture.equals(mediaSourceValueFileSystem)) {
125 // of the media capture API, if the value of the 'capture' attribute is
127 // may specify a different capture value.
149 // Specified just 'image/*', capture=filesystem, or an invalid capture parameter.
164 // Specified just 'video/*', capture=filesystem or an invalid capture parameter.
179 // Specified just 'audio/*', capture=filesystem of an invalid capture parameter.