Home
last modified time | relevance | path

Searched refs:PORT_NAME (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dextension_bridge.js69 cvox.ExtensionBridge.PORT_NAME = 'cvox.ExtensionBridge.Port';
161 if (port.name != self.PORT_NAME) {
237 self.backgroundPort = chrome.extension.connect({name: self.PORT_NAME});
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
Dbraille_ime.js69 PORT_NAME: 'cvox.BrailleIme.Port', property in BrailleIme
331 this.CHROMEVOX_EXTENSION_ID_, {name: this.PORT_NAME});
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dapi.js29 var PORT_NAME = 'cvox.Port';
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js36 …BACKGROUND=0;cvox.ExtensionBridge.CONTENT_SCRIPT=1;cvox.ExtensionBridge.PORT_NAME="cvox.ExtensionB…
39 …dge;a.portCache_=[];a.nextPongId_=1;a.id_=0;var b=function(b){b.name==a.PORT_NAME&&(a.portCache_.p…
42 …=cvox.ExtensionBridge;a.backgroundPort=chrome.extension.connect({name:a.PORT_NAME});a.backgroundPo…
DchromeVoxChromeOptionsScript.js874 …BACKGROUND=0;cvox.ExtensionBridge.CONTENT_SCRIPT=1;cvox.ExtensionBridge.PORT_NAME="cvox.ExtensionB…
877 …dge;a.portCache_=[];a.nextPongId_=1;a.id_=0;var b=function(b){b.name==a.PORT_NAME&&(a.portCache_.p…
880 …=cvox.ExtensionBridge;a.backgroundPort=chrome.extension.connect({name:a.PORT_NAME});a.backgroundPo…
DchromeVoxChromeBackgroundScript.js877 …BACKGROUND=0;cvox.ExtensionBridge.CONTENT_SCRIPT=1;cvox.ExtensionBridge.PORT_NAME="cvox.ExtensionB…
880 …dge;a.portCache_=[];a.nextPongId_=1;a.id_=0;var b=function(b){b.name==a.PORT_NAME&&(a.portCache_.p…
883 …=cvox.ExtensionBridge;a.backgroundPort=chrome.extension.connect({name:a.PORT_NAME});a.backgroundPo…