/external/chromium_org/remoting/host/setup/ |
me2me_native_messaging_host.cc | 249 std::string pin; local 250 if (!message->GetString("pin", &pin)) { 251 LOG(ERROR) << "'pin' not found: " << message; 255 response->SetString("hash", MakeHostPinHash(host_id, pin));
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_manager_commands.js | 692 var pin = !event.command.checked; 693 event.command.checked = pin; 698 // Pick an entry and pin it. 706 pin, 714 if (error && pin) {
|
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.cc | 958 std::string pin; local [all...] |
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/ |
JniInterface.java | 238 /** Prompts the user to enter a PIN. Called on the UI thread. */ 261 Log.i("jniiface", "User provided a PIN code"); 276 Log.i("jniiface", "User canceled pin entry prompt"); 307 * Performs the native response to the user's PIN. 308 * @param pin The entered PIN. 313 private static native void nativeAuthenticationResponse(String pin, boolean createPair,
|
/external/chromium_org/remoting/webapp/ |
client_plugin_impl.js | 615 * @param {string} sharedSecret The access code for IT2Me or the PIN 808 * Called when a PIN is obtained from the user. 810 * @param {string} pin The PIN. 813 function(pin) { 818 { method: 'onPinFetched', data: { pin: pin }})); 822 * Tells the plugin to ask for the PIN asynchronously. 847 * Request pairing with the host for PIN-less authentication.
|
remoting.js | 248 * and also if the user cancels pin entry or the connection in session mode.
|
/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_collection.cc | 362 base::AutoReset<bool> pin(&minimizing_all_, true);
|
stacked_panel_collection.cc | 420 base::AutoReset<bool> pin(&minimizing_all_, true);
|
/bionic/libc/kernel/uapi/linux/ |
kvm.h | 655 __u32 pin; member in struct:kvm_irq_routing_irqchip [all...] |
/development/ndk/platforms/android-L/include/linux/ |
kvm.h | 646 __u32 pin; member in struct:kvm_irq_routing_irqchip [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_drive.cc | 532 if (params->pin) { 533 file_system->Pin(drive_path, [all...] |
/external/kernel-headers/original/uapi/linux/ |
kvm.h | 683 __u32 pin; member in struct:kvm_irq_routing_irqchip
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
internet_detail.js | 267 // Leave value as is because user needs to enter PIN code first. 268 // When PIN will be entered and value changed, 274 $('change-pin').addEventListener('click', function(event) { 710 $('change-pin').hidden = !lockEnabled; [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
voice.rtpdump | [all...] |
/external/chromium_org/third_party/android_platform/webview/ |
frameworks.jar | |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |